From: Eric W. Biederman Date: Thu, 7 Dec 2006 01:14:04 +0000 (+0100) Subject: [PATCH] i386: CONFIG_PHYSICAL_START cleanup X-Git-Tag: v2.6.20-rc1~145^2^2~8^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a43f3ede48ea3d5790b863b719a1e21c90a3697;p=pandora-kernel.git [PATCH] i386: CONFIG_PHYSICAL_START cleanup Defining __PHYSICAL_START and __KERNEL_START in asm-i386/page.h works but it triggers a full kernel rebuild for the silliest of reasons. This modifies the users to directly use CONFIG_PHYSICAL_START and linux/config.h which prevents the full rebuild problem, which makes the code much more maintainer and hopefully user friendly. Signed-off-by: Eric W. Biederman Signed-off-by: Vivek Goyal Signed-off-by: Andi Kleen --- Reading git-diff-tree failed