[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070207064935.GB726@verge.net.au>
Date: Wed, 7 Feb 2007 15:49:36 +0900
From: Horms <horms@...ge.net.au>
To: linux-ia64@...r.kernel.org, linux-kernel@...r.kernel.org,
fastboot@...ts.osdl.org
Cc: Zou Nan hai <nanhai.zou@...el.com>,
Khalid Aziz <khalid_aziz@...com>,
Adrian Bunk <trivial@...nel.org>,
Tony Luck <tony.luck@...el.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Magnus Damm <magnus.damm@...il.com>
Subject: [PATCH] [IA64] Include kexec.h in arch/ia64/kernel/process.c
kexec.h is needed by arch/ia64/kernel/process.c so for the
declaration of kexec_disable_iosapic() which is used in machine_shutdown().
Signed-off-by: Simon Horman <horms@...ge.net.au>
Index: linux-2.6/arch/ia64/kernel/process.c
===================================================================
--- linux-2.6.orig/arch/ia64/kernel/process.c 2007-02-07 12:43:09.000000000 +0900
+++ linux-2.6/arch/ia64/kernel/process.c 2007-02-07 12:43:16.000000000 +0900
@@ -41,6 +41,7 @@
#include <asm/uaccess.h>
#include <asm/unwind.h>
#include <asm/user.h>
+#include <asm/kexec.h>
#include "entry.h"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists