diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2018-04-17 00:39:04 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-05-11 23:29:03 +1000 |
commit | b58e7987965028c1afbd95cc0b14be0543b937a0 (patch) | |
tree | 59705de4b97cbad5cf88ef6b4d5ed83c791e0a18 /arch/powerpc/lib | |
parent | cad0e39023b43d94d5e38dfd55c103e15bdd093d (diff) | |
download | op-kernel-dev-b58e7987965028c1afbd95cc0b14be0543b937a0.zip op-kernel-dev-b58e7987965028c1afbd95cc0b14be0543b937a0.tar.gz |
powerpc/lib: Rename ftr_fixup_test7 to ftr_fixup_test_too_big
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>
Diffstat (limited to 'arch/powerpc/lib')
-rw-r--r-- | arch/powerpc/lib/feature-fixups-test.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/lib/feature-fixups-test.S b/arch/powerpc/lib/feature-fixups-test.S index 12ff0f6..dd05afc 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 |