aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/xenoprof.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-08-06 15:41:59 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-08-06 15:41:59 +0100
commite5013d10206c7d9e73ff892bd58bb8fec7ea408f (patch)
tree1281b6376dc3504b72b5aff89a0628f4cec86e29 /xen/common/xenoprof.c
parente0a4694418b057255352094571d7b59a2cbc4c8b (diff)
downloadxen-e5013d10206c7d9e73ff892bd58bb8fec7ea408f.tar.gz
xen-e5013d10206c7d9e73ff892bd58bb8fec7ea408f.tar.bz2
xen-e5013d10206c7d9e73ff892bd58bb8fec7ea408f.zip
[IA64] xenoprof: fix ia64 build
21902:2c6ae364ed7b ("xenoprofile: Add IBS support") breaks ia64. This patch fixes it. Signed-off-by: KUWAMURA Shin'ya <kuwa@jp.fujitsu.com>
Diffstat (limited to 'xen/common/xenoprof.c')
-rw-r--r--xen/common/xenoprof.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xen/common/xenoprof.c b/xen/common/xenoprof.c
index ab95d92aaf..74d988a305 100644
--- a/xen/common/xenoprof.c
+++ b/xen/common/xenoprof.c
@@ -49,9 +49,6 @@ static u64 passive_samples;
static u64 idle_samples;
static u64 others_samples;
-/* AMD IBS support */
-extern u32 ibs_caps;
-
int acquire_pmu_ownership(int pmu_ownship)
{
spin_lock(&pmu_owner_lock);