aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/perfc.c
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-27 13:38:21 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-27 13:38:21 +0100
commit1c230079f3c337b97defdc50ca6058ccc3daca36 (patch)
treedc85843080f140738b8ff26eea4388a6d14b81a5 /xen/common/perfc.c
parent44d7cc5f5d76daf7a9c7b956e474dff411954980 (diff)
downloadxen-1c230079f3c337b97defdc50ca6058ccc3daca36.tar.gz
xen-1c230079f3c337b97defdc50ca6058ccc3daca36.tar.bz2
xen-1c230079f3c337b97defdc50ca6058ccc3daca36.zip
Rename *GUEST_HANDLE to *XEN_GUEST_HANDLE.
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Diffstat (limited to 'xen/common/perfc.c')
-rw-r--r--xen/common/perfc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/common/perfc.c b/xen/common/perfc.c
index da6bd7f0f3..e9ddb27165 100644
--- a/xen/common/perfc.c
+++ b/xen/common/perfc.c
@@ -131,7 +131,7 @@ void perfc_reset(unsigned char key)
static dom0_perfc_desc_t perfc_d[NR_PERFCTRS];
static int perfc_init = 0;
-static int perfc_copy_info(GUEST_HANDLE(dom0_perfc_desc_t) desc)
+static int perfc_copy_info(XEN_GUEST_HANDLE(dom0_perfc_desc_t) desc)
{
unsigned int i, j;
atomic_t *counters = (atomic_t *)&perfcounters;