Module Name: src Committed By: phx Date: Sat Mar 12 16:46:32 UTC 2011
Modified Files: src/sys/arch/sandpoint/sandpoint: locore.S Log Message: When rebooting flush the instruction pipeline first, then do an absolute jump to 0xfff00100. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/sandpoint/sandpoint/locore.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/sandpoint/sandpoint/locore.S diff -u src/sys/arch/sandpoint/sandpoint/locore.S:1.20 src/sys/arch/sandpoint/sandpoint/locore.S:1.21 --- src/sys/arch/sandpoint/sandpoint/locore.S:1.20 Mon Jan 17 08:23:57 2011 +++ src/sys/arch/sandpoint/sandpoint/locore.S Sat Mar 12 16:46:31 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: locore.S,v 1.20 2011/01/17 08:23:57 matt Exp $ */ +/* $NetBSD: locore.S,v 1.21 2011/03/12 16:46:31 phx Exp $ */ /* $OpenBSD: locore.S,v 1.4 1997/01/26 09:06:38 rahnds Exp $ */ /* @@ -150,7 +150,8 @@ mfmsr 3 ori 3,3,PSL_IP@l mtmsr 3 - b 0xFFF00100 + isync + ba 0xFFF00100 /* * Include common switch / setfault code