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
ccbc87d8
Commit
ccbc87d8
authored
Apr 17, 2003
by
Alan Cox
Committed by
Linus Torvalds
Apr 17, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] new summit ID
parent
e7cd466c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
include/asm-i386/mach-summit/mach_mpparse.h
include/asm-i386/mach-summit/mach_mpparse.h
+4
-1
No files found.
include/asm-i386/mach-summit/mach_mpparse.h
View file @
ccbc87d8
...
...
@@ -19,6 +19,7 @@ static inline void mps_oem_check(struct mp_config_table *mpc, char *oem,
{
if
(
!
strncmp
(
oem
,
"IBM ENSW"
,
8
)
&&
(
!
strncmp
(
productid
,
"VIGIL SMP"
,
9
)
||
!
strncmp
(
productid
,
"EXA"
,
3
)
||
!
strncmp
(
productid
,
"RUTHLESS SMP"
,
12
))){
x86_summit
=
1
;
use_cyclone
=
1
;
/*enable cyclone-timer*/
...
...
@@ -28,7 +29,9 @@ static inline void mps_oem_check(struct mp_config_table *mpc, char *oem,
/* Hook from generic ACPI tables.c */
static
inline
void
acpi_madt_oem_check
(
char
*
oem_id
,
char
*
oem_table_id
)
{
if
(
!
strncmp
(
oem_id
,
"IBM"
,
3
)
&&
!
strncmp
(
oem_table_id
,
"SERVIGIL"
,
8
)){
if
(
!
strncmp
(
oem_id
,
"IBM"
,
3
)
&&
(
!
strncmp
(
oem_table_id
,
"SERVIGIL"
,
8
)
||
!
strncmp
(
oem_table_id
,
"EXA"
,
3
))){
x86_summit
=
1
;
use_cyclone
=
1
;
/*enable cyclone-timer*/
}
...
...
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