Loading arch/arm/Kconfig +1 −0 Original line number Diff line number Diff line Loading @@ -650,6 +650,7 @@ config ARCH_PICOXCELL select HAVE_SCHED_CLOCK select HAVE_TCM select NO_IOPORT select SPARSE_IRQ select USE_OF help This enables support for systems based on the Picochip picoXcell Loading arch/arm/mach-picoxcell/common.c +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ static void __init picoxcell_init_irq(void) DT_MACHINE_START(PICOXCELL, "Picochip picoXcell") .map_io = picoxcell_map_io, .nr_irqs = ARCH_NR_IRQS, .nr_irqs = NR_IRQS_LEGACY, .init_irq = picoxcell_init_irq, .handle_irq = vic_handle_irq, .timer = &picoxcell_timer, Loading arch/arm/mach-picoxcell/include/mach/irqs.h +2 −7 Original line number Diff line number Diff line /* * Copyright (c) 2011 Picochip Ltd., Jamie Iles * * This file contains the hardware definitions of the picoXcell SoC devices. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or Loading @@ -16,10 +14,7 @@ #ifndef __MACH_IRQS_H #define __MACH_IRQS_H #define ARCH_NR_IRQS 64 #define NR_IRQS (128 + ARCH_NR_IRQS) #define IRQ_VIC0_BASE 0 #define IRQ_VIC1_BASE 32 /* We dynamically allocate our irq_desc's. */ #define NR_IRQS 0 #endif /* __MACH_IRQS_H */ Loading
arch/arm/Kconfig +1 −0 Original line number Diff line number Diff line Loading @@ -650,6 +650,7 @@ config ARCH_PICOXCELL select HAVE_SCHED_CLOCK select HAVE_TCM select NO_IOPORT select SPARSE_IRQ select USE_OF help This enables support for systems based on the Picochip picoXcell Loading
arch/arm/mach-picoxcell/common.c +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ static void __init picoxcell_init_irq(void) DT_MACHINE_START(PICOXCELL, "Picochip picoXcell") .map_io = picoxcell_map_io, .nr_irqs = ARCH_NR_IRQS, .nr_irqs = NR_IRQS_LEGACY, .init_irq = picoxcell_init_irq, .handle_irq = vic_handle_irq, .timer = &picoxcell_timer, Loading
arch/arm/mach-picoxcell/include/mach/irqs.h +2 −7 Original line number Diff line number Diff line /* * Copyright (c) 2011 Picochip Ltd., Jamie Iles * * This file contains the hardware definitions of the picoXcell SoC devices. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or Loading @@ -16,10 +14,7 @@ #ifndef __MACH_IRQS_H #define __MACH_IRQS_H #define ARCH_NR_IRQS 64 #define NR_IRQS (128 + ARCH_NR_IRQS) #define IRQ_VIC0_BASE 0 #define IRQ_VIC1_BASE 32 /* We dynamically allocate our irq_desc's. */ #define NR_IRQS 0 #endif /* __MACH_IRQS_H */