X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fsh64%2Fkernel%2Fhead.S;h=f3740ddbc47190fc99ec05c7cfda8a75c25cebca;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=667aef479163609e649a65002c7b4fb25f9c6eba;hpb=5fc42a6ed0ec81088c37caadb45898ae6cd0ad2c;p=linux-2.6.git diff --git a/arch/sh64/kernel/head.S b/arch/sh64/kernel/head.S index 667aef479..f3740ddbc 100644 --- a/arch/sh64/kernel/head.S +++ b/arch/sh64/kernel/head.S @@ -20,7 +20,6 @@ * Add early SCIF console DTLB mapping. */ -#include #include #include @@ -96,8 +95,8 @@ empty_zero_page: .long 0 /* RAMDISK_FLAGS */ .long 0x0200 /* ORIG_ROOT_DEV */ .long 1 /* LOADER_TYPE */ - .long 0x00360000 /* INITRD_START */ - .long 0x000a0000 /* INITRD_SIZE */ + .long 0x00800000 /* INITRD_START */ + .long 0x00800000 /* INITRD_SIZE */ .long 0 .text @@ -310,7 +309,7 @@ hyperspace: /* ... that's the next instruction ! */ */ movi fpu_in_use, r31 /* Temporary */ -#ifndef CONFIG_NOFPU_SUPPORT +#ifdef CONFIG_SH_FPU getcon SR, r21 movi SR_ENABLE_FPU, r22 and r21, r22, r22