OSDN Git Service

ARM: 8373/1: disable branch profiling in uncompressor
authorArnd Bergmann <arnd@arndb.de>
Tue, 26 May 2015 14:39:36 +0000 (15:39 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 27 May 2015 23:29:14 +0000 (00:29 +0100)
commit8c36a75748d0208e41e6fe7817c631ac8075eeef
tree5f9cc8992f8dd9e35da4ad16acc417de80e6f52b
parentcfeec79eb2587e0efc43c219558d70939d31bdc9
ARM: 8373/1: disable branch profiling in uncompressor

The branch profiling code cannot work outside of the main
kernel and just causes link errors if we try to use it in
the decompressor. Disabling it here matches what we do
for other architectures.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/boot/compressed/Makefile