Commit 7a238a51 authored by Richard Henderson's avatar Richard Henderson Committed by Richard Henderson

[OPROF] Fix alpha/ev6 proc_mode setting.

parent f77be5bb
...@@ -36,7 +36,7 @@ ev6_reg_setup(struct op_register_config *reg, ...@@ -36,7 +36,7 @@ ev6_reg_setup(struct op_register_config *reg,
/* ??? Need to come up with some mechanism to trace only /* ??? Need to come up with some mechanism to trace only
selected processes. EV6 does not have a mechanism to selected processes. EV6 does not have a mechanism to
select kernel or user mode only. For now, enable always. */ select kernel or user mode only. For now, enable always. */
reg->proc_mode = 1; reg->proc_mode = 0;
/* EV6 cannot change the width of the counters as with the /* EV6 cannot change the width of the counters as with the
other implementations. But fortunately, we can write to other implementations. But fortunately, we can write to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment