From ec9defc2912e86a7e682ec6e37aac102fa69d94d Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 20 Mar 2006 11:31:36 +0000 Subject: 2006-03-20 Thomas Schwinge * DEVELOPMENT: Document the NORMA removal. 2006-03-20 Leonardo Lopes Pereira Remove unused and unsupported code. Consult the file `DEVELOPMENT' for details. [patch #4982] * bogus/norma_device.h: Remove file. * bogus/norma_ether.h: Likewise. * bogus/norma_ipc.h: Likewise. * bogus/norma_task.h: Likewise. * bogus/norma_vm.h: Likewise. * include/mach/mach_norma.defs: Likewise. * include/mach/norma_task.defs: Likewise. * include/mach/norma_special_ports.h: Likewise. * Makefile.in (bogus-files): Remove `norma_device.h', `norma_ether.h', `norma_ipc.h', `norma_task.h' and `norma_vm.h'. (mach-headers): Remove `mach_norma.defs', `norma_task.defs' and `norma_special_ports.h'. * device/ds_routines.c: Don't include anymore and adopt all users of NORMA_DEVICE as if it were always defined to `0'. * device/net_io.c: Likewise for , NORMA_ETHER. * kern/machine.c: Likewise. * ddb/db_command.c: Likevise for , NORMA_IPC. * ipc/ipc_init.c: Likewise. * ipc/ipc_kmsg.c: Likewise. * ipc/ipc_kmsg.h: Likewise. * ipc/ipc_mqueue.c: Likewise. * ipc/ipc_notify.c: Likewise. * ipc/ipc_port.c: Likewise. * ipc/ipc_port.h: Likewise. * ipc/ipc_space.c: Likewise. * ipc/ipc_space.h: Likewise. * ipc/mach_msg.c: Likewise. * kern/ast.c: Likewise. * kern/debug.c: Likewise. * kern/exception.c: Likewise. * kern/startup.c: Likewise. * vm/memory_object.c: Likewise. * vm/vm_map.c: Likewise. * kern/ipc_kobject.c: Likewise for , NORMA_TASK. * kern/task.c: Likewise. * kern/task.h: Likewise. * ddb/db_command.c: Likewise for , NORMA_VM. * device/dev_pager.c: Likewise. * include/mach/mach_types.defs: Likewise. * include/mach/mach_types.h: Likewise. * include/mach/memory_object_default.defs: Likewise. * include/mach/memory_object.defs: Likewise. * ipc/ipc_kmsg.c: Likewise. * kern/ipc_kobject.c: Likewise. * kern/ipc_mig.c: Likewise. * kern/startup.c: Likewise. * vm/memory_object.c: Likewise. * vm/vm_object.c: Likewise. * vm/vm_object.h: Likewise. * vm/vm_pageout.c: Likewise. --- bogus/norma_device.h | 1 - bogus/norma_ether.h | 1 - bogus/norma_ipc.h | 1 - bogus/norma_task.h | 1 - bogus/norma_vm.h | 1 - 5 files changed, 5 deletions(-) delete mode 100644 bogus/norma_device.h delete mode 100644 bogus/norma_ether.h delete mode 100644 bogus/norma_ipc.h delete mode 100644 bogus/norma_task.h delete mode 100644 bogus/norma_vm.h (limited to 'bogus') diff --git a/bogus/norma_device.h b/bogus/norma_device.h deleted file mode 100644 index c0c948c..0000000 --- a/bogus/norma_device.h +++ /dev/null @@ -1 +0,0 @@ -#define NORMA_DEVICE 0 diff --git a/bogus/norma_ether.h b/bogus/norma_ether.h deleted file mode 100644 index 2d282d4..0000000 --- a/bogus/norma_ether.h +++ /dev/null @@ -1 +0,0 @@ -#define NORMA_ETHER 0 diff --git a/bogus/norma_ipc.h b/bogus/norma_ipc.h deleted file mode 100644 index 54803de..0000000 --- a/bogus/norma_ipc.h +++ /dev/null @@ -1 +0,0 @@ -#define NORMA_IPC 0 /* can no longer be turned on */ diff --git a/bogus/norma_task.h b/bogus/norma_task.h deleted file mode 100644 index 9b453ca..0000000 --- a/bogus/norma_task.h +++ /dev/null @@ -1 +0,0 @@ -#define NORMA_TASK 0 diff --git a/bogus/norma_vm.h b/bogus/norma_vm.h deleted file mode 100644 index 2074cd6..0000000 --- a/bogus/norma_vm.h +++ /dev/null @@ -1 +0,0 @@ -#define NORMA_VM 0 -- cgit v1.2.3