~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to arch/sparc/include/asm/hardirq_64.h

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* hardirq.h: 64-bit Sparc hard IRQ support.
 
2
 *
 
3
 * Copyright (C) 1997, 1998, 2005 David S. Miller (davem@davemloft.net)
 
4
 */
 
5
 
 
6
#ifndef __SPARC64_HARDIRQ_H
 
7
#define __SPARC64_HARDIRQ_H
 
8
 
 
9
#include <asm/cpudata.h>
 
10
 
 
11
#define __ARCH_IRQ_STAT
 
12
#define local_softirq_pending() \
 
13
        (local_cpu_data().__softirq_pending)
 
14
 
 
15
void ack_bad_irq(unsigned int irq);
 
16
 
 
17
#define HARDIRQ_BITS    8
 
18
 
 
19
#endif /* !(__SPARC64_HARDIRQ_H) */