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
Kirill Smelkov
linux
Commits
82d1036b
Commit
82d1036b
authored
Jul 17, 2003
by
Alan Cox
Committed by
Linus Torvalds
Jul 17, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] mtrr printk levels
parent
4646d20f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
arch/i386/kernel/cpu/mtrr/cyrix.c
arch/i386/kernel/cpu/mtrr/cyrix.c
+3
-3
No files found.
arch/i386/kernel/cpu/mtrr/cyrix.c
View file @
82d1036b
...
...
@@ -330,16 +330,16 @@ cyrix_arr_init(void)
set_mtrr_done
(
&
ctxt
);
/* flush cache and disable MAPEN */
if
(
ccrc
[
5
])
printk
(
"mtrr: ARR usage was not enabled, enabled manually
\n
"
);
printk
(
KERN_INFO
"mtrr: ARR usage was not enabled, enabled manually
\n
"
);
if
(
ccrc
[
3
])
printk
(
"mtrr: ARR3 cannot be changed
\n
"
);
printk
(
KERN_INFO
"mtrr: ARR3 cannot be changed
\n
"
);
/*
if ( ccrc[1] & 0x80) printk ("mtrr: SMM memory access through ARR3 disabled\n");
if ( ccrc[1] & 0x04) printk ("mtrr: SMM memory access disabled\n");
if ( ccrc[1] & 0x02) printk ("mtrr: SMM mode disabled\n");
*/
if
(
ccrc
[
6
])
printk
(
"mtrr: ARR3 was write protected, unprotected
\n
"
);
printk
(
KERN_INFO
"mtrr: ARR3 was write protected, unprotected
\n
"
);
}
static
struct
mtrr_ops
cyrix_mtrr_ops
=
{
...
...
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