mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-18 15:28:07 +00:00
This macro is to be used in assembly where C functions are called. pcrel addressing mode requires branches to functions with a localentry value of 1 to have either a trailing nop or @notoc. This macro permits the latter without changing callers. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [mpe: Add dummy definitions to fix selftests build] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230408021752.862660-5-npiggin@gmail.com |
||
|---|---|---|
| .. | ||
| asm | ||
| .gitignore | ||
| copy_mc_64.S | ||
| copy_tofrom_user_reference.S | ||
| copyuser_64.S | ||
| copyuser_power7.S | ||
| exc_validate.c | ||
| Makefile | ||
| mem_64.S | ||
| memcpy_64.S | ||
| memcpy_power7.S | ||
| memcpy_stubs.S | ||
| memmove_validate.c | ||
| stubs.S | ||
| validate.c | ||