Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 672917dcc781ead7652a8b11b1fba14e38ac15b8
refs/heads/master: db4e5cbe2f201c6abd51f7dfe41dbd2589affeba
26 changes: 1 addition & 25 deletions trunk/arch/um/include/asm/hardirq.h
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>

0 comments on commit 25d00fa

Please sign in to comment.