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
fdbecd9f
Commit
fdbecd9f
authored
Jan 31, 2009
by
Ingo Molnar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86, apic: explain the purpose of max_physical_apicid
Signed-off-by:
Ingo Molnar
<
mingo@elte.hu
>
parent
65a4e574
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
arch/x86/kernel/apic.c
arch/x86/kernel/apic.c
+15
-2
No files found.
arch/x86/kernel/apic.c
View file @
fdbecd9f
...
...
@@ -50,13 +50,26 @@
#include <asm/smp.h>
unsigned
int
num_processors
;
unsigned
disabled_cpus
__cpuinitdata
;
/* Processor that is doing the boot up */
unsigned
int
boot_cpu_physical_apicid
=
-
1U
;
EXPORT_SYMBOL
(
boot_cpu_physical_apicid
);
/*
* The highest APIC ID seen during enumeration.
*
* This determines the messaging protocol we can use: if all APIC IDs
* are in the 0 ... 7 range, then we can use logical addressing which
* has some performance advantages (better broadcasting).
*
* If there's an APIC ID above 8, we use physical addressing.
*/
unsigned
int
max_physical_apicid
;
/* Bitmask of physically existing CPUs */
/*
* Bitmask of physically existing CPUs:
*/
physid_mask_t
phys_cpu_present_map
;
/*
...
...
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