mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-11 20:07:00 +00:00
e88ed82ef8
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
16 lines
369 B
C
16 lines
369 B
C
/*
|
|
* SH5-101 Setup
|
|
*
|
|
* Copyright (C) 2007 Paul Mundt
|
|
*
|
|
* 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.
|
|
*/
|
|
#include <linux/init.h>
|
|
|
|
void __init plat_irq_setup(void)
|
|
{
|
|
/* do nothing - all IRL interrupts are handled by the board code */
|
|
}
|