• Ingo Molnar's avatar
    x86/asm/entry/32: Improve code readability · 54ad726c
    Ingo Molnar authored
    Make the 64-bit compat 32-bit syscall entry code a bit more readable:
    
     - eliminate whitespace noise
    
     - use consistent vertical spacing
    
     - use consistent assembly coding style similar to entry_64.S
    
     - fix various comments
    
    No code changed:
    
    arch/x86/entry/ia32entry.o:
    
       text	   data	    bss	    dec	    hex	filename
       1391	      0	      0	   1391	    56f	ia32entry.o.before
       1391	      0	      0	   1391	    56f	ia32entry.o.after
    
    md5:
       f28501dcc366e68b557313942c6496d6  ia32entry.o.before.asm
       f28501dcc366e68b557313942c6496d6  ia32entry.o.after.asm
    
    Cc: Andrew Morton <akpm@linux-foundation.org>
    Cc: Andy Lutomirski <luto@amacapital.net>
    Cc: Borislav Petkov <bp@alien8.de>
    Cc: Brian Gerst <brgerst@gmail.com>
    Cc: Denys Vlasenko <dvlasenk@redhat.com>
    Cc: H. Peter Anvin <hpa@zytor.com>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: linux-kernel@vger.kernel.org
    Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
    54ad726c
ia32entry.S 15.1 KB