[ewg] [PATCH] ofed-1.3: Remove hvcall.h backport file for rhel-5.1
Stefan Roscher
ossrosch at linux.vnet.ibm.com
Mon Nov 19 06:25:57 PST 2007
This patch deletes the backport file hvcall.h for RHEL-5.1.
The backport is no longer needed because RHEL-5.1 already contains the needed hvcalls.
regards Stefan
Signed-off-by: Stefan Roscher <stefan.roscher at de.ibm.com>
---
hvcall.h | 32 --------------------------------
1 file changed, 32 deletions(-)
diff -Nurp ofa_kernel-1.3_old/kernel_addons/backport/2.6.18-EL5.1/include/asm/hvcall.h ofa_kernel-1.3_new/kernel_addons/backport/2.6.18-EL5.1/include/asm/hvcall.h
--- ofa_kernel-1.3_old/kernel_addons/backport/2.6.18-EL5.1/include/asm/hvcall.h 2007-11-01 08:11:21.000000000 -0400
+++ ofa_kernel-1.3_new/kernel_addons/backport/2.6.18-EL5.1/include/asm/hvcall.h 1969-12-31 19:00:00.000000000 -0500
@@ -1,32 +0,0 @@
-#ifndef ASM_HVCALL_BACKPORT_2618_H
-#define ASM_HVCALL_BACKPORT_2618_H
-
-#include_next <asm/hvcall.h>
-
-#ifdef __KERNEL__
-
-#define PLPAR_HCALL9_BUFSIZE 9
-
-inline static long plpar_hcall9(unsigned long opcode,
- unsigned long *retbuf,
- unsigned long arg1, /* <R4 */
- unsigned long arg2, /* <R5 */
- unsigned long arg3, /* <R6 */
- unsigned long arg4, /* <R7 */
- unsigned long arg5, /* <R8 */
- unsigned long arg6, /* <R9 */
- unsigned long arg7, /* <R10 */
- unsigned long arg8, /* <R11 */
- unsigned long arg9 /* <R12 */
- )
-{
- return plpar_hcall_9arg_9ret(opcode,
- arg1, arg2, arg3, arg4, arg5,
- arg6, arg7, arg8, arg9,
- retbuf, &retbuf[1], &retbuf[2],
- &retbuf[3], &retbuf[4], &retbuf[5],
- &retbuf[6], &retbuf[7], &retbuf[8]);
-}
-
-#endif /* __KERNEL__ */
-#endif
More information about the ewg
mailing list