|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] [IA64] xenoprof: fix ia64 build
Hi,
21902:2c6ae364ed7b ("xenoprofile: Add IBS support") breaks ia64.
This patch fixes it.
Signed-off-by: KUWAMURA Shin'ya <kuwa@xxxxxxxxxxxxxx>
--
KUWAMURA Shin'ya
# HG changeset patch
# User KUWAMURA Shin'ya <kuwa@xxxxxxxxxxxxxx>
# Date 1281059058 -32400
# Node ID f756580dd1716a200f5375ee0a8e0f58a5b17ea4
# Parent df011b5dc4ce566502331003d311d44d2f94eec4
[IA64] xenoprof: fix ia64 build
21902:2c6ae364ed7b ("xenoprofile: Add IBS support") breaks ia64.
This patch fixes it.
Signed-off-by: KUWAMURA Shin'ya <kuwa@xxxxxxxxxxxxxx>
diff -r df011b5dc4ce -r f756580dd171 xen/include/asm-ia64/xenoprof.h
--- a/xen/include/asm-ia64/xenoprof.h Fri Aug 06 10:43:34 2010 +0900
+++ b/xen/include/asm-ia64/xenoprof.h Fri Aug 06 10:44:18 2010 +0900
@@ -33,6 +33,13 @@ void xenoprof_arch_stop(void);
void xenoprof_arch_stop(void);
void xenoprof_arch_disable_virq(void);
void xenoprof_arch_release_counters(void);
+
+static inline int xenoprof_arch_ibs_counter(XEN_GUEST_HANDLE(void) arg)
+{
+ return -ENOSYS; /* not supported */
+}
+/* AMD IBS not supported */
+#define ibs_caps 0
struct vcpu;
struct cpu_user_regs;
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] [IA64] xenoprof: fix ia64 build,
KUWAMURA Shin'ya <=
|
|
|
|
|