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

actually only takes one argument.
This commit is contained in:
Marius Strobl 2010-04-10 10:56:59 +00:00
parent 15edea2038
commit 368dedb6b6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=206449

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;