patch-2.4.8 linux/arch/ia64/kernel/irq_sapic.c
Next file: linux/arch/ia64/kernel/ivt.S
Previous file: linux/arch/ia64/kernel/irq_lsapic.c
Back to the patch index
Back to the overall index
- Lines: 39
- Date:
Wed Dec 31 16:00:00 1969
- Orig file:
v2.4.7/linux/arch/ia64/kernel/irq_sapic.c
- Orig date:
Fri Apr 21 15:21:24 2000
diff -u --recursive --new-file v2.4.7/linux/arch/ia64/kernel/irq_sapic.c linux/arch/ia64/kernel/irq_sapic.c
@@ -1,38 +0,0 @@
-/*
- * SAPIC Interrupt Controller
- *
- * This takes care of interrupts that are generated by the CPU's
- * internal Streamlined Advanced Programmable Interrupt Controller
- * (SAPIC), such as the ITC and IPI interrupts.
- *
- * Copyright (C) 1999 VA Linux Systems
- * Copyright (C) 1999 Walt Drummond <drummond@valinux.com>
- * Copyright (C) 2000 Hewlett-Packard Co
- * Copyright (C) 2000 David Mosberger-Tang <davidm@hpl.hp.com>
- */
-
-#include <linux/sched.h>
-#include <linux/irq.h>
-
-static unsigned int
-sapic_noop_startup (unsigned int irq)
-{
- return 0;
-}
-
-static void
-sapic_noop (unsigned int irq)
-{
- /* nuthing to do... */
-}
-
-struct hw_interrupt_type irq_type_ia64_sapic = {
- typename: "SAPIC",
- startup: sapic_noop_startup,
- shutdown: sapic_noop,
- enable: sapic_noop,
- disable: sapic_noop,
- ack: sapic_noop,
- end: sapic_noop,
- set_affinity: (void (*)(unsigned int, unsigned long)) sapic_noop
-};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)