commit | 35a52a10c3ac5b425ff85c12913458b4741ab866 | [log] [tgz] |
---|---|---|
author | Murilo Opsfelder Araujo <muriloo@linux.ibm.com> | Wed Aug 01 18:33:16 2018 -0300 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Aug 08 00:32:29 2018 +1000 |
tree | 5125badbecf11392cc140f85afec6b58224f75d6 | |
parent | 658b0f92bc7003bc734471f61bf7cd56339eb8c3 [diff] |
powerpc/traps: Use an explicit ratelimit state for show_signal_msg() Replace printk_ratelimited() by printk() and a default rate limit burst to limit displaying unhandled signals messages. This will allow us to call print_vma_addr() in a future patch, which does not work with printk_ratelimited(). Signed-off-by: Murilo Opsfelder Araujo <muriloo@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>