linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Alistair Popple <alistair@popple.id.au>
To: linuxppc-dev@lists.ozlabs.org
Cc: Jordan Niethe <jniethe5@gmail.com>
Subject: Re: [PATCH 2/2] selftests/powerpc: Add prefixed loads/stores to alignment_handler test
Date: Mon, 22 Jun 2020 11:31:03 +1000	[thread overview]
Message-ID: <2070842.8SDOZEvoPg@townsend> (raw)
In-Reply-To: <20200520021103.19798-2-jniethe5@gmail.com>

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]
> 





  parent reply	other threads:[~2020-06-22  1:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-20  2:11 [PATCH 1/2] selftests/powerpc: Allow choice of CI memory location in alignment_handler test Jordan Niethe
2020-05-20  2:11 ` [PATCH 2/2] selftests/powerpc: Add prefixed loads/stores to " Jordan Niethe
2020-06-17  6:31   ` Alistair Popple
2020-06-22  1:31   ` Alistair Popple [this message]
2020-06-22  4:19     ` Michael Ellerman
2020-06-17  6:31 ` [PATCH 1/2] selftests/powerpc: Allow choice of CI memory location in " Alistair Popple
2020-06-26  4:45 ` Michael Ellerman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2070842.8SDOZEvoPg@townsend \
    --to=alistair@popple.id.au \
    --cc=jniethe5@gmail.com \
    --cc=linuxppc-dev@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).