cvs commit: src/sys/sun4v/sun4v trap.c

Kip Macy kmacy at FreeBSD.org
Tue Nov 28 23:09:50 PST 2006


kmacy       2006-11-29 04:52:51 UTC

  FreeBSD src repository

  Modified files:
    sys/sun4v/sun4v      trap.c 
  Log:
  We no longer need to remap hardware trap numbers to sparc64 trap numbers
  as this happens much earlier in trap handling.
  
  The fact that we continued to do this when it was no longer necessary caused
  breapoint to map to SIGILL as opposed to SIGTRAP :-(.
  
  Revision  Changes    Path
  1.7       +6 -5      src/sys/sun4v/sun4v/trap.c


More information about the cvs-all mailing list