ARM: kprobes: Add BLX macro
authorJon Medhurst <tixy@yxit.co.uk>
Thu, 7 Jul 2011 13:03:08 +0000 (14:03 +0100)
committerTixy <tixy@medhuaa1.miniserver.com>
Wed, 13 Jul 2011 17:32:48 +0000 (17:32 +0000)
commit7be7ee2d295f6a069e1e92db95bf92eea2a173cf
tree510fae54b9554bbef9a8e8d1443c11b1985dadba
parentdf4fa1f8dde23db25f50e49535d2c7db0005f9ad
ARM: kprobes: Add BLX macro

This is for use by inline assembler which will be added to kprobes-arm.c
It saves memory when used on newer ARM architectures and also provides
correct interworking should ARM probes be required on Thumb kernels in
the future.

Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
arch/arm/kernel/kprobes-arm.c