commit | ea951c34ea957d509916f79502917b87cf111b37 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Sun Sep 11 22:05:32 2016 -0700 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Sun Sep 11 23:53:22 2016 -0700 |
tree | 2383730a838fe437d1a9d8e152f72348d9672fdd | |
parent | 4f2056873ff0748d413c0dc3577186f78fafa7c9 [diff] |
xtensa: fix icountlevel setting in cpu_reset icountlevel SR value specifies lowest intlevel that does not do instruction counting, so to disable instruction counting completely it must be set to 0, not to 15. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>