diff options
Diffstat (limited to 'sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c')
-rw-r--r-- | sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c b/sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c index dbe06c847b..626edf84f3 100644 --- a/sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c +++ b/sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c @@ -27,9 +27,9 @@ #define SAT 0x1 /* This test is supported only on POWER 5 or higher. */ -#define PPC_CPU_SUPPORTED (PPC_FEATURE_POWER5 | PPC_FEATURE_POWER5_PLUS | \ - PPC_FEATURE_ARCH_2_05 | PPC_FEATURE_ARCH_2_06 | \ - PPC_FEATURE2_ARCH_2_07) +#define PPC_CPU_SUPPORTED (PPC_FEATURE_POWER5 | PPC_FEATURE_POWER5_PLUS \ + | PPC_FEATURE_ARCH_2_05 | PPC_FEATURE_ARCH_2_06 \ + | PPC_FEATURE2_ARCH_2_07) static int do_test (void) { |