Title: [8144] trunk/arch/blackfin/kernel/vmlinux.lds.S: Fix SMP kernel can not boot after commit 8127
Revision
8144
Author
gyang
Date
2010-01-11 23:56:48 -0500 (Mon, 11 Jan 2010)

Log Message

Fix SMP kernel can not boot after commit 8127

Modified Paths


Diff

Modified: trunk/arch/blackfin/kernel/vmlinux.lds.S (8143 => 8144)


--- trunk/arch/blackfin/kernel/vmlinux.lds.S	2010-01-12 03:59:18 UTC (rev 8143)
+++ trunk/arch/blackfin/kernel/vmlinux.lds.S	2010-01-12 04:56:48 UTC (rev 8144)
@@ -94,7 +94,11 @@
 		___bss_stop = .;
 	}
 
+#if defined(CONFIG_ROMKERNEL)
 	.data : AT(LOADADDR(.bss) + SIZEOF(.bss))
+#else
+	.data :
+#endif
 	{
 		__sdata = .;
 		/* This gets done first, so the glob doesn't suck it in */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to