Unlike the sun4v variant, the sun4u version of SUNW,set-trap-table

actually only takes one argument.
This commit is contained in:
marius 2010-04-10 10:56:59 +00:00
parent adc2653304
commit 18a6f97c16

View File

@ -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;