Title: [9056] trunk/arch/blackfin/kernel/setup.c: Fix typo introduced in svn rev 9052 (pointed out by Filip Van Rillaer)
Revision
9056
Author
hennerich
Date
2010-08-05 08:08:07 -0400 (Thu, 05 Aug 2010)

Log Message

Fix typo introduced in svn rev 9052 (pointed out by Filip Van Rillaer)

Modified Paths

Diff

Modified: trunk/arch/blackfin/kernel/setup.c (9055 => 9056)


--- trunk/arch/blackfin/kernel/setup.c	2010-08-05 08:39:34 UTC (rev 9055)
+++ trunk/arch/blackfin/kernel/setup.c	2010-08-05 12:08:07 UTC (rev 9056)
@@ -249,8 +249,8 @@
 	blackfin_iflush_l1_entry[1] = (unsigned long)blackfin_icache_flush_range_l1 -
 			(unsigned long)_stext_l1 + COREB_L1_CODE_START;
 #endif
+}
 #endif
-}
 
 #ifdef CONFIG_ROMKERNEL
 void __init bfin_relocate_xip_data(void)
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to