Skip to content
  • Ingo Molnar's avatar
    x86, mm: fault.c, reorder functions · f2f13a85
    Ingo Molnar authored
    
    
    Impact: cleanup
    
    Avoid a couple more #ifdefs by moving fundamentally non-unifiable
    functions into a single #ifdef 32-bit / #else / #endif block in
    fault.c: vmalloc*(), dump_pagetable(), check_vm8086_mode().
    
    No code changed:
    
       text	   data	    bss	    dec	    hex	filename
       4618	     32	     24	   4674	   1242	fault.o.before
       4618	     32	     24	   4674	   1242	fault.o.after
    
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    f2f13a85