patch-2.1.51 linux/include/asm-ppc/ipc.h

Next file: linux/include/asm-ppc/irq.h
Previous file: linux/include/asm-ppc/ioctls.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.50/linux/include/asm-ppc/ipc.h linux/include/asm-ppc/ipc.h
@@ -1,10 +1,10 @@
-#ifndef __i386_IPC_H__
-#define __i386_IPC_H__
+#ifndef __PPC_IPC_H__
+#define __PPC_IPC_H__
 
 /* 
- * These are used to wrap system calls on x86.
+ * These are used to wrap system calls on PowerPC.
  *
- * See arch/i386/kernel/sys_i386.c for ugly details..
+ * See arch/ppc/kernel/syscalls.c for ugly details..
  */
 struct ipc_kludge {
 	struct msgbuf *msgp;
@@ -25,4 +25,4 @@
 
 #define IPCCALL(version,op)	((version)<<16 | (op))
 
-#endif
+#endif /* __PPC_IPC_H__ */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov