linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Use OOSTORE.
@ 2001-11-03  0:47 Dave Jones
  0 siblings, 0 replies; only message in thread
From: Dave Jones @ 2001-11-03  0:47 UTC (permalink / raw)
  To: Linus Torvalds, Linux Kernel Mailing List


Hi Linus,
 Now that the OOSTORE bits are merged into your tree, it makes
sense to use them, the patch below changes the build options
for Winchips.

regards,

Dave.

diff -urN --exclude-from=/home/davej/.exclude linux-2.4.14-pre6/arch/i386/config.in linux-2.4.13-ac6/arch/i386/config.in
--- linux-2.4.14-pre6/arch/i386/config.in	Sun Oct 21 03:17:19 2001
+++ linux-2.4.13-ac6/arch/i386/config.in	Sat Nov  3 00:24:55 2001
@@ -135,18 +144,21 @@
    define_int  CONFIG_X86_L1_CACHE_SHIFT 5
    define_bool CONFIG_X86_ALIGNMENT_16 y
    define_bool CONFIG_X86_USE_PPRO_CHECKSUM y
+   define_bool CONFIG_X86_OOSTORE y
 fi
 if [ "$CONFIG_MWINCHIP2" = "y" ]; then
    define_int  CONFIG_X86_L1_CACHE_SHIFT 5
    define_bool CONFIG_X86_ALIGNMENT_16 y
    define_bool CONFIG_X86_TSC y
    define_bool CONFIG_X86_USE_PPRO_CHECKSUM y
+   define_bool CONFIG_X86_OOSTORE y
 fi
 if [ "$CONFIG_MWINCHIP3D" = "y" ]; then
    define_int  CONFIG_X86_L1_CACHE_SHIFT 5
    define_bool CONFIG_X86_ALIGNMENT_16 y
    define_bool CONFIG_X86_TSC y
    define_bool CONFIG_X86_USE_PPRO_CHECKSUM y
+   define_bool CONFIG_X86_OOSTORE y
 fi
 tristate 'Toshiba Laptop support' CONFIG_TOSHIBA


-- 
| Dave Jones.                    http://www.codemonkey.org.uk
| SuSE Labs .


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-11-03  0:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-03  0:47 [PATCH] Use OOSTORE Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).