Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2009 09:41:51 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 trap.c src/sys/i386/i386 trap.c
Message-ID:  <200909210942.n8L9gdct030232@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2009-09-21 09:41:51 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      trap.c 
    sys/i386/i386        trap.c 
  Log:
  SVN rev 197389 on 2009-09-21 09:41:51Z by kib
  
  If CPU happens to be in usermode when a T_RESERVED trap occured,
  then trapsignal is called with ksi.ksi_signo = 0. For debugging kernels,
  that should end up in panic, for non-debugging kernels behaviour is
  undefined.
  
  Do panic regardeless of execution mode at the moment of trap.
  
  Reviewed by:    jhb
  MFC after:      1 month
  
  Revision  Changes    Path
  1.335     +5 -0      src/sys/amd64/amd64/trap.c
  1.323     +5 -0      src/sys/i386/i386/trap.c



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