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
07758b2e
Commit
07758b2e
authored
Aug 20, 2003
by
Patrick Mochel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[acpi] Make a dummy mp_congig_ioapic_for_sci() function.
parent
2d3a2291
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
include/asm-i386/mpspec.h
include/asm-i386/mpspec.h
+7
-1
No files found.
include/asm-i386/mpspec.h
View file @
07758b2e
...
...
@@ -37,8 +37,14 @@ extern void mp_register_lapic_address (u64 address);
extern
void
mp_register_ioapic
(
u8
id
,
u32
address
,
u32
irq_base
);
extern
void
mp_override_legacy_irq
(
u8
bus_irq
,
u8
polarity
,
u8
trigger
,
u32
global_irq
);
extern
void
mp_config_acpi_legacy_irqs
(
void
);
extern
void
mp_config_ioapic_for_sci
(
int
irq
);
extern
void
mp_parse_prt
(
void
);
#ifdef CONFIG_X86_IO_APIC
extern
void
mp_config_ioapic_for_sci
(
int
irq
);
#else
static
inline
void
mp_config_ioapic_for_sci
(
int
irq
)
{
}
#endif
#endif
/*CONFIG_ACPI_BOOT*/
#define PHYSID_ARRAY_SIZE BITS_TO_LONGS(MAX_APICS)
...
...
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