|
|
| File: [Development] / linux-2.6-xfs / include / asm-sparc64 / Attic / hardirq.h (download)
Revision 1.6, Fri Oct 28 16:02:11 2005 UTC (11 years, 11 months ago) by nathans.longdrop.melbourne.sgi.com
Merge up to 2.6.14 Merge of 2.6.x-xfs-melb:linux:24258a 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) #define HARDIRQ_BITS 8 #endif /* !(__SPARC64_HARDIRQ_H) */