![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* hardirq.h: 64-bit Sparc hard IRQ support. 0003 * 0004 * Copyright (C) 1997, 1998, 2005 David S. Miller (davem@davemloft.net) 0005 */ 0006 0007 #ifndef __SPARC64_HARDIRQ_H 0008 #define __SPARC64_HARDIRQ_H 0009 0010 #include <asm/cpudata.h> 0011 0012 #define __ARCH_IRQ_STAT 0013 0014 #define local_softirq_pending_ref \ 0015 __cpu_data.__softirq_pending 0016 0017 void ack_bad_irq(unsigned int irq); 0018 0019 #endif /* !(__SPARC64_HARDIRQ_H) */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |