From owner-freebsd-smp Mon Dec 2 03:30:58 1996 Return-Path: owner-smp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA16262 for smp-outgoing; Mon, 2 Dec 1996 03:30:58 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA16255 for freebsd-smp; Mon, 2 Dec 1996 03:30:56 -0800 (PST) Date: Mon, 2 Dec 1996 03:30:56 -0800 (PST) From: Peter Wemm Message-Id: <199612021130.DAA16255@freefall.freebsd.org> To: freebsd-smp Subject: cvs commit: sys/i386/include pmap.h Sender: owner-smp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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