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-03-03 19:21:48 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-03 19:21:48 +0100
commitac75acdd6045e766cc88f2584751ddd9cbf9ab77 (patch)
tree3738339fca26b10aac9b784b53042ac6e7cb3e1c /xen/common/perfc.c
parent262bd587ceee8a192869e4b2e56a02d843da3276 (diff)
downloadxen-ac75acdd6045e766cc88f2584751ddd9cbf9ab77.tar.gz
xen-ac75acdd6045e766cc88f2584751ddd9cbf9ab77.tar.bz2
xen-ac75acdd6045e766cc88f2584751ddd9cbf9ab77.zip
Rename guest_handle() macro to GUEST_HANDLE() and define_guest_handle()
to DEFINE_GUEST_HANDLE(). All caps for datatype declarations and definitions got the popular vote. :-) Signed-off-by: Keir Fraser <keir@xensource.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 782bb4f774..0e3f6c5e54 100644
--- a/xen/common/perfc.c
+++ b/xen/common/perfc.c
@@ -132,7 +132,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(GUEST_HANDLE(dom0_perfc_desc_t) desc)
{
unsigned int i, j;
atomic_t *counters = (atomic_t *)&perfcounters;