Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185149
b: refs/heads/master
c: 722b365
h: refs/heads/master
i:
  185147: a4634f2
v: v3
  • Loading branch information
Suresh Siddha authored and H. Peter Anvin committed Jan 18, 2010
1 parent 03e44e1 commit 3fc9c6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: ea94396629a3e0cb9a3a9c75335b1de255b30426
refs/heads/master: 722b3654852e48b93367a63f8ada9ee1cd43f2d3
8 changes: 1 addition & 7 deletions trunk/arch/x86/kernel/vmiclock_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,7 @@ unsigned long vmi_tsc_khz(void)

static inline unsigned int vmi_get_timer_vector(void)
{
#ifdef CONFIG_X86_IO_APIC
return FIRST_DEVICE_VECTOR;
#else
return FIRST_EXTERNAL_VECTOR;
#endif
return IRQ0_VECTOR;
}

/** vmi clockchip */
Expand Down Expand Up @@ -239,8 +235,6 @@ void __init vmi_time_init(void)

vmi_time_init_clockevent();
setup_irq(0, &vmi_clock_action);
for_each_possible_cpu(cpu)
per_cpu(vector_irq, cpu)[vmi_get_timer_vector()] = 0;
}

#ifdef CONFIG_X86_LOCAL_APIC
Expand Down

0 comments on commit 3fc9c6b

Please sign in to comment.