From 1aa3c54a31a5aec90f3705a37258988a69279308 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 8 May 2008 13:40:40 +0100 Subject: Remove defunct powerpc port. Signed-off-by: Keir Fraser --- tools/libxc/xc_core.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/libxc/xc_core.h') diff --git a/tools/libxc/xc_core.h b/tools/libxc/xc_core.h index c15729e5af..c5663e9426 100644 --- a/tools/libxc/xc_core.h +++ b/tools/libxc/xc_core.h @@ -148,8 +148,6 @@ int xc_core_arch_map_p2m(int xc_handle, xc_dominfo_t *info, # include "xc_core_x86.h" #elif defined (__ia64__) # include "xc_core_ia64.h" -#elif defined (__powerpc__) -# include "xc_core_powerpc.h" #else # error "unsupported architecture" #endif -- cgit v1.2.3