Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11772
b: refs/heads/master
c: 009b29d
h: refs/heads/master
v: v3
  • Loading branch information
Vivek Goyal authored and Linus Torvalds committed Oct 31, 2005
1 parent d456ae8 commit b3695b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: bda98685b855f71f7e2fc5378aa3cdfb24a9db65
refs/heads/master: 009b29d90f575a83eba185950a7182ab05e7741a
3 changes: 1 addition & 2 deletions trunk/arch/i386/kernel/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,6 @@ void __init setup_boot_APIC_clock(void)
using_apic_timer = 1;

local_irq_save(flags);
local_irq_disable();

calibration_result = calibrate_APIC_clock();
/*
Expand Down Expand Up @@ -1299,7 +1298,7 @@ int __init APIC_init(void)
if (!check_phys_apicid_present(boot_cpu_physical_apicid)) {
printk("weird, boot CPU (#%d) not listed by the BIOS.\n",
boot_cpu_physical_apicid);
physid_set(hard_smp_processor_id(), phys_cpu_present_map);
physid_set(boot_cpu_physical_apicid, phys_cpu_present_map);
}

/*
Expand Down

0 comments on commit b3695b3

Please sign in to comment.