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
160d8dac
Commit
160d8dac
authored
Feb 11, 2009
by
Ingo Molnar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86, apic: make generic_apic_probe() generally available
Impact: build fix Signed-off-by:
Ingo Molnar
<
mingo@elte.hu
>
parent
d5b5a232
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
arch/x86/include/asm/apic.h
arch/x86/include/asm/apic.h
+6
-0
arch/x86/kernel/setup.c
arch/x86/kernel/setup.c
+0
-2
No files found.
arch/x86/include/asm/apic.h
View file @
160d8dac
...
...
@@ -33,7 +33,13 @@
} while (0)
#if defined(CONFIG_X86_LOCAL_APIC) && defined(CONFIG_X86_32)
extern
void
generic_apic_probe
(
void
);
#else
static
inline
void
generic_apic_probe
(
void
)
{
}
#endif
#ifdef CONFIG_X86_LOCAL_APIC
...
...
arch/x86/kernel/setup.c
View file @
160d8dac
...
...
@@ -936,9 +936,7 @@ void __init setup_arch(char **cmdline_p)
map_vsyscall
();
#endif
#ifdef CONFIG_X86_32
generic_apic_probe
();
#endif
early_quirks
();
...
...
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