2006-10-15 19:03:56

by Ulrich Drepper

[permalink] [raw]
Subject: [PATCH] make UML copmile

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 <[email protected]>

diff --git a/arch/um/include/kern_util.h b/arch/um/include/kern_util.h
index 59cfa9e..cec9fcc 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 1c96702..652fa34 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"


2006-10-16 14:55:10

by Jeff Dike

[permalink] [raw]
Subject: Re: [PATCH] make UML copmile

On Sun, Oct 15, 2006 at 03:03:48PM -0400, Ulrich Drepper wrote:
> 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.

Acked-by: Jeff Dike <[email protected]>

Thanks, Ulrich.

Jeff