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
f3918352
Commit
f3918352
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: move pic_mode to apic_32.c
parent
b3e24164
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
arch/x86/kernel/apic_32.c
arch/x86/kernel/apic_32.c
+2
-0
arch/x86/kernel/mpparse.c
arch/x86/kernel/mpparse.c
+0
-2
arch/x86/mach-visws/mpparse.c
arch/x86/mach-visws/mpparse.c
+0
-2
No files found.
arch/x86/kernel/apic_32.c
View file @
f3918352
...
...
@@ -76,6 +76,8 @@ EXPORT_SYMBOL_GPL(local_apic_timer_c2_ok);
*/
int
apic_verbosity
;
int
pic_mode
;
static
unsigned
int
calibration_result
;
static
int
lapic_next_event
(
unsigned
long
delta
,
...
...
arch/x86/kernel/mpparse.c
View file @
f3918352
...
...
@@ -48,8 +48,6 @@ int mp_bus_id_to_pci_bus[MAX_MP_BUSSES] = {[0 ... MAX_MP_BUSSES - 1] = -1 };
static
int
mp_current_pci_id
;
int
pic_mode
;
/*
* Intel MP BIOS table parsing routines:
*/
...
...
arch/x86/mach-visws/mpparse.c
View file @
f3918352
...
...
@@ -11,8 +11,6 @@
/* Have we found an MP table */
int
smp_found_config
;
int
pic_mode
;
extern
unsigned
int
__cpuinitdata
maxcpus
;
/*
...
...
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