interrupt.c (75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37) | interrupt.c (13a9a5d17d07cec8181ea0843674ce48c191628e) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * PS3 interrupt routines. 4 * 5 * Copyright (C) 2006 Sony Computer Entertainment Inc. 6 * Copyright 2006 Sony Corp. 7 */ 8 9#include <linux/kernel.h> 10#include <linux/export.h> 11#include <linux/irq.h> | 1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * PS3 interrupt routines. 4 * 5 * Copyright (C) 2006 Sony Computer Entertainment Inc. 6 * Copyright 2006 Sony Corp. 7 */ 8 9#include <linux/kernel.h> 10#include <linux/export.h> 11#include <linux/irq.h> |
12#include <linux/irqdomain.h> |
|
12 13#include <asm/machdep.h> 14#include <asm/udbg.h> 15#include <asm/lv1call.h> 16#include <asm/smp.h> 17 18#include "platform.h" 19 --- 763 unchanged lines hidden --- | 13 14#include <asm/machdep.h> 15#include <asm/udbg.h> 16#include <asm/lv1call.h> 17#include <asm/smp.h> 18 19#include "platform.h" 20 --- 763 unchanged lines hidden --- |