tracing/x86: Don't use mcount in kvmclock.c
[pandora-kernel.git] / arch / x86 / kernel / kgdb.c
index ef10940..852b819 100644 (file)
@@ -194,7 +194,7 @@ static struct hw_breakpoint {
        unsigned long           addr;
        int                     len;
        int                     type;
-       struct perf_event       **pev;
+       struct perf_event       * __percpu *pev;
 } breakinfo[HBP_NUM];
 
 static unsigned long early_dr7;