summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
diff options
context:
space:
mode:
authorPaul Jackson <pj@sgi.com>2008-05-14 17:15:23 +0200
committerThomas Gleixner <tglx@linutronix.de>2008-05-25 10:55:11 +0200
commitc801ed3860fe2f84281d4cae4c3e6ca87e81e890 (patch)
tree959f561835bd686cc7b8e711bd8d32edb8aa0e48 /arch/x86/kernel
parentx86 boot: add header comment to dmi.h stating what it is (diff)
downloadlinux-c801ed3860fe2f84281d4cae4c3e6ca87e81e890.tar.xz
linux-c801ed3860fe2f84281d4cae4c3e6ca87e81e890.zip
x86 boot: simplify pageblock_bits enum declaration
The use of #defines with '##' pre-processor concatenation is a useful way to form several symbol names with a common pattern. But when there is just a single name obtained from that #define, it's just obfuscation. Better to just write the plain symbol name, as is. The following patch is a result of my wasting ten minutes looking through the kernel to figure out what 'PB_migrate_end' meant, and forgetting what I came to do, by the time I figured out that the #define PB_range macro defined it. Signed-off-by: Paul Jackson <pj@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel')
0 files changed, 0 insertions, 0 deletions