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

« back to all changes in this revision

Viewing changes to arch/sh/include/asm/hardirq.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
#ifndef __ASM_SH_HARDIRQ_H
 
2
#define __ASM_SH_HARDIRQ_H
 
3
 
 
4
#include <linux/threads.h>
 
5
#include <linux/irq.h>
 
6
 
 
7
typedef struct {
 
8
        unsigned int __softirq_pending;
 
9
        unsigned int __nmi_count;               /* arch dependent */
 
10
} ____cacheline_aligned irq_cpustat_t;
 
11
 
 
12
#include <linux/irq_cpustat.h>  /* Standard mappings for irq_cpustat_t above */
 
13
 
 
14
extern void ack_bad_irq(unsigned int irq);
 
15
 
 
16
#endif /* __ASM_SH_HARDIRQ_H */