|
@@ -35,17 +35,6 @@
|
|
|
|
|
|
#include "perf_event.h"
|
|
|
|
|
|
-#if 0
|
|
|
-#undef wrmsrl
|
|
|
-#define wrmsrl(msr, val) \
|
|
|
-do { \
|
|
|
- trace_printk("wrmsrl(%lx, %lx)\n", (unsigned long)(msr),\
|
|
|
- (unsigned long)(val)); \
|
|
|
- native_write_msr((msr), (u32)((u64)(val)), \
|
|
|
- (u32)((u64)(val) >> 32)); \
|
|
|
-} while (0)
|
|
|
-#endif
|
|
|
-
|
|
|
struct x86_pmu x86_pmu __read_mostly;
|
|
|
|
|
|
DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events) = {
|