Subject: CVS commit: src/sys/arch/i386/include
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 08/19/2006 15:21:23
Module Name:	src
Committed By:	dsl
Date:		Sat Aug 19 15:21:23 UTC 2006

Modified Files:
	src/sys/arch/i386/include: cpufunc.h

Log Message:
Change the 'asm' pattern for lidt so that gcc4 knows it references memory
and doesn't optimise out the assignments to the descriptor memory area.
i386 kernels now build with -Os (and -O3) applied to machdep.c


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/arch/i386/include/cpufunc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.