irq.c (7a996d3ab150bb0e1b71fa182f70199a703efdd1) | irq.c (ca4d3e6746bdcfccb517349bce2d2c5b5614fb6f) |
---|---|
1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 1992 Linus Torvalds 7 * Copyright (C) 1994 - 2001, 2003, 07 Ralf Baechle 8 */ 9#include <linux/clockchips.h> 10#include <linux/init.h> 11#include <linux/interrupt.h> 12#include <linux/kernel.h> 13#include <linux/smp.h> 14#include <linux/spinlock.h> | 1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 1992 Linus Torvalds 7 * Copyright (C) 1994 - 2001, 2003, 07 Ralf Baechle 8 */ 9#include <linux/clockchips.h> 10#include <linux/init.h> 11#include <linux/interrupt.h> 12#include <linux/kernel.h> 13#include <linux/smp.h> 14#include <linux/spinlock.h> |
15#include <linux/irq.h> |
|
15 16#include <asm/irq_cpu.h> 17#include <asm/i8253.h> 18#include <asm/i8259.h> 19#include <asm/io.h> 20#include <asm/jazz.h> 21#include <asm/pgtable.h> 22 --- 140 unchanged lines hidden --- | 16 17#include <asm/irq_cpu.h> 18#include <asm/i8253.h> 19#include <asm/i8259.h> 20#include <asm/io.h> 21#include <asm/jazz.h> 22#include <asm/pgtable.h> 23 --- 140 unchanged lines hidden --- |