|
@@ -2339,6 +2339,8 @@ static int mipsr2_stats_clear_show(struct seq_file *s, void *unused)
|
|
|
__this_cpu_write((mipsr2bremustats).bgezl, 0);
|
|
|
__this_cpu_write((mipsr2bremustats).bltzll, 0);
|
|
|
__this_cpu_write((mipsr2bremustats).bgezll, 0);
|
|
|
+ __this_cpu_write((mipsr2bremustats).bltzall, 0);
|
|
|
+ __this_cpu_write((mipsr2bremustats).bgezall, 0);
|
|
|
__this_cpu_write((mipsr2bremustats).bltzal, 0);
|
|
|
__this_cpu_write((mipsr2bremustats).bgezal, 0);
|
|
|
__this_cpu_write((mipsr2bremustats).beql, 0);
|