Title: [8188] trunk/arch/blackfin/kernel/vmlinux.lds.S: blackfin vmlinux.lds: tweak some of the rom xip changes
Revision
8188
Author
vapier
Date
2010-01-19 05:04:59 -0500 (Tue, 19 Jan 2010)

Log Message

blackfin vmlinux.lds: tweak some of the rom xip changes

Modified Paths


Diff

Modified: trunk/arch/blackfin/kernel/vmlinux.lds.S (8187 => 8188)


--- trunk/arch/blackfin/kernel/vmlinux.lds.S	2010-01-19 09:53:31 UTC (rev 8187)
+++ trunk/arch/blackfin/kernel/vmlinux.lds.S	2010-01-19 10:04:59 UTC (rev 8188)
@@ -33,7 +33,7 @@
 		__stext = .;
 		*(.romhead.text)
 		TEXT_TEXT
-#if !defined(CONFIG_SCHEDULE_L1)
+#ifndef CONFIG_SCHEDULE_L1
 		SCHED_TEXT
 #endif
 		LOCK_TEXT
@@ -65,6 +65,7 @@
 	/* Just in case the first read only is a 32-bit access */
 	RO_DATA(4)
 	__rodata_end = .;
+
 #ifdef CONFIG_ROMKERNEL
 	. = CONFIG_BOOT_LOAD;
 	.bss : AT(__rodata_end)
@@ -173,7 +174,7 @@
 
 		EXIT_DATA
 		__einitdata = .;
-        }
+	}
 	__init_data_lma = LOADADDR(.init.data);
 	__init_data_len = SIZEOF(.init.data);
 	__init_data_end = .;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to