diff mbox series

[4/5] powerpc/lib: Rename ftr_fixup_test7 to ftr_fixup_test_too_big

Message ID 20180416143905.2716-4-mpe@ellerman.id.au (mailing list archive)
State Accepted
Commit b58e7987965028c1afbd95cc0b14be0543b937a0
Headers show
Series [1/5] powerpc/lib: Fix off-by-one in alternate feature patching | expand

Commit Message

Michael Ellerman April 16, 2018, 2:39 p.m. UTC
We want this to remain the last test (because it's disabled by
default), so give it a non-numbered name so we don't have to renumber
it when adding new tests before it.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
---
 arch/powerpc/lib/feature-fixups-test.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/powerpc/lib/feature-fixups-test.S b/arch/powerpc/lib/feature-fixups-test.S
index 12ff0f673956..dd05afcbcde3 100644
--- a/arch/powerpc/lib/feature-fixups-test.S
+++ b/arch/powerpc/lib/feature-fixups-test.S
@@ -176,7 +176,7 @@  globl(ftr_fixup_test6_expected)
 /* Test that if we have a larger else case the assembler spots it and
  * reports an error. #if 0'ed so as not to break the build normally.
  */
-ftr_fixup_test7:
+ftr_fixup_test_too_big:
 	or	1,1,1
 BEGIN_FTR_SECTION
 	or	2,2,2