[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 <ebiederm@xmission.com> Signed-off-by:
Vivek Goyal <vgoyal@in.ibm.com> Signed-off-by:
Andi Kleen <ak@suse.de>
Showing
- arch/i386/boot/compressed/head.S 3 additions, 4 deletionsarch/i386/boot/compressed/head.S
- arch/i386/boot/compressed/misc.c 3 additions, 4 deletionsarch/i386/boot/compressed/misc.c
- arch/i386/kernel/vmlinux.lds.S 1 addition, 1 deletionarch/i386/kernel/vmlinux.lds.S
- include/asm-i386/page.h 0 additions, 3 deletionsinclude/asm-i386/page.h
Please register or sign in to comment