From: Ingo Molnar Date: Fri, 20 Feb 2009 21:50:24 +0000 (+0100) Subject: x86, mm: fault.c, reorder functions X-Git-Tag: v2.6.30-rc1~211^2~43^5~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2f13a8535174dbb813a0607a9d4737cfba98f6c;p=pandora-kernel.git x86, mm: fault.c, reorder functions 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed