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
e00f6a84
Commit
e00f6a84
authored
Nov 08, 2004
by
Len Brown
Committed by
Len Brown
Nov 08, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix non-ACPI IOAPIC build
parent
77641575
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
arch/i386/kernel/mpparse.c
arch/i386/kernel/mpparse.c
+1
-2
include/asm-i386/acpi.h
include/asm-i386/acpi.h
+2
-1
No files found.
arch/i386/kernel/mpparse.c
View file @
e00f6a84
...
...
@@ -808,6 +808,7 @@ void __init find_smp_config (void)
smp_scan_config
(
address
,
0x400
);
}
int
(
*
platform_rename_gsi
)(
int
ioapic
,
int
gsi
);
/* --------------------------------------------------------------------------
ACPI-based MP Configuration
...
...
@@ -1055,8 +1056,6 @@ void __init mp_config_acpi_legacy_irqs (void)
}
}
int
(
*
platform_rename_gsi
)(
int
ioapic
,
int
gsi
);
void
mp_register_gsi
(
u32
gsi
,
int
edge_level
,
int
active_high_low
)
{
int
ioapic
=
-
1
;
...
...
include/asm-i386/acpi.h
View file @
e00f6a84
...
...
@@ -128,7 +128,6 @@ static inline void disable_acpi(void)
#define FIX_ACPI_PAGES 4
extern
int
acpi_gsi_to_irq
(
u32
gsi
,
unsigned
int
*
irq
);
extern
int
(
*
platform_rename_gsi
)(
int
ioapic
,
int
gsi
);
#ifdef CONFIG_X86_IO_APIC
extern
int
skip_ioapic_setup
;
...
...
@@ -156,6 +155,8 @@ static inline void disable_ioapic_setup(void)
#endif
extern
int
(
*
platform_rename_gsi
)(
int
ioapic
,
int
gsi
);
#ifdef CONFIG_ACPI_PCI
static
inline
void
acpi_noirq_set
(
void
)
{
acpi_noirq
=
1
;
}
static
inline
void
acpi_disable_pci
(
void
)
...
...
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