Skip to content

Commit

Permalink
x86, mm: fault.c, reorder functions
Browse files Browse the repository at this point in the history
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: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Feb 20, 2009
1 parent b180181 commit f2f13a8
Showing 1 changed file with 239 additions and 235 deletions.
Loading

0 comments on commit f2f13a8

Please sign in to comment.