Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 May 1997 11:35:46 -0700 (PDT)
From:      Steve Passe <fsmp@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern kern_shutdown.c
Message-ID:  <199705241835.LAA07593@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
fsmp        1997/05/24 11:35:46 PDT

  Modified files:
    sys/kern             kern_shutdown.c 
  Log:
  Move the printing of "cpu#%d" to AFTER the general panic argument string.
  When a panic occurs early in the SMP boot process 'cpunumber()' hangs,
  causing the panic string to be lost.  Now the system appears to hang
  in 'breakpoint()', but at least the user sees the panic string before the
  hang.
  
  Revision  Changes    Path
  1.15      +4 -5      src/sys/kern/kern_shutdown.c



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