Author: marius
Date: Sat Apr 10 10:56:59 2010
New Revision: 206449
URL: http://svn.freebsd.org/changeset/base/206449

Log:
  Unlike the sun4v variant, the sun4u version of SUNW,set-trap-table
  actually only takes one argument.

Modified:
  head/sys/sparc64/sparc64/trap.c

Modified: head/sys/sparc64/sparc64/trap.c
==============================================================================
--- head/sys/sparc64/sparc64/trap.c     Sat Apr 10 10:44:41 2010        
(r206448)
+++ head/sys/sparc64/sparc64/trap.c     Sat Apr 10 10:56:59 2010        
(r206449)
@@ -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;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to