Loading arch/x86/kernel/kgdb.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -194,7 +194,7 @@ static struct hw_breakpoint { unsigned long addr; unsigned long addr; int len; int len; int type; int type; struct perf_event **pev; struct perf_event * __percpu *pev; } breakinfo[HBP_NUM]; } breakinfo[HBP_NUM]; static unsigned long early_dr7; static unsigned long early_dr7; Loading Loading
arch/x86/kernel/kgdb.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -194,7 +194,7 @@ static struct hw_breakpoint { unsigned long addr; unsigned long addr; int len; int len; int type; int type; struct perf_event **pev; struct perf_event * __percpu *pev; } breakinfo[HBP_NUM]; } breakinfo[HBP_NUM]; static unsigned long early_dr7; static unsigned long early_dr7; Loading