Files
kernel_arpi/arch/powerpc/include/asm
Anders Roxell 2d67222b23 powerpc: Fix build errors with newer binutils
commit 8667d0d64dd1f84fd41b5897fd87fa9113ae05e3 upstream.

Building tinyconfig with gcc (Debian 11.2.0-16) and assembler (Debian
2.37.90.20220207) the following build error shows up:

  {standard input}: Assembler messages:
  {standard input}:1190: Error: unrecognized opcode: `stbcix'
  {standard input}:1433: Error: unrecognized opcode: `lwzcix'
  {standard input}:1453: Error: unrecognized opcode: `stbcix'
  {standard input}:1460: Error: unrecognized opcode: `stwcix'
  {standard input}:1596: Error: unrecognized opcode: `stbcix'
  ...

Rework to add assembler directives [1] around the instruction. Going
through them one by one shows that the changes should be safe.  Like
__get_user_atomic_128_aligned() is only called in p9_hmi_special_emu(),
which according to the name is specific to power9.  And __raw_rm_read*()
are only called in things that are powernv or book3s_hv specific.

[1] https://sourceware.org/binutils/docs/as/PowerPC_002dPseudo.html#PowerPC_002dPseudo

Cc: stable@vger.kernel.org
Co-developed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Reviewed-by: Segher Boessenkool <segher@kernel.crashing.org>
[mpe: Make commit subject more descriptive]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220224162215.3406642-2-anders.roxell@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-04-08 14:24:04 +02:00
..
2021-09-08 15:32:35 -07:00
2021-04-08 21:17:42 +10:00
2021-08-10 23:14:55 +10:00
2020-10-07 22:34:47 +11:00
2020-12-05 21:49:52 +11:00
2021-03-24 14:09:29 +11:00
2021-03-24 14:09:30 +11:00
2021-07-01 11:06:03 -07:00
2021-02-09 01:09:44 +11:00
2021-09-03 22:54:12 +10:00
2021-08-10 23:14:55 +10:00
2021-06-25 00:07:10 +10:00
2020-07-27 00:01:32 +10:00
2021-07-08 11:48:23 -07:00
2021-08-23 19:28:20 +10:00
2020-12-04 01:01:19 +11:00
2021-02-09 00:10:50 +11:00