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
50dd94e0
Commit
50dd94e0
authored
Dec 08, 2008
by
Ingo Molnar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sparseirq: fix typo in !CONFIG_IO_APIC case
Impact: build fix Signed-off-by:
Ingo Molnar
<
mingo@elte.hu
>
parent
3145e941
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
arch/x86/include/asm/io_apic.h
arch/x86/include/asm/io_apic.h
+2
-5
No files found.
arch/x86/include/asm/io_apic.h
View file @
50dd94e0
...
...
@@ -193,12 +193,9 @@ extern void probe_nr_irqs_gsi(void);
#else
/* !CONFIG_X86_IO_APIC */
#define io_apic_assign_pci_irqs 0
static
const
int
timer_through_8259
=
0
;
static
inline
void
ioapic_init_mappings
(
void
)
{
}
static
inline
void
ioapic_init_mappings
(
void
)
{
}
static
inline
int
probe_nr_irqs
(
void
)
{
return
NR_IRQS
;
}
static
inline
void
probe_nr_irqs_gsi
(
void
)
{
}
#endif
#endif
/* _ASM_X86_IO_APIC_H */
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