From f84f1f462bfaf0e45511f97ef54068b8539a7af6 Mon Sep 17 00:00:00 2001 From: Mark Salter Date: Wed, 18 Jul 2012 23:49:40 -0400 Subject: C6X: remove dependence on legacy IRQs The core priority PIC code uses legacy irq support to facilitate direct mapping of core hw interrupt numbers to linux interrupt numbers. This patch removes the legacy irq usage and replaces it with a generic linear mapping. Signed-off-by: Mark Salter --- arch/c6x/include/asm/irq.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/c6x/include') diff --git a/arch/c6x/include/asm/irq.h b/arch/c6x/include/asm/irq.h index ab4577f93d96..1324e62bd4ef 100644 --- a/arch/c6x/include/asm/irq.h +++ b/arch/c6x/include/asm/irq.h @@ -34,8 +34,6 @@ */ #define NR_PRIORITY_IRQS 16 -#define NR_IRQS_LEGACY NR_PRIORITY_IRQS - /* Total number of virq in the platform */ #define NR_IRQS 256 -- cgit v1.2.3