]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: 8788/1: ftrace: remove old mcount support
authorStefan Agner <stefan@agner.ch>
Tue, 11 Sep 2018 03:31:49 +0000 (04:31 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Wed, 19 Sep 2018 09:44:50 +0000 (10:44 +0100)
commitd3c61619568c88d48eccd5e74b4f84faa1440652
treee0f5436fb62a616a6f0421258d904df3a7ff647d
parentf3c899927e19d1be39818145efc39ea27b8efc69
ARM: 8788/1: ftrace: remove old mcount support

Commit cafa0010cd51 ("Raise the minimum required gcc version to 4.6")
raised the minimum GCC version to 4.6. Old mcount is only required for
GCC versions older than 4.4.0. Hence old mcount support can be dropped
too.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/Kconfig.debug
arch/arm/include/asm/ftrace.h
arch/arm/kernel/armksyms.c
arch/arm/kernel/entry-ftrace.S
arch/arm/kernel/ftrace.c