Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 1996 03:30:56 -0800 (PST)
From:      Peter Wemm <peter>
To:        freebsd-smp
Subject:   cvs commit:  sys/i386/include pmap.h
Message-ID:  <199612021130.DAA16255@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/12/02 03:30:55

  Modified:    i386/include  pmap.h
  Log:
  Conditionalise the per-cpu private pages code.
  
  (I think I see what the problem might have been.. lots of code #includes
   pmap.h, but this was now conditional on #define SMP, and I'll bet that
   some code had not included "opt_smp.h" first.  This would have caused
   two different values for NKPDE etc to be in use in the kernel)
  
  Revision  Changes    Path
  1.3       +7 -7      sys/i386/include/pmap.h



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