[POWERPC] Remove prod_processor()

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Wednesday, January 30, 2008 - 7:59 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d65dde...
Commit:     d65dded426e1315f5fbe3e1bc2ffe2140c69ceec
Parent:     8d089085a4e6d8a91c954130cb4caebd50788a08
Author:     Nathan Lynch <ntl@pobox.com>
AuthorDate: Tue Nov 13 09:51:16 2007 +1100
Committer:  Paul Mackerras <paulus@samba.org>
CommitDate: Mon Dec 3 13:56:25 2007 +1100

    [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>
---
 arch/powerpc/platforms/pseries/plpar_wrappers.h |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/arch/powerpc/platforms/pseries/plpar_wrappers.h b/arch/powerpc/platforms/pseries/plpar_wrappers.h
index d003c80..d8680b5 100644
--- a/arch/powerpc/platforms/pseries/plpar_wrappers.h
+++ b/arch/powerpc/platforms/pseries/plpar_wrappers.h
@@ -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);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[POWERPC] Remove prod_processor(), Linux Kernel Mailing ..., (Wed Jan 30, 7:59 pm)