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

[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
...@@ -8,11 +8,6 @@ static inline long poll_pending(void) ...@@ -8,11 +8,6 @@ static inline long poll_pending(void)
return plpar_hcall_norets(H_POLL_PENDING); 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) static inline long cede_processor(void)
{ {
return plpar_hcall_norets(H_CEDE); return plpar_hcall_norets(H_CEDE);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment