Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99333
b: refs/heads/master
c: 431ee79
h: refs/heads/master
i:
  99331: e798623
v: v3
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Jul 8, 2008
1 parent 9a01acd commit c835f62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7223daf5e1a6298e459db84442adc04d68a6a42d
refs/heads/master: 431ee79db0a9552314d787446044973a8176b57d
8 changes: 4 additions & 4 deletions trunk/arch/x86/kernel/apic_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ static int __init detect_init_APIC(void)

void __init early_init_lapic_mapping(void)
{
unsigned long apic_phys;
unsigned long phys_addr;

/*
* If no local APIC can be found then go out
Expand All @@ -884,11 +884,11 @@ void __init early_init_lapic_mapping(void)
if (!smp_found_config)
return;

apic_phys = mp_lapic_addr;
phys_addr = mp_lapic_addr;

set_fixmap_nocache(FIX_APIC_BASE, apic_phys);
set_fixmap_nocache(FIX_APIC_BASE, phys_addr);
apic_printk(APIC_VERBOSE, "mapped APIC to %16lx (%16lx)\n",
APIC_BASE, apic_phys);
APIC_BASE, phys_addr);

/*
* Fetch the APIC ID of the BSP in case we have a
Expand Down

0 comments on commit c835f62

Please sign in to comment.