--- zzzz-none-000/linux-2.6.13.1/arch/mips/kernel/vmlinux.lds.S 2005-09-10 02:42:58.000000000 +0000 +++ ohio-7170-487/linux-2.6.13.1/arch/mips/kernel/vmlinux.lds.S 2005-09-29 11:29:40.000000000 +0000 @@ -24,6 +24,10 @@ . = 0xffffffff80300000; #endif . = LOADADDR; +/*--- #if defined(CONFIG_MIPS_OHIO) ---*/ +/*--- _vectors = .; ---*/ +/*--- . = ALIGN(1024); ---*/ +/*--- #endif ---*//*--- #if defined(CONFIG_MIPS_OHIO) ---*/ /* read-only */ _text = .; /* Text and read-only data */ .text : { @@ -99,6 +103,7 @@ .early_initcall.init : { __earlyinitcall_start = .; *(.initcall.early1.init) + *(.initcall.early2.init) } __earlyinitcall_end = .;