Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62444
b: refs/heads/master
c: f5352fd
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Linus Torvalds committed Jul 22, 2007
1 parent f5bfc03 commit 7d1b080
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f2cf8e085c0d3fd5c755d7c0de7334a50ebb728e
refs/heads/master: f5352fd0ce41b079a01e23c01ea3578c29f097e7
4 changes: 2 additions & 2 deletions trunk/arch/i386/kernel/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ static void __devinit setup_APIC_timer(void)

#define LAPIC_CAL_LOOPS (HZ/10)

static __initdata volatile int lapic_cal_loops = -1;
static __initdata int lapic_cal_loops = -1;
static __initdata long lapic_cal_t1, lapic_cal_t2;
static __initdata unsigned long long lapic_cal_tsc1, lapic_cal_tsc2;
static __initdata unsigned long lapic_cal_pm1, lapic_cal_pm2;
Expand Down Expand Up @@ -488,7 +488,7 @@ void __init setup_boot_APIC_clock(void)
/* Let the interrupts run */
local_irq_enable();

while(lapic_cal_loops <= LAPIC_CAL_LOOPS)
while (lapic_cal_loops <= LAPIC_CAL_LOOPS)
cpu_relax();

local_irq_disable();
Expand Down

0 comments on commit 7d1b080

Please sign in to comment.