cvs commit: src/sys/amd64/amd64 exception.S

David Xu davidxu at FreeBSD.org
Fri Dec 22 19:30:52 PST 2006


davidxu     2006-12-23 03:30:51 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      exception.S 
  Log:
  Fix a panic when rebooting a SMP machine, when option STOP_NMI is used,
  nmi handler is used to stop other processors, nmi hander calls trap(),
  however, trap() now accepts a pointer rather than a reference, this was
  changed by kmacy at .
  
  Revision  Changes    Path
  1.129     +1 -0      src/sys/amd64/amd64/exception.S


More information about the cvs-src mailing list