Skip to content

Commit

Permalink
[PATCH] hardirq uses preempt
Browse files Browse the repository at this point in the history
hardirq.h uses preempt_count() from preempt.h

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Jul 12, 2005
1 parent a2ac953 commit 67bc4eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/hardirq.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define LINUX_HARDIRQ_H

#include <linux/config.h>
#include <linux/preempt.h>
#include <linux/smp_lock.h>
#include <asm/hardirq.h>
#include <asm/system.h>
Expand Down

0 comments on commit 67bc4eb

Please sign in to comment.