Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
26ab2aa9
Commit
26ab2aa9
authored
Aug 13, 2003
by
Dave Jones
Committed by
Linus Torvalds
Aug 13, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Enable OOSTORE on Geode.
From Hiroshi Miura <miurahr@nttdata.co.jp>
parent
2ed9f81e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
arch/i386/kernel/cpu/cyrix.c
arch/i386/kernel/cpu/cyrix.c
+0
-4
No files found.
arch/i386/kernel/cpu/cyrix.c
View file @
26ab2aa9
...
...
@@ -109,7 +109,6 @@ static void __init check_cx686_slop(struct cpuinfo_x86 *c)
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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment