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
4c32714d
Commit
4c32714d
authored
Mar 23, 2003
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Update K6 bug URL.
parent
2c7f5db1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
arch/i386/kernel/cpu/amd.c
arch/i386/kernel/cpu/amd.c
+1
-2
No files found.
arch/i386/kernel/cpu/amd.c
View file @
4c32714d
...
@@ -90,14 +90,13 @@ static void __init init_amd(struct cpuinfo_x86 *c)
...
@@ -90,14 +90,13 @@ static void __init init_amd(struct cpuinfo_x86 *c)
d
=
d2
-
d
;
d
=
d2
-
d
;
/* Knock these two lines out if it debugs out ok */
/* Knock these two lines out if it debugs out ok */
printk
(
KERN_INFO
"K6 BUG %ld %d (Report these if test report is incorrect)
\n
"
,
d
,
20
*
K6_BUG_LOOP
);
printk
(
KERN_INFO
"AMD K6 stepping B detected - "
);
printk
(
KERN_INFO
"AMD K6 stepping B detected - "
);
/* -- cut here -- */
/* -- cut here -- */
if
(
d
>
20
*
K6_BUG_LOOP
)
if
(
d
>
20
*
K6_BUG_LOOP
)
printk
(
"system stability may be impaired when more than 32 MB are used.
\n
"
);
printk
(
"system stability may be impaired when more than 32 MB are used.
\n
"
);
else
else
printk
(
"probably OK (after B9730xxxx).
\n
"
);
printk
(
"probably OK (after B9730xxxx).
\n
"
);
printk
(
KERN_INFO
"Please see http://
www.mygale.com/~
poulot/k6bug.html
\n
"
);
printk
(
KERN_INFO
"Please see http://
membres.lycos.fr/
poulot/k6bug.html
\n
"
);
}
}
/* K6 with old style WHCR */
/* K6 with old style WHCR */
...
...
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