From b80e893edaa066af2a0c5c725c0c394e7c7c20e0 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 19 Mar 2006 19:31:16 +0000 Subject: 2006-03-19 Thomas Schwinge * DEVELOPMENT: Document the FIPC removal. 2006-03-19 Leonardo Lopes Pereira Remove unused and unsuported code. Consult the file `DEVELOPMENT' for details. * ipc/fipc.c: Remove file. * ipc/fipc.h: Likewise. * Makefile.in (ipc-cfiles): Remove `fipc.c'. (ipc-files): Remove `fipc.h'. * device/device_init.c [FIPC]: Remove code. * device/net_io.c [FIPC]: Likewise. * include/mach/syscall_sw.h [FIPC]: Likewise. * kern/syscall_sw.c [FIPC]: Likewise. --- include/mach/syscall_sw.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/mach/syscall_sw.h b/include/mach/syscall_sw.h index 03527a53..df5515ce 100644 --- a/include/mach/syscall_sw.h +++ b/include/mach/syscall_sw.h @@ -132,9 +132,4 @@ kernel_trap(host_self,-55,0) #endif /* MACH_IPC_COMPAT */ -#ifdef FIPC -kernel_trap(fipc_send,-96,4) -kernel_trap(fipc_recv,-97,5) -#endif - #endif /* _MACH_SYSCALL_SW_H_ */ -- cgit v1.2.3