diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-13 18:02:21 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-13 18:02:21 +0100 |
commit | 28839855bf623f2d7eee72377d4896770a45494f (patch) | |
tree | e7f8b0742120b9d7401f5783a6065f004167aae1 /kernel | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... (diff) | |
parent | smp_call_function_single(): be slightly less stupid, fix #2 (diff) | |
download | linux-28839855bf623f2d7eee72377d4896770a45494f.tar.xz linux-28839855bf623f2d7eee72377d4896770a45494f.zip |
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
smp_call_function_single(): be slightly less stupid, fix #2
lockdep, mm: fix might_fault() annotation
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/up.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/up.c b/kernel/up.c index c04b9dcfcebe..1ff27a28bb7d 100644 --- a/kernel/up.c +++ b/kernel/up.c @@ -2,6 +2,7 @@ * Uniprocessor-only support functions. The counterpart to kernel/smp.c */ +#include <linux/interrupt.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/smp.h> |