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
fae9811b
Commit
fae9811b
authored
Mar 28, 2008
by
Ingo Molnar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: mpparse, move boot cpu physical apicid to apic_32.c, fix
Signed-off-by:
Ingo Molnar
<
mingo@elte.hu
>
parent
837e0e7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
arch/x86/kernel/mpparse_32.c
arch/x86/kernel/mpparse_32.c
+2
-0
No files found.
arch/x86/kernel/mpparse_32.c
View file @
fae9811b
...
...
@@ -65,8 +65,10 @@ int pic_mode;
#ifndef CONFIG_X86_SMP
unsigned
int
num_processors
;
unsigned
disabled_cpus
__cpuinitdata
;
#ifndef CONFIG_X86_LOCAL_APIC
unsigned
int
boot_cpu_physical_apicid
=
-
1U
;
#endif
#endif
/* Make it easy to share the UP and SMP code: */
#ifndef CONFIG_X86_SMP
...
...
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