Title: [5371] trunk: bfin_reset() is an internal reboot function ...
Revision
5371
Author
vapier
Date
2008-10-02 21:31:17 -0500 (Thu, 02 Oct 2008)

Log Message

bfin_reset() is an internal reboot function ... everyone should go through machine_restart()

Modified Paths

Diff

Modified: trunk/arch/blackfin/kernel/reboot.c (5370 => 5371)


--- trunk/arch/blackfin/kernel/reboot.c	2008-10-02 12:04:27 UTC (rev 5370)
+++ trunk/arch/blackfin/kernel/reboot.c	2008-10-03 02:31:17 UTC (rev 5371)
@@ -20,7 +20,7 @@
  * the core reset.
  */
 __attribute__((l1_text))
-void bfin_reset(void)
+static void bfin_reset(void)
 {
 	/* Wait for completion of "system" events such as cache line
 	 * line fills so that we avoid infinite stalls later on as

Modified: trunk/include/asm-blackfin/bfin-global.h (5370 => 5371)


--- trunk/include/asm-blackfin/bfin-global.h	2008-10-02 12:04:27 UTC (rev 5370)
+++ trunk/include/asm-blackfin/bfin-global.h	2008-10-03 02:31:17 UTC (rev 5371)
@@ -63,7 +63,6 @@
 extern void init_exception_vectors(void);
 extern void program_IAR(void);
 
-extern void bfin_reset(void);
 extern asmlinkage void lower_to_irq14(void);
 extern asmlinkage void bfin_return_from_exception(void);
 extern asmlinkage void evt14_softirq(void);
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to