mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a hack for SPARC64 V CPUs, which set some undocumented bits in the
first data word.
This commit is contained in:
parent
da6808c111
commit
7e9aef235a
1 changed files with 5 additions and 2 deletions
|
|
@ -83,8 +83,11 @@ ENTRY(intr_vector)
|
|||
* The 2nd word points to code to execute and the 3rd is an argument
|
||||
* to pass. Jump to it.
|
||||
*/
|
||||
brnz,a,pt %g3, 1f
|
||||
nop
|
||||
brnz,pt %g3, 1f
|
||||
/*
|
||||
* NB: Zeus CPUs set some undocumented bits in the first data word.
|
||||
*/
|
||||
and %g3, IV_MAX - 1, %g3
|
||||
jmpl %g4, %g0
|
||||
nop
|
||||
/* NOTREACHED */
|
||||
|
|
|
|||
Loading…
Reference in a new issue