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
f7991d03
Commit
f7991d03
authored
Nov 17, 2003
by
Len Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge intel.com:/home/lenb/bk/linux-2.6.0
into intel.com:/home/lenb/bk/linux-acpi-test-2.6.0
parents
f2b4a98e
e10971b8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
arch/i386/kernel/dmi_scan.c
arch/i386/kernel/dmi_scan.c
+1
-0
arch/i386/kernel/io_apic.c
arch/i386/kernel/io_apic.c
+4
-6
arch/i386/kernel/mpparse.c
arch/i386/kernel/mpparse.c
+4
-0
No files found.
arch/i386/kernel/dmi_scan.c
View file @
f7991d03
...
...
@@ -1011,6 +1011,7 @@ static __init void dmi_check_blacklist(void)
printk
(
KERN_NOTICE
"ACPI disabled because your bios is from %s and too old
\n
"
,
s
);
printk
(
KERN_NOTICE
"You can enable it with acpi=force
\n
"
);
acpi_disabled
=
1
;
acpi_ht
=
0
;
}
}
}
...
...
arch/i386/kernel/io_apic.c
View file @
f7991d03
...
...
@@ -1624,10 +1624,6 @@ static void __init setup_ioapic_ids_from_mpc(void)
unsigned
char
old_id
;
unsigned
long
flags
;
if
(
acpi_ioapic
)
/* This gets done during IOAPIC enumeration for ACPI. */
return
;
/*
* This is broken; anything with a real cpu count has to
* circumvent this idiocy regardless.
...
...
@@ -2217,12 +2213,14 @@ void __init setup_IO_APIC(void)
/*
* Set up IO-APIC IRQ routing.
*/
setup_ioapic_ids_from_mpc
();
if
(
!
acpi_ioapic
)
setup_ioapic_ids_from_mpc
();
sync_Arb_IDs
();
setup_IO_APIC_irqs
();
init_IO_APIC_traps
();
check_timer
();
print_IO_APIC
();
if
(
!
acpi_ioapic
)
print_IO_APIC
();
}
/*
...
...
arch/i386/kernel/mpparse.c
View file @
f7991d03
...
...
@@ -1165,6 +1165,10 @@ void __init mp_parse_prt (void)
mp_ioapic_routing
[
ioapic
].
apic_id
,
ioapic_pin
,
entry
->
irq
);
}
print_IO_APIC
();
return
;
}
#endif
/*CONFIG_ACPI_PCI*/
...
...
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