Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 1995 10:17:42 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/i386/i386 machdep.c
Message-ID:  <199512221817.KAA10630@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         95/12/22 10:17:40

  Modified:    sys/i386/i386  machdep.c
  Log:
  Increased the double fault stack size from 512 to PAGE_SIZE.  This is
  wasteful, but better than clobbering the variables below the stack.
  About 300 bytes of variables were clobbered when I examined double
  faults using ddb.  Perhaps a page that is known not to be accessed by
  the double fault handler could be used.  Such pages are not easy to
  find, since the double fault handler calls panic() which calls sync()
  and possibly dumpsys().
  
  Revision  Changes    Path
  1.162     +2 -2      src/sys/i386/i386/machdep.c



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