MFC: r206449

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-05-02 16:45:08 +00:00
parent 4d9e1e3e1f
commit 2cf37e65a3

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;