mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-12 12:46:43 +07:00
[POWERPC] Remove prod_processor()
prod_processor() is unused, and that's a good thing, since it does not supply the required proc id parameter to H_PROD. Signed-off-by: Nathan Lynch <ntl@pobox.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
8d089085a4
commit
d65dded426
@ -8,11 +8,6 @@ static inline long poll_pending(void)
|
||||
return plpar_hcall_norets(H_POLL_PENDING);
|
||||
}
|
||||
|
||||
static inline long prod_processor(void)
|
||||
{
|
||||
return plpar_hcall_norets(H_PROD);
|
||||
}
|
||||
|
||||
static inline long cede_processor(void)
|
||||
{
|
||||
return plpar_hcall_norets(H_CEDE);
|
||||
|
Loading…
Reference in New Issue
Block a user