projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f115714
)
x86, apic: Use register_lapic_address() in init_apic_mapping()
author
Yinghai Lu
<
[email protected]
>
Tue, 7 Dec 2010 08:55:38 +0000
(
00:55
-0800)
committer
Thomas Gleixner
<
[email protected]
>
Thu, 9 Dec 2010 20:52:05 +0000
(21:52 +0100)
Remove the printk as well, we don't want to print when nothing
changed. We print in register_lapic_address() already.
Signed-off-by: Yinghai Lu <
[email protected]
>
Cc: Suresh Siddha <
[email protected]
>
Cc: "Eric W. Biederman" <
[email protected]
>
LKML-Reference: <
4CFDF68A
.
7020902
@kernel.org>
Signed-off-by: Thomas Gleixner <
[email protected]
>
arch/x86/kernel/apic/apic.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/apic/apic.c
b/arch/x86/kernel/apic/apic.c
index f507f311d44d686c3000464f32dae8852e2e3370..9303364e2009d1187fb6cecd575a909f8e7f3cb8 100644
(file)
--- a/
arch/x86/kernel/apic/apic.c
+++ b/
arch/x86/kernel/apic/apic.c
@@
-1655,10
+1655,7
@@
void __init init_apic_mappings(void)
* acpi_register_lapic_address()
*/
if (!acpi_lapic && !smp_found_config)
- set_fixmap_nocache(FIX_APIC_BASE, apic_phys);
-
- apic_printk(APIC_VERBOSE, "mapped APIC to %08lx (%08lx)\n",
- APIC_BASE, apic_phys);
+ register_lapic_address(apic_phys);
}
/*