]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-i386/boot.h
wrap access to thread_info
[linux-2.6-omap-h63xx.git] / include / asm-i386 / boot.h
index 8ce79a6fa8919a7bf7557f39aa60fb6e71d1af39..e7686d0a84136be4e4756a5a6bfdc762f55e35a0 100644 (file)
@@ -13,7 +13,8 @@
 #define ASK_VGA                0xfffd          /* ask for it at bootup */
 
 /* Physical address where kenrel should be loaded. */
-#define LOAD_PHYSICAL_ADDR ((0x100000 + CONFIG_PHYSICAL_ALIGN - 1) \
+#define LOAD_PHYSICAL_ADDR ((CONFIG_PHYSICAL_START \
+                               + (CONFIG_PHYSICAL_ALIGN - 1)) \
                                & ~(CONFIG_PHYSICAL_ALIGN - 1))
 
 #endif /* _LINUX_BOOT_H */