diff options
Diffstat (limited to 'bogus')
-rw-r--r-- | bogus/bootstrap_symbols.h | 1 | ||||
-rw-r--r-- | bogus/cpus.h | 27 | ||||
-rw-r--r-- | bogus/fast_tas.h | 1 | ||||
-rw-r--r-- | bogus/hw_footprint.h | 1 | ||||
-rw-r--r-- | bogus/mach_counters.h | 1 | ||||
-rw-r--r-- | bogus/mach_debug.h | 1 | ||||
-rw-r--r-- | bogus/mach_fixpri.h | 1 | ||||
-rw-r--r-- | bogus/mach_host.h | 1 | ||||
-rw-r--r-- | bogus/mach_ipc_compat.h | 1 | ||||
-rw-r--r-- | bogus/mach_ipc_debug.h | 1 | ||||
-rw-r--r-- | bogus/mach_ipc_test.h | 1 | ||||
-rw-r--r-- | bogus/mach_kdb.h | 3 | ||||
-rw-r--r-- | bogus/mach_ldebug.h | 1 | ||||
-rw-r--r-- | bogus/mach_lock_mon.h | 1 | ||||
-rw-r--r-- | bogus/mach_machine_routines.h | 1 | ||||
-rw-r--r-- | bogus/mach_mp_debug.h | 1 | ||||
-rw-r--r-- | bogus/mach_pagemap.h | 1 | ||||
-rw-r--r-- | bogus/mach_pcsample.h | 1 | ||||
-rw-r--r-- | bogus/mach_ttd.h | 1 | ||||
-rw-r--r-- | bogus/mach_vm_debug.h | 1 | ||||
-rw-r--r-- | bogus/power_save.h | 1 | ||||
-rw-r--r-- | bogus/simple_clock.h | 1 | ||||
-rw-r--r-- | bogus/stat_time.h | 1 | ||||
-rw-r--r-- | bogus/xpr_debug.h | 1 |
24 files changed, 0 insertions, 52 deletions
diff --git a/bogus/bootstrap_symbols.h b/bogus/bootstrap_symbols.h deleted file mode 100644 index 77dcfc2..0000000 --- a/bogus/bootstrap_symbols.h +++ /dev/null @@ -1 +0,0 @@ -#define BOOTSTRAP_SYMBOLS 0 diff --git a/bogus/cpus.h b/bogus/cpus.h deleted file mode 100644 index 355ecdb..0000000 --- a/bogus/cpus.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (c) 1995 The University of Utah and - * the Computer Systems Laboratory at the University of Utah (CSL). - * All rights reserved. - * - * Permission to use, copy, modify and distribute this software is hereby - * granted provided that (1) source code retains these copyright, permission, - * and disclaimer notices, and (2) redistributions including binaries - * reproduce the notices in supporting documentation, and (3) all advertising - * materials mentioning features or use of this software display the following - * acknowledgement: ``This product includes software developed by the - * Computer Systems Laboratory at the University of Utah.'' - * - * THE UNIVERSITY OF UTAH AND CSL ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS - * IS" CONDITION. THE UNIVERSITY OF UTAH AND CSL DISCLAIM ANY LIABILITY OF - * ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * - * CSL requests users of this software to return to csl-dist@cs.utah.edu any - * improvements that they make and grant CSL redistribution rights. - * - * Author: Bryan Ford, University of Utah CSL - */ - -/* Default cpus.h sets things up for a uniprocessor. */ -#define NCPUS 1 -#undef MULTIPROCESSOR - diff --git a/bogus/fast_tas.h b/bogus/fast_tas.h deleted file mode 100644 index 0fcb107..0000000 --- a/bogus/fast_tas.h +++ /dev/null @@ -1 +0,0 @@ -#define FAST_TAS 0 diff --git a/bogus/hw_footprint.h b/bogus/hw_footprint.h deleted file mode 100644 index c3e8eb3..0000000 --- a/bogus/hw_footprint.h +++ /dev/null @@ -1 +0,0 @@ -#define HW_FOOTPRINT 0 diff --git a/bogus/mach_counters.h b/bogus/mach_counters.h deleted file mode 100644 index d2ac85a..0000000 --- a/bogus/mach_counters.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_COUNTERS 0 diff --git a/bogus/mach_debug.h b/bogus/mach_debug.h deleted file mode 100644 index cc309b1..0000000 --- a/bogus/mach_debug.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_DEBUG 1 diff --git a/bogus/mach_fixpri.h b/bogus/mach_fixpri.h deleted file mode 100644 index f3dc988..0000000 --- a/bogus/mach_fixpri.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_FIXPRI 1 diff --git a/bogus/mach_host.h b/bogus/mach_host.h deleted file mode 100644 index 0fc2b44..0000000 --- a/bogus/mach_host.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_HOST 0 diff --git a/bogus/mach_ipc_compat.h b/bogus/mach_ipc_compat.h deleted file mode 100644 index f6ce886..0000000 --- a/bogus/mach_ipc_compat.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_IPC_COMPAT 1 diff --git a/bogus/mach_ipc_debug.h b/bogus/mach_ipc_debug.h deleted file mode 100644 index 035c596..0000000 --- a/bogus/mach_ipc_debug.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_IPC_DEBUG 1 diff --git a/bogus/mach_ipc_test.h b/bogus/mach_ipc_test.h deleted file mode 100644 index e089191..0000000 --- a/bogus/mach_ipc_test.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_IPC_TEST 0 diff --git a/bogus/mach_kdb.h b/bogus/mach_kdb.h deleted file mode 100644 index 51d16aa..0000000 --- a/bogus/mach_kdb.h +++ /dev/null @@ -1,3 +0,0 @@ -#ifndef MACH_KDB -#define MACH_KDB 0 -#endif diff --git a/bogus/mach_ldebug.h b/bogus/mach_ldebug.h deleted file mode 100644 index e82f400..0000000 --- a/bogus/mach_ldebug.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_LDEBUG 0 diff --git a/bogus/mach_lock_mon.h b/bogus/mach_lock_mon.h deleted file mode 100644 index c218f14..0000000 --- a/bogus/mach_lock_mon.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_LOCK_MON 0 diff --git a/bogus/mach_machine_routines.h b/bogus/mach_machine_routines.h deleted file mode 100644 index 1f510f9..0000000 --- a/bogus/mach_machine_routines.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_MACHINE_ROUTINES 0 diff --git a/bogus/mach_mp_debug.h b/bogus/mach_mp_debug.h deleted file mode 100644 index b396db7..0000000 --- a/bogus/mach_mp_debug.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_MP_DEBUG 0 diff --git a/bogus/mach_pagemap.h b/bogus/mach_pagemap.h deleted file mode 100644 index debeed7..0000000 --- a/bogus/mach_pagemap.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_PAGEMAP 1 diff --git a/bogus/mach_pcsample.h b/bogus/mach_pcsample.h deleted file mode 100644 index ba9db4d..0000000 --- a/bogus/mach_pcsample.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_PCSAMPLE 1 diff --git a/bogus/mach_ttd.h b/bogus/mach_ttd.h deleted file mode 100644 index b57ea75..0000000 --- a/bogus/mach_ttd.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_TTD 0 diff --git a/bogus/mach_vm_debug.h b/bogus/mach_vm_debug.h deleted file mode 100644 index b746dca..0000000 --- a/bogus/mach_vm_debug.h +++ /dev/null @@ -1 +0,0 @@ -#define MACH_VM_DEBUG 1 diff --git a/bogus/power_save.h b/bogus/power_save.h deleted file mode 100644 index ee9a520..0000000 --- a/bogus/power_save.h +++ /dev/null @@ -1 +0,0 @@ -#define POWER_SAVE 1 diff --git a/bogus/simple_clock.h b/bogus/simple_clock.h deleted file mode 100644 index ccb3cbe..0000000 --- a/bogus/simple_clock.h +++ /dev/null @@ -1 +0,0 @@ -#define SIMPLE_CLOCK 0 diff --git a/bogus/stat_time.h b/bogus/stat_time.h deleted file mode 100644 index abf9b3f..0000000 --- a/bogus/stat_time.h +++ /dev/null @@ -1 +0,0 @@ -#define STAT_TIME 1 diff --git a/bogus/xpr_debug.h b/bogus/xpr_debug.h deleted file mode 100644 index f4d627a..0000000 --- a/bogus/xpr_debug.h +++ /dev/null @@ -1 +0,0 @@ -#define XPR_DEBUG 1 |