From: Tulio Magno Quites Machado Filho <tuliom@ascii.art.br>
To: Alistair Popple <alistair@popple.id.au>, linuxppc-dev@lists.ozlabs.org
Cc: , Alistair Popple <alistair@popple.id.au>, mikey@neuling.org
Subject: Re: [PATCH] powerpc: Add new HWCAP bits
Date: Tue, 31 Mar 2020 12:12:51 -0300 [thread overview]
Message-ID: <877dz0sglo.fsf@linux.ibm.com> (raw)
In-Reply-To: <20200331094247.28976-1-alistair@popple.id.au>
Alistair Popple <alistair@popple.id.au> writes:
> diff --git a/arch/powerpc/include/uapi/asm/cputable.h b/arch/powerpc/include/uapi/asm/cputable.h
> index 540592034740..8888c6fe10b2 100644
> --- a/arch/powerpc/include/uapi/asm/cputable.h
> +++ b/arch/powerpc/include/uapi/asm/cputable.h
> @@ -50,6 +50,8 @@
> #define PPC_FEATURE2_DARN 0x00200000 /* darn random number insn */
> #define PPC_FEATURE2_SCV 0x00100000 /* scv syscall */
> #define PPC_FEATURE2_HTM_NO_SUSPEND 0x00080000 /* TM w/out suspended state */
> +#define PPC_FEATURE2_ARCH_3_10 0x00040000 /* ISA 3.10 */
I think this should have been:
#define PPC_FEATURE2_ARCH_3_1 0x00040000 /* ISA 3.1 */
--
Tulio Magno
next prev parent reply other threads:[~2020-03-31 15:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-31 9:42 [PATCH] powerpc: Add new HWCAP bits Alistair Popple
2020-03-31 15:12 ` Tulio Magno Quites Machado Filho [this message]
2020-03-31 22:47 ` Michael Neuling
2020-03-31 23:27 ` Alistair Popple
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=877dz0sglo.fsf@linux.ibm.com \
--to=tuliom@ascii.art.br \
--cc=alistair@popple.id.au \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mikey@neuling.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.