patch-2.4.20 linux-2.4.20/arch/ppc/kernel/irq.c
Next file: linux-2.4.20/arch/ppc/kernel/l2cr.S
Previous file: linux-2.4.20/arch/ppc/kernel/indirect_pci.c
Back to the patch index
Back to the overall index
- Lines: 50
- Date:
Thu Nov 28 15:53:11 2002
- Orig file:
linux-2.4.19/arch/ppc/kernel/irq.c
- Orig date:
Fri Aug 2 17:39:43 2002
diff -urN linux-2.4.19/arch/ppc/kernel/irq.c linux-2.4.20/arch/ppc/kernel/irq.c
@@ -50,20 +50,15 @@
#include <asm/uaccess.h>
#include <asm/bitops.h>
-#include <asm/hydra.h>
#include <asm/system.h>
#include <asm/io.h>
#include <asm/pgtable.h>
#include <asm/irq.h>
-#include <asm/gg2.h>
#include <asm/cache.h>
#include <asm/prom.h>
-#include <asm/amigaints.h>
-#include <asm/amigahw.h>
-#include <asm/amigappc.h>
#include <asm/ptrace.h>
-#include "local_irq.h"
+#define NR_MASK_WORDS ((NR_IRQS + 31) / 32)
extern atomic_t ipi_recv;
extern atomic_t ipi_sent;
@@ -189,9 +184,6 @@
* now, this is what I need. -- Dan
*/
#define request_irq request_8xxirq
-#elif defined(CONFIG_APUS)
-#define request_irq request_sysirq
-#define free_irq sys_free_irq
#endif
void free_irq(unsigned int irq, void* dev_id)
@@ -373,9 +365,6 @@
int get_irq_list(char *buf)
{
-#ifdef CONFIG_APUS
- return apus_get_irq_list (buf);
-#else
int i, len = 0, j;
struct irqaction * action;
@@ -423,7 +412,6 @@
#endif
len += sprintf(buf+len, "BAD: %10u\n", ppc_spurious_interrupts);
return len;
-#endif /* CONFIG_APUS */
}
static inline void
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)