From de3467744812bd81e75284d7efc6e5419beb8deb Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Mon, 23 Feb 2009 22:56:59 +0300 Subject: [PATCH] --- yaml --- r: 136906 b: refs/heads/master c: 57e372932cec8eb141cde039aaeaa91b69fceba2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/irq_vectors.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index aa5aa7cce46b..8b1919553452 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5e112ae23b404ccba0a61630b82ec44f0d084880 +refs/heads/master: 57e372932cec8eb141cde039aaeaa91b69fceba2 diff --git a/trunk/arch/x86/include/asm/irq_vectors.h b/trunk/arch/x86/include/asm/irq_vectors.h index b07278c55e9e..8a285f356f8a 100644 --- a/trunk/arch/x86/include/asm/irq_vectors.h +++ b/trunk/arch/x86/include/asm/irq_vectors.h @@ -128,7 +128,7 @@ #ifndef __ASSEMBLY__ static inline int invalid_vm86_irq(int irq) { - return irq < 3 || irq > 15; + return irq < FIRST_VM86_IRQ || irq > LAST_VM86_IRQ; } #endif