aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorVivek Goyal <[email protected]>2007-05-10 22:22:15 -0700
committerLinus Torvalds <[email protected]>2007-05-11 08:29:32 -0700
commit069f11f9d66bc582fb40a37a7b92363f5d321969 (patch)
tree70d07076d1026fedfeaa9a4cdf04ba1b3cf9aad6 /include/linux/debugobjects.h
parent6041b57c6c99dcb59524f1bb0db0628c2689a464 (diff)
x86_64: display more intuitive error message if kernel is not 2MB aligned
o x86_64 kernel needs to be compiled for 2MB aligned addresses. Currently we are using BUILD_BUG_ON() to warn the user if he has not done so. But looks like folks are not finding message very intutive and don't open the respective c file to find problem source. (Bug 8439) arch/x86_64/kernel/head64.c: In function 'x86_64_start_kernel': arch/x86_64/kernel/head64.c:70: error: size of array 'type name' is negative o Using preprocessor directive #error to print a better message if CONFIG_PHYSICAL_START is not aligned to 2MB boundary. Signed-off-by: Vivek Goyal <[email protected]> Cc: Andi Kleen <[email protected]> Cc: "Eric W. Biederman" <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions