diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2010-05-02 16:45:08 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2010-05-02 16:45:08 +0000 |
| commit | 2cf37e65a3f774b98a00faabbee451afa4f8a4dd (patch) | |
| tree | aea19b296c8392d1a68ad73b2e8aed7dbfd82811 | |
| parent | 4d9e1e3e1f225451c39f8cd84a42cc225635cd5d (diff) | |
Notes
| -rw-r--r-- | sys/sparc64/sparc64/trap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sparc64/sparc64/trap.c b/sys/sparc64/sparc64/trap.c index c451907f3588..0976bb650137 100644 --- a/sys/sparc64/sparc64/trap.c +++ b/sys/sparc64/sparc64/trap.c @@ -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; |
