Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Nov 2005 19:26:47 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/amd64/amd64 trap.c src/sys/i386/i386 trap.c
Message-ID:  <200511181926.jAIJQlS3026689@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2005-11-18 19:26:47 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      trap.c 
    sys/i386/i386        trap.c 
  Log:
  - Always print the trap number so that we have something to start with for
    mystery traps.  If we don't have a message for a given trap, just use
    UNKNOWN for the message.
  - Add trap messages for T_XMMFLT and T_RESERVED.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.297     +9 -4      src/sys/amd64/amd64/trap.c
  1.285     +10 -5     src/sys/i386/i386/trap.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511181926.jAIJQlS3026689>