setup.c (ebf8889bd1fe3615991ff4494635d237280652a2) | setup.c (ca4d3e6746bdcfccb517349bce2d2c5b5614fb6f) |
---|---|
1/* 2 * System-specific setup, especially interrupts. 3 * 4 * This file is subject to the terms and conditions of the GNU General Public 5 * License. See the file "COPYING" in the main directory of this archive 6 * for more details. 7 * 8 * Copyright (C) 1998 Harald Koerfgen --- 4 unchanged lines hidden (view full) --- 13#include <linux/interrupt.h> 14#include <linux/ioport.h> 15#include <linux/module.h> 16#include <linux/param.h> 17#include <linux/sched.h> 18#include <linux/spinlock.h> 19#include <linux/types.h> 20#include <linux/pm.h> | 1/* 2 * System-specific setup, especially interrupts. 3 * 4 * This file is subject to the terms and conditions of the GNU General Public 5 * License. See the file "COPYING" in the main directory of this archive 6 * for more details. 7 * 8 * Copyright (C) 1998 Harald Koerfgen --- 4 unchanged lines hidden (view full) --- 13#include <linux/interrupt.h> 14#include <linux/ioport.h> 15#include <linux/module.h> 16#include <linux/param.h> 17#include <linux/sched.h> 18#include <linux/spinlock.h> 19#include <linux/types.h> 20#include <linux/pm.h> |
21#include <linux/irq.h> |
|
21 22#include <asm/bootinfo.h> 23#include <asm/cpu.h> 24#include <asm/cpu-features.h> 25#include <asm/irq.h> 26#include <asm/irq_cpu.h> 27#include <asm/mipsregs.h> 28#include <asm/reboot.h> --- 739 unchanged lines hidden --- | 22 23#include <asm/bootinfo.h> 24#include <asm/cpu.h> 25#include <asm/cpu-features.h> 26#include <asm/irq.h> 27#include <asm/irq_cpu.h> 28#include <asm/mipsregs.h> 29#include <asm/reboot.h> --- 739 unchanged lines hidden --- |