linux-stable/arch
Jason A. Donenfeld 10455a367c alpha: define get_cycles macro for arch-override
commit 1097710bc9 upstream.

Alpha defines a get_cycles() function, but it does not do the usual
`#define get_cycles get_cycles` dance, making it impossible for generic
code to see if an arch-specific function was defined. While the
get_cycles() ifdef is not currently used, the following timekeeping
patch in this series will depend on the macro existing (or not existing)
when defining random_get_entropy().

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Acked-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-06-22 14:11:14 +02:00
..
alpha alpha: define get_cycles macro for arch-override 2022-06-22 14:11:14 +02:00
arc
arm ARM: pxa: maybe fix gpio lookup tables 2022-06-14 18:11:49 +02:00
arm64 bpf, arm64: Clear prog->jited_len along prog->jited 2022-06-14 18:11:57 +02:00
c6x
csky
h8300
hexagon
ia64 ia64: define get_cycles macro for arch-override 2022-06-22 14:11:14 +02:00
m68k m68knommu: fix undefined reference to `_init_sp' 2022-06-14 18:11:56 +02:00
microblaze
mips mips: cpc: Fix refcount leak in mips_cpc_default_phys_base 2022-06-14 18:11:56 +02:00
nds32
nios2
openrisc openrisc: start CPU timer early in boot 2022-06-14 18:11:28 +02:00
parisc parisc: define get_cycles macro for arch-override 2022-06-22 14:11:14 +02:00
powerpc powerpc: Use bool in archrandom.h 2022-06-22 14:11:05 +02:00
riscv
s390 s390: define get_cycles macro for arch-override 2022-06-22 14:11:14 +02:00
sh
sparc
um um: chan_user: Fix winch_tramp() return value 2022-06-14 18:11:48 +02:00
unicore32
x86 random: remove unused irq_flags argument from add_interrupt_randomness() 2022-06-22 14:11:06 +02:00
xtensa ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEP 2022-06-14 18:11:24 +02:00
.gitignore
Kconfig