Re: [PATCH 2/2] selftests/powerpc: Add prefixed loads/stores to alignment_handler test
From: Alistair Popple <hidden>
Date: 2020-06-22 01:32:46
From: Alistair Popple <hidden>
Date: 2020-06-22 01:32:46
On Wednesday, 20 May 2020 12:11:03 PM AEST Jordan Niethe wrote:
+/* POWER10 feature */ +#ifndef PPC_FEATURE2_ARCH_3_10 +#define PPC_FEATURE2_ARCH_3_10 0x00040000 +#endif
One minor nit pick, this needs to be updated to PPC_FEATURE2_ARCH_3_1 to reflect the changes made in response to feedback on the patch series that introduced this feature. - Alistair
#if defined(__powerpc64__) #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.gp_regs[PT_NIP] #define UCONTEXT_MSR(UC) (UC)->uc_mcontext.gp_regs[PT_MSR]