summaryrefslogtreecommitdiff
path: root/arch/um
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-10-15 15:03:48 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-15 14:18:39 -0700
commit51018b0a3160d253283173c2f54f16746cee5852 (patch)
treea5ac94f8ff6cfd8d7c0b6eb6a9de812dab56b156 /arch/um
parent80c5606c3b45e0176c32d3108ade1e1cb0b954f3 (diff)
downloadlinux-3.10-51018b0a3160d253283173c2f54f16746cee5852.tar.gz
linux-3.10-51018b0a3160d253283173c2f54f16746cee5852.tar.bz2
linux-3.10-51018b0a3160d253283173c2f54f16746cee5852.zip
[PATCH] make UML compile (FC6/x86-64)
I need this patch to get a UML kernel to compile. This is with the kernel headers in FC6 which are automatically generated from the kernel tree. Some headers are missing but those files don't need them. At least it appears so since the resuling kernel works fine. Tested on x86-64. Signed-off-by: Ulrich Drepper <drepper@redhat.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um')
-rw-r--r--arch/um/include/kern_util.h1
-rw-r--r--arch/um/sys-x86_64/stub_segv.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/um/include/kern_util.h b/arch/um/include/kern_util.h
index 59cfa9e0cad..cec9fcc57bf 100644
--- a/arch/um/include/kern_util.h
+++ b/arch/um/include/kern_util.h
@@ -6,7 +6,6 @@
#ifndef __KERN_UTIL_H__
#define __KERN_UTIL_H__
-#include "linux/threads.h"
#include "sysdep/ptrace.h"
#include "sysdep/faultinfo.h"
diff --git a/arch/um/sys-x86_64/stub_segv.c b/arch/um/sys-x86_64/stub_segv.c
index 1c967026c95..652fa34c2cd 100644
--- a/arch/um/sys-x86_64/stub_segv.c
+++ b/arch/um/sys-x86_64/stub_segv.c
@@ -5,7 +5,6 @@
#include <stddef.h>
#include <signal.h>
-#include <linux/compiler.h>
#include <asm/unistd.h>
#include "uml-config.h"
#include "sysdep/sigcontext.h"