]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
arm64: Move show_unhandled_signals_ratelimited into traps.c
authorWill Deacon <will.deacon@arm.com>
Tue, 20 Feb 2018 15:08:51 +0000 (15:08 +0000)
committerWill Deacon <will.deacon@arm.com>
Tue, 6 Mar 2018 18:52:31 +0000 (18:52 +0000)
commita26731d9d1e3fa93db0b5781d7e8dd9dbff1313e
tree375d92e3c830c7024a5a3d4c3d2a3492c150e30e
parentf71016a8a8c5696530ec7173ee969c68e91d3719
arm64: Move show_unhandled_signals_ratelimited into traps.c

show_unhandled_signals_ratelimited is only called in traps.c, so move it
out of its macro in the dreaded system_misc.h and into a static function
in traps.c

Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/system_misc.h
arch/arm64/kernel/traps.c