Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
b3e24164
Commit
b3e24164
authored
May 23, 2008
by
Alexey Starikovskiy
Committed by
Thomas Gleixner
May 25, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: Set pic_mode only if local apic code is present
parent
bf62f398
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/x86/kernel/mpparse.c
arch/x86/kernel/mpparse.c
+1
-1
No files found.
arch/x86/kernel/mpparse.c
View file @
b3e24164
...
@@ -609,7 +609,7 @@ static void __init __get_smp_config(unsigned early)
...
@@ -609,7 +609,7 @@ static void __init __get_smp_config(unsigned early)
printk
(
KERN_INFO
"Intel MultiProcessor Specification v1.%d
\n
"
,
printk
(
KERN_INFO
"Intel MultiProcessor Specification v1.%d
\n
"
,
mpf
->
mpf_specification
);
mpf
->
mpf_specification
);
#if
def CONFIG_X86_32
#if
defined(CONFIG_X86_LOCAL_APIC) && defined(CONFIG_X86_32)
if
(
mpf
->
mpf_feature2
&
(
1
<<
7
))
{
if
(
mpf
->
mpf_feature2
&
(
1
<<
7
))
{
printk
(
KERN_INFO
" IMCR and PIC compatibility mode.
\n
"
);
printk
(
KERN_INFO
" IMCR and PIC compatibility mode.
\n
"
);
pic_mode
=
1
;
pic_mode
=
1
;
...
...
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