Commit f897855b authored by Ulrich Drepper's avatar Ulrich Drepper Committed by Chris Wright

[PATCH] uml: make Uml compile on FC6 kernel headers

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 resulting kernel works fine.

Tested on x86-64.
Signed-off-by: default avatarUlrich Drepper <drepper@redhat.com>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: default avatarChris Wright <chrisw@sous-sol.org>
parent 5b44e45b
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
#ifndef __KERN_UTIL_H__ #ifndef __KERN_UTIL_H__
#define __KERN_UTIL_H__ #define __KERN_UTIL_H__
#include "linux/threads.h"
#include "sysdep/ptrace.h" #include "sysdep/ptrace.h"
#include "sysdep/faultinfo.h" #include "sysdep/faultinfo.h"
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
#include <stddef.h> #include <stddef.h>
#include <signal.h> #include <signal.h>
#include <linux/compiler.h>
#include <asm/unistd.h> #include <asm/unistd.h>
#include "uml-config.h" #include "uml-config.h"
#include "sysdep/sigcontext.h" #include "sysdep/sigcontext.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