-
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: 164507 b: refs/heads/master c: db4e5cb h: refs/heads/master i: 164505: 19cae6e 164503: 6ae3ea9 v: v3
- Loading branch information
Christoph Hellwig
authored and
Linus Torvalds
committed
Sep 22, 2009
1 parent
7e79c26
commit 25d00fa
Showing
2 changed files
with
2 additions
and
26 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: 672917dcc781ead7652a8b11b1fba14e38ac15b8 | ||
refs/heads/master: db4e5cbe2f201c6abd51f7dfe41dbd2589affeba |
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,25 +1 @@ | ||
/* (c) 2004 cw@f00f.org, GPLv2 blah blah */ | ||
|
||
#ifndef __ASM_UM_HARDIRQ_H | ||
#define __ASM_UM_HARDIRQ_H | ||
|
||
#include <linux/threads.h> | ||
#include <linux/irq.h> | ||
|
||
/* NOTE: When SMP works again we might want to make this | ||
* ____cacheline_aligned or maybe use per_cpu state? --cw */ | ||
typedef struct { | ||
unsigned int __softirq_pending; | ||
} irq_cpustat_t; | ||
|
||
#include <linux/irq_cpustat.h> | ||
|
||
/* As this would be very strange for UML to get we BUG() after the | ||
* printk. */ | ||
static inline void ack_bad_irq(unsigned int irq) | ||
{ | ||
printk(KERN_ERR "unexpected IRQ %02x\n", irq); | ||
BUG(); | ||
} | ||
|
||
#endif /* __ASM_UM_HARDIRQ_H */ | ||
#include <asm-generic/hardirq.h> |