]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/sh/boot/compressed/head.S
IB/ipath: Indicate a couple of chip bugs to userspace
[linux-2.6-omap-h63xx.git] / arch / sh / boot / compressed / head.S
index 4c26a192277d5b4135a68fc542a4c1499b9669a7..a8399b013729faa4bc10081518018ee86f1d813d 100644 (file)
@@ -8,6 +8,7 @@
 .text
 
 #include <linux/linkage.h>
+#include <asm/page.h>
 
        .global startup
 startup:
@@ -97,7 +98,7 @@ init_stack_addr:
 decompress_kernel_addr:
        .long   decompress_kernel
 kernel_start_addr:
-       .long   _text+0x1000
+       .long   _text+PAGE_SIZE
 
        .align  9
 fake_headers_as_bzImage: