[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] [PATCH] kexec/kdump: remove unnecessary incusion of asm/fixmap.h



# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxxxxx>
# Date 1168421964 0
# Node ID 8d34cd47db2268b1c01bf51be4cf02e673073a46
# Parent  92977f1ce2f5d4bc052d77022137e9bc87d95bfb
[PATCH] kexec/kdump: remove unnecessary incusion of asm/fixmap.h

I think this a legacy of an older revision of this code,
but asm/fixmap.h does not seem to be needed in
asm-x86/x86_32/kexec.h or asm-x86/x86_64/kexec.h

That is, neither of these incarntations of kexec.h seem
to do anything related to fixmap directly or indirectly.

Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx>
---
 xen/include/asm-x86/x86_32/kexec.h |    1 -
 xen/include/asm-x86/x86_64/kexec.h |    1 -
 2 files changed, 2 deletions(-)

diff -r 92977f1ce2f5 -r 8d34cd47db22 xen/include/asm-x86/x86_32/kexec.h
--- a/xen/include/asm-x86/x86_32/kexec.h        Wed Jan 10 09:39:24 2007 +0000
+++ b/xen/include/asm-x86/x86_32/kexec.h        Wed Jan 10 09:39:24 2007 +0000
@@ -10,7 +10,6 @@
 
 #include <xen/types.h>
 #include <xen/kexec.h>
-#include <asm/fixmap.h>
 
 typedef asmlinkage void (*relocate_new_kernel_t)(
                unsigned long indirection_page,
diff -r 92977f1ce2f5 -r 8d34cd47db22 xen/include/asm-x86/x86_64/kexec.h
--- a/xen/include/asm-x86/x86_64/kexec.h        Wed Jan 10 09:39:24 2007 +0000
+++ b/xen/include/asm-x86/x86_64/kexec.h        Wed Jan 10 09:39:24 2007 +0000
@@ -10,7 +10,6 @@
   
 #include <xen/types.h>
 #include <xen/kexec.h>
-#include <asm/fixmap.h>
 
 typedef void (*relocate_new_kernel_t)(
                 unsigned long indirection_page,

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.