Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d65dded4 authored by Nathan Lynch's avatar Nathan Lynch Committed by Paul Mackerras
Browse files

[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: default avatarNathan Lynch <ntl@pobox.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 8d089085
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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);