-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 164499 b: refs/heads/master c: 1f69366 h: refs/heads/master i: 164497: 99ee6ff 164495: ec6c470 v: v3
- Loading branch information
Christoph Hellwig
authored and
Linus Torvalds
committed
Sep 22, 2009
1 parent
190dd3b
commit facc1bc
Showing
2 changed files
with
4 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 621731980fe1b19f0a107e17e2af5f8d4411db3e | ||
refs/heads/master: 1f693665457539e919856149151b7a7e96550d70 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,9 @@ | ||
#ifndef _ALPHA_HARDIRQ_H | ||
#define _ALPHA_HARDIRQ_H | ||
|
||
#include <linux/threads.h> | ||
#include <linux/cache.h> | ||
|
||
|
||
/* entry.S is sensitive to the offsets of these fields */ | ||
typedef struct { | ||
unsigned long __softirq_pending; | ||
} ____cacheline_aligned irq_cpustat_t; | ||
|
||
#include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */ | ||
|
||
void ack_bad_irq(unsigned int irq); | ||
#define ack_bad_irq ack_bad_irq | ||
|
||
#include <asm-generic/hardirq.h> | ||
|
||
#endif /* _ALPHA_HARDIRQ_H */ |