Title: [8198] trunk/arch/blackfin/mach-common/head.S: drop emuexcpt that slipped in when updating the stack code
Revision
8198
Author
vapier
Date
2010-01-19 18:33:08 -0500 (Tue, 19 Jan 2010)

Log Message

drop emuexcpt that slipped in when updating the stack code

Modified Paths


Diff

Modified: trunk/arch/blackfin/mach-common/head.S (8197 => 8198)


--- trunk/arch/blackfin/mach-common/head.S	2010-01-19 17:44:55 UTC (rev 8197)
+++ trunk/arch/blackfin/mach-common/head.S	2010-01-19 23:33:08 UTC (rev 8198)
@@ -279,7 +279,6 @@
 	sp += -12 + 4; /* +4 is for reti loading above */
 	call _init_pda
 	sp += 12;
-emuexcpt;
 	jump.l _start_kernel;
 ENDPROC(_real_start)
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to