Unlike the sun4v variant, the sun4u version of SUNW,set-trap-table
actually only takes one argument.
This commit is contained in:
parent
adc2653304
commit
18a6f97c16
@ -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…
x
Reference in New Issue
Block a user