Re: [PATCH 1/2] powerpc: Fix definition of PCR bits to work with old binutils

2019-09-30 Thread Alexey Kardashevskiy
On 25/09/2019 21:05, Michael Ellerman wrote: > On Tue, 2019-09-17 at 00:46:04 UTC, Alistair Popple wrote: >> Commit 388cc6e133132 ("KVM: PPC: Book3S HV: Support POWER6 >> compatibility mode on POWER7") introduced new macros defining the PCR >> bits. When used from assembly files these

Re: [PATCH 1/2] powerpc: Fix definition of PCR bits to work with old binutils

2019-09-25 Thread Michael Ellerman
On Tue, 2019-09-17 at 00:46:04 UTC, Alistair Popple wrote: > Commit 388cc6e133132 ("KVM: PPC: Book3S HV: Support POWER6 > compatibility mode on POWER7") introduced new macros defining the PCR > bits. When used from assembly files these definitions lead to build > errors using older versions of

[PATCH 1/2] powerpc: Fix definition of PCR bits to work with old binutils

2019-09-16 Thread Alistair Popple
Commit 388cc6e133132 ("KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7") introduced new macros defining the PCR bits. When used from assembly files these definitions lead to build errors using older versions of binutils that don't support the 'ul' suffix. This fixes the build