MIPS: Alchemy: Basic support for the DB1300 board.
Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com> To: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/2867/ Patchwork: https://patchwork.linux-mips.org/patch/2919/ Patchwork: https://patchwork.linux-mips.org/patch/2928/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
809f36c6f4
commit
64cd04d0cf
15 changed files with 1398 additions and 19 deletions
23
arch/mips/include/asm/mach-db1x00/irq.h
Normal file
23
arch/mips/include/asm/mach-db1x00/irq.h
Normal file
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
* This file is subject to the terms and conditions of the GNU General Public
|
||||
* License. See the file "COPYING" in the main directory of this archive
|
||||
* for more details.
|
||||
*
|
||||
* Copyright (C) 2003 by Ralf Baechle
|
||||
*/
|
||||
#ifndef __ASM_MACH_GENERIC_IRQ_H
|
||||
#define __ASM_MACH_GENERIC_IRQ_H
|
||||
|
||||
|
||||
#ifdef NR_IRQS
|
||||
#undef NR_IRQS
|
||||
#endif
|
||||
|
||||
#ifndef MIPS_CPU_IRQ_BASE
|
||||
#define MIPS_CPU_IRQ_BASE 0
|
||||
#endif
|
||||
|
||||
/* 8 (MIPS) + 128 (au1300) + 16 (cpld) */
|
||||
#define NR_IRQS 152
|
||||
|
||||
#endif /* __ASM_MACH_GENERIC_IRQ_H */
|
Loading…
Add table
Add a link
Reference in a new issue