When rebooting flush the instruction pipeline first, then do an absolute
jump to 0xfff00100.
This commit is contained in:
parent
eac0e0053d
commit
17f303af9f
@ -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 @@ _C_LABEL(jump_to_ppc_reset_entry):
|
||||
mfmsr 3
|
||||
ori 3,3,PSL_IP@l
|
||||
mtmsr 3
|
||||
b 0xFFF00100
|
||||
isync
|
||||
ba 0xFFF00100
|
||||
|
||||
/*
|
||||
* Include common switch / setfault code
|
||||
|
Loading…
Reference in New Issue
Block a user