Title: [6012] trunk/arch/blackfin/kernel/reboot.c: bfin_reset->_bfin_reset redirection no longer needed
Revision
6012
Author
vapier
Date
2009-01-13 10:29:14 -0600 (Tue, 13 Jan 2009)

Log Message

bfin_reset->_bfin_reset redirection no longer needed

Modified Paths


Diff

Modified: trunk/arch/blackfin/kernel/reboot.c (6011 => 6012)


--- trunk/arch/blackfin/kernel/reboot.c	2009-01-13 16:24:52 UTC (rev 6011)
+++ trunk/arch/blackfin/kernel/reboot.c	2009-01-13 16:29:14 UTC (rev 6012)
@@ -21,7 +21,7 @@
  * the core reset.
  */
 __attribute__ ((__l1_text__, __noreturn__))
-static 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
@@ -76,12 +76,6 @@
 		asm("raise 1");
 }
 
-__attribute__ ((__noreturn__))
-static void bfin_reset(void)
-{
-	_bfin_reset();
-}
-
 __attribute__((weak))
 void native_machine_restart(char *cmd)
 {
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to