summaryrefslogtreecommitdiff
path: root/include/mach_debug/mach_debug.defs
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2015-04-01 14:01:14 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2015-07-26 12:14:40 +0200
commit550f9a075207b6b3f398d292ccae7335eba38189 (patch)
tree640769d8e3392ba57101669e4ec5679b8b05f058 /include/mach_debug/mach_debug.defs
parent37d9736575075d2681b1f1c77286a6a7edf85fb5 (diff)
XXX pmm from x15, userspace crashes soon
Diffstat (limited to 'include/mach_debug/mach_debug.defs')
-rw-r--r--include/mach_debug/mach_debug.defs13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/mach_debug/mach_debug.defs b/include/mach_debug/mach_debug.defs
index c8e8b1b..c59436c 100644
--- a/include/mach_debug/mach_debug.defs
+++ b/include/mach_debug/mach_debug.defs
@@ -120,20 +120,7 @@ routine processor_set_stack_usage(
out maxusage : vm_size_t;
out maxstack : vm_offset_t);
-#if !defined(MACH_VM_DEBUG) || MACH_VM_DEBUG
-
-/*
- * Returns information about the global VP table.
- */
-
-routine host_virtual_physical_table_info(
- host : host_t;
- out info : hash_info_bucket_array_t,
- CountInOut, Dealloc);
-
-#else /* !defined(MACH_VM_DEBUG) || MACH_VM_DEBUG */
skip; /* host_virtual_physical_table_info */
-#endif /* !defined(MACH_VM_DEBUG) || MACH_VM_DEBUG */
#if !defined(MACH_KDB) || MACH_KDB
/*