Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946510AbWKAFnF (ORCPT ); Wed, 1 Nov 2006 00:43:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1946538AbWKAFnB (ORCPT ); Wed, 1 Nov 2006 00:43:01 -0500 Received: from 216-99-217-87.dsl.aracnet.com ([216.99.217.87]:58331 "EHLO sous-sol.org") by vger.kernel.org with ESMTP id S1946532AbWKAFmq (ORCPT ); Wed, 1 Nov 2006 00:42:46 -0500 Message-Id: <20061101054252.255932000@sous-sol.org> References: <20061101053340.305569000@sous-sol.org> User-Agent: quilt/0.45-1 Date: Tue, 31 Oct 2006 21:34:22 -0800 From: Chris Wright To: linux-kernel@vger.kernel.org, stable@kernel.org Cc: Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , torvalds@osdl.org, akpm@osdl.org, alan@lxorguk.ukuu.org.uk, Ulrich Drepper , Jeff Dike , Paolo Blaisorblade Giarrusso , Greg Kroah-Hartman Subject: [PATCH 42/61] uml: make Uml compile on FC6 kernel headers Content-Disposition: inline; filename=uml-make-uml-compile-on-fc6-kernel-headers.patch Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1615 Lines: 51 -stable review patch. If anyone has any objections, please let us know. ------------------ From: Ulrich Drepper 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: Ulrich Drepper Cc: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman Signed-off-by: Chris Wright --- arch/um/include/kern_util.h | 1 - arch/um/sys-x86_64/stub_segv.c | 1 - 2 files changed, 2 deletions(-) --- linux-2.6.18.1.orig/arch/um/include/kern_util.h +++ linux-2.6.18.1/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" --- linux-2.6.18.1.orig/arch/um/sys-x86_64/stub_segv.c +++ linux-2.6.18.1/arch/um/sys-x86_64/stub_segv.c @@ -5,7 +5,6 @@ #include #include -#include #include #include "uml-config.h" #include "sysdep/sigcontext.h" -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/