Commit 67bc4eb0 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

[PATCH] hardirq uses preempt

hardirq.h uses preempt_count() from preempt.h
Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a2ac953d
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment