WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] kexec/kdump: remove unnecessary incusion of asm/fixm

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] kexec/kdump: remove unnecessary incusion of asm/fixmap.h
From: Horms <horms@xxxxxxxxxxxx>
Date: Wed, 10 Jan 2007 17:24:07 +0900
Cc: Magnus Damm <magnus.damm@xxxxxxxxx>, Ian Campbell <Ian.Campbell@xxxxxxxxxxxxx>
Delivery-date: Wed, 10 Jan 2007 00:41:09 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: mutt-ng/devel-r804 (Debian)
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>

--- 0001/xen/include/asm-x86/x86_32/kexec.h
+++ 0016/xen/include/asm-x86/x86_32/kexec.h
@@ -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,
--- 0001/xen/include/asm-x86/x86_64/kexec.h
+++ 0016/xen/include/asm-x86/x86_64/kexec.h
@@ -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-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>