lkml.org 
[lkml]   [2003]   [Aug]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] Enable OOSTORE on Geode.
Date
From Hiroshi Miura <miurahr@nttdata.co.jp>

diff -urpN --exclude-from=/home/davej/.exclude bk-linus/arch/i386/kernel/cpu/cyrix.c linux-2.5/arch/i386/kernel/cpu/cyrix.c
--- bk-linus/arch/i386/kernel/cpu/cyrix.c 2003-04-10 06:01:09.000000000 +0100
+++ linux-2.5/arch/i386/kernel/cpu/cyrix.c 2003-07-13 06:03:44.000000000 +0100
@@ -109,7 +109,6 @@ static void __init check_cx686_slop(stru

static void __init set_cx86_reorder(void)
{
-#ifdef CONFIG_OOSTORE
u8 ccr3;

printk(KERN_INFO "Enable Memory access reorder on Cyrix/NSC processor.\n");
@@ -118,12 +117,9 @@ static void __init set_cx86_reorder(void

/* Load/Store Serialize to mem access disable (=reorder it)  */
setCx86(CX86_PCR0, getCx86(CX86_PCR0) & ~0x80);
-#ifdef CONFIG_NOHIGHMEM
/* set load/store serialize from 1GB to 4GB */
ccr3 |= 0xe0;
-#endif
setCx86(CX86_CCR3, ccr3);
-#endif
}

static void __init set_cx86_memwb(void)
-
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/
\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.513 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site