Skip to content

Commit

Permalink
[POWERPC] Remove prod_processor()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nathan Lynch authored and Paul Mackerras committed Dec 3, 2007
1 parent 8d08908 commit d65dded
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/powerpc/platforms/pseries/plpar_wrappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d65dded

Please sign in to comment.