summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/testchangebit.S
diff options
context:
space:
mode:
authorCatalin Marinas2008-08-28 12:22:32 +0200
committerRussell King2008-09-01 13:06:34 +0200
commit93ed3970114983543bbebd195bef65db84444ea2 (patch)
tree9df88b61a2a7b3cc493c6cfc5f4848448250f6b5 /arch/arm/lib/testchangebit.S
parent[ARM] 5222/1: Allow configuring user:kernel split via Kconfig (diff)
downloadkernel-qcow2-linux-93ed3970114983543bbebd195bef65db84444ea2.tar.gz
kernel-qcow2-linux-93ed3970114983543bbebd195bef65db84444ea2.tar.xz
kernel-qcow2-linux-93ed3970114983543bbebd195bef65db84444ea2.zip
[ARM] 5227/1: Add the ENDPROC declarations to the .S files
This declaration specifies the "function" type and size for various assembly functions, mainly needed for generating the correct branch instructions in Thumb-2. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/lib/testchangebit.S')
-rw-r--r--arch/arm/lib/testchangebit.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/lib/testchangebit.S b/arch/arm/lib/testchangebit.S
index b25dcd2be53e..5c98dc567f0f 100644
--- a/arch/arm/lib/testchangebit.S
+++ b/arch/arm/lib/testchangebit.S
@@ -16,3 +16,5 @@ ENTRY(_test_and_change_bit_be)
eor r0, r0, #0x18 @ big endian byte ordering
ENTRY(_test_and_change_bit_le)
testop eor, strb
+ENDPROC(_test_and_change_bit_be)
+ENDPROC(_test_and_change_bit_le)