[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [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> --- 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
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |