Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce178331 authored by Alan Mayer's avatar Alan Mayer Committed by Ingo Molnar
Browse files

x86: change FIRST_SYSTEM_VECTOR to a variable, fix



Fixes the build error introduced by my FIRST_SYSTEM_VECTOR patch

Signed-off-by: default avatarAlan Mayer <ajm@sgi.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 305b92a2
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -71,6 +71,10 @@ int local_apic_timer_disabled;
int local_apic_timer_c2_ok;
int local_apic_timer_c2_ok;
EXPORT_SYMBOL_GPL(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
 * Debug level, exported for io_apic.c
 */
 */
+0 −4
Original line number Original line Diff line number Diff line
@@ -83,10 +83,6 @@ int mp_irq_entries;


static int disable_timer_pin_1 __initdata;
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
 * Rough estimation of how many shared IRQs there are, can
 * be changed anytime.
 * be changed anytime.