From owner-freebsd-commit Sat Dec 30 15:13:46 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA23692 for freebsd-commit-outgoing; Sat, 30 Dec 1995 15:13:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA23680 for cvs-all-outgoing; Sat, 30 Dec 1995 15:13:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA23669 for cvs-sys-outgoing; Sat, 30 Dec 1995 15:13:38 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA23661 Sat, 30 Dec 1995 15:13:36 -0800 (PST) Date: Sat, 30 Dec 1995 15:13:36 -0800 (PST) From: David Greenman Message-Id: <199512302313.PAA23661@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 95/12/30 15:13:35 Modified: sys/i386/i386 machdep.c Log: In memory test, cast pointer as "volatile int *", not "int *" to make sure that gcc doesn't cache the value used in the test. Pointed out by Erich Boleyn . Revision Changes Path 1.166 +9 -9 src/sys/i386/i386/machdep.c