
Drop a bootload of 10-years-old dirty code, that is not used anymore, as it has been replaced with clean code over the ages. Merge the very few bits left inside setup.c, so that everything is clean and tidy now. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
14 lines
274 B
C
14 lines
274 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/*
|
|
* Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de>
|
|
* JZ4740 IRQ definitions
|
|
*/
|
|
|
|
#ifndef __ASM_MACH_JZ4740_IRQ_H__
|
|
#define __ASM_MACH_JZ4740_IRQ_H__
|
|
|
|
#define MIPS_CPU_IRQ_BASE 0
|
|
#define NR_IRQS 256
|
|
|
|
#endif
|