Commit b862aa5d authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] Make x86-64 compile again

Add include to fix compilation on x86-64
parent 975a605c
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#define __x86_64_MMU_H #define __x86_64_MMU_H
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <asm/semaphore.h>
/* /*
* The x86_64 doesn't have a mmu context, but * The x86_64 doesn't have a mmu context, but
......
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