|
|
| File: [Development] / linux-2.6-xfs / include / asm-sparc64 / Attic / hardirq.h (download)
Revision 1.7, Fri Oct 13 17:03:09 2006 UTC (11 years ago) by tes.longdrop.melbourne.sgi.com
Merge up to 2.6.18 Merge of 2.6.x-xfs-melb:linux:27192b by kenmcd. |
/* hardirq.h: 64-bit Sparc hard IRQ support. * * Copyright (C) 1997, 1998, 2005 David S. Miller (davem@davemloft.net) */ #ifndef __SPARC64_HARDIRQ_H #define __SPARC64_HARDIRQ_H #include <asm/cpudata.h> #define __ARCH_IRQ_STAT #define local_softirq_pending() \ (local_cpu_data().__softirq_pending) void ack_bad_irq(unsigned int irq); #define HARDIRQ_BITS 8 #endif /* !(__SPARC64_HARDIRQ_H) */