Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

powerpc/rtas: Drop declaration of undefined call_rtas() function

The call_rtas() function has never been a part of arch/powerpc, and
its implementation was removed from arch/ppc by 0a26b1364f14 ("ppc:
Remove CHRP, POWER3 and POWER4 support from arch/ppc").

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20231106-rtas-trivial-v1-3-61847655c51f@linux.ibm.com

authored by

Nathan Lynch and committed by
Michael Ellerman
981d1c99 afb36ac3

-2
-2
arch/powerpc/include/asm/rtas.h
··· 542 542 static inline void rtas_initialize(void) { } 543 543 #endif 544 544 545 - extern int call_rtas(const char *, int, int, unsigned long *, ...); 546 - 547 545 #ifdef CONFIG_HV_PERF_CTRS 548 546 void read_24x7_sys_info(void); 549 547 #else