summaryrefslogtreecommitdiffstats
path: root/include/xen/privcmd.h
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2012-08-22 18:20:14 +0200
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2012-08-23 16:18:17 +0200
commitbd3f79b71de0410352ab506496a467fcb0620912 (patch)
tree329d52717cb1b04702af154db05eb766c04473cc /include/xen/privcmd.h
parentxen: clear IRQ_NOAUTOEN and IRQ_NOREQUEST (diff)
downloadlinux-bd3f79b71de0410352ab506496a467fcb0620912.tar.xz
linux-bd3f79b71de0410352ab506496a467fcb0620912.zip
xen: Introduce xen_pfn_t for pfn and mfn types
All the original Xen headers have xen_pfn_t as mfn and pfn type, however when they have been imported in Linux, xen_pfn_t has been replaced with unsigned long. That might work for x86 and ia64 but it does not for arm. Bring back xen_pfn_t and let each architecture define xen_pfn_t as they see fit. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to '')
-rw-r--r--include/xen/privcmd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/xen/privcmd.h b/include/xen/privcmd.h
index 4d588814510b..45c1aa14b83d 100644
--- a/include/xen/privcmd.h
+++ b/include/xen/privcmd.h
@@ -37,8 +37,6 @@
#include <linux/compiler.h>
#include <xen/interface/xen.h>
-typedef unsigned long xen_pfn_t;
-
struct privcmd_hypercall {
__u64 op;
__u64 arg[5];