mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
MFC: r206449
Unlike the sun4v variant, the sun4u version of SUNW,set-trap-table actually only takes one argument.
This commit is contained in:
parent
4d9e1e3e1f
commit
2cf37e65a3
1 changed files with 2 additions and 1 deletions
|
|
@ -260,7 +260,8 @@ sun4u_set_traptable(void *tba_addr)
|
|||
cell_t tba_addr;
|
||||
} args = {
|
||||
(cell_t)"SUNW,set-trap-table",
|
||||
2,
|
||||
1,
|
||||
0,
|
||||
};
|
||||
|
||||
args.tba_addr = (cell_t)tba_addr;
|
||||
|
|
|
|||
Loading…
Reference in a new issue