Messages in this thread Patch in this message |  | | Date | Sat, 3 Nov 2001 00:47:00 +0000 (GMT) | From | Dave Jones <> | Subject | [PATCH] Use OOSTORE. |
| |
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 .
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |