Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99656
b: refs/heads/master
c: ce17833
h: refs/heads/master
v: v3
  • Loading branch information
Alan Mayer authored and Ingo Molnar committed May 12, 2008
1 parent 041de59 commit 121109a
Show file tree
Hide file tree
Showing 3 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: 305b92a2323eeaa4b481f409d54f778dd7e21a46
refs/heads/master: ce17833183bf0a08ce3d174a2088eff0a06f2080
4 changes: 4 additions & 0 deletions trunk/arch/x86/kernel/apic_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ int local_apic_timer_disabled;
int local_apic_timer_c2_ok;
EXPORT_SYMBOL_GPL(local_apic_timer_c2_ok);

int first_system_vector = 0xfe;

char system_vectors[NR_VECTORS] = { [0 ... NR_VECTORS-1] = SYS_VECTOR_FREE};

/*
* Debug level, exported for io_apic.c
*/
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/x86/kernel/io_apic_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ int mp_irq_entries;

static int disable_timer_pin_1 __initdata;

int first_system_vector = 0xfe;

char system_vectors[NR_VECTORS] = { [0 ... NR_VECTORS-1] = SYS_VECTOR_FREE};

/*
* Rough estimation of how many shared IRQs there are, can
* be changed anytime.
Expand Down

0 comments on commit 121109a

Please sign in to comment.