]> err.no Git - linux-2.6/blobdiff - arch/xtensa/kernel/vmlinux.lds.S
[POWERPC] fsl_elbc_nand: factor out localbus defines
[linux-2.6] / arch / xtensa / kernel / vmlinux.lds.S
index 7d0f55a4982d41ba997e4ec557807d4a768fde23..51f4fb6f16f9a4b9f404ed61f3996b03082f9963 100644 (file)
@@ -136,7 +136,9 @@ SECTIONS
   __init_begin = .;
   .init.text : {
        _sinittext = .;
-       *(.init.literal) INIT_TEXT
+       *(.init.literal) *(.cpuinit.literal) 
+       *(.devinit.literal) *(.meminit.literal)
+       INIT_TEXT
        _einittext = .;
   }
 
@@ -161,6 +163,8 @@ SECTIONS
                   .DoubleExceptionVector.literal);
     RELOCATE_ENTRY(_DoubleExceptionVector_text,
                   .DoubleExceptionVector.text);
+    RELOCATE_ENTRY(_DebugInterruptVector_text,
+                  .DebugInterruptVector.text);
   
     __boot_reloc_table_end = ABSOLUTE(.) ;
   }