diff options
Diffstat (limited to 'vm')
-rw-r--r-- | vm/vm_debug.c | 2 | ||||
-rw-r--r-- | vm/vm_fault.c | 2 | ||||
-rw-r--r-- | vm/vm_kern.c | 2 | ||||
-rw-r--r-- | vm/vm_map.c | 2 | ||||
-rw-r--r-- | vm/vm_object.c | 2 | ||||
-rw-r--r-- | vm/vm_object.h | 2 | ||||
-rw-r--r-- | vm/vm_pageout.c | 2 | ||||
-rw-r--r-- | vm/vm_resident.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/vm/vm_debug.c b/vm/vm_debug.c index 60fd361..893a807 100644 --- a/vm/vm_debug.c +++ b/vm/vm_debug.c @@ -35,7 +35,7 @@ #include <string.h> -#include <kern/debug.h> /* for panic() */ +#include <kern/debug.h> #include <kern/thread.h> #include <mach/kern_return.h> #include <mach/machine/vm_types.h> diff --git a/vm/vm_fault.c b/vm/vm_fault.c index 632a852..a2edd43 100644 --- a/vm/vm_fault.c +++ b/vm/vm_fault.c @@ -38,7 +38,7 @@ #include <mach/kern_return.h> #include <mach/message.h> /* for error codes */ #include <kern/counters.h> -#include <kern/debug.h> /* for panic() */ +#include <kern/debug.h> #include <kern/thread.h> #include <kern/sched_prim.h> #include <vm/vm_map.h> diff --git a/vm/vm_kern.c b/vm/vm_kern.c index 786daaa..33f47c7 100644 --- a/vm/vm_kern.c +++ b/vm/vm_kern.c @@ -39,7 +39,7 @@ #include <mach/kern_return.h> #include <machine/vm_param.h> #include <kern/assert.h> -#include <kern/debug.h> /* for panic() */ +#include <kern/debug.h> #include <kern/lock.h> #include <kern/thread.h> #include <vm/vm_fault.h> diff --git a/vm/vm_map.c b/vm/vm_map.c index 31ef042..4f358bd 100644 --- a/vm/vm_map.c +++ b/vm/vm_map.c @@ -40,7 +40,7 @@ #include <mach/vm_attributes.h> #include <mach/vm_param.h> #include <kern/assert.h> -#include <kern/debug.h> /* for panic() */ +#include <kern/debug.h> #include <kern/zalloc.h> #include <vm/vm_fault.h> #include <vm/vm_map.h> diff --git a/vm/vm_object.c b/vm/vm_object.c index a52edaf..b2a72e1 100644 --- a/vm/vm_object.c +++ b/vm/vm_object.c @@ -43,7 +43,7 @@ #include <ipc/ipc_port.h> #include <ipc/ipc_space.h> #include <kern/assert.h> -#include <kern/debug.h> /* for panic() */ +#include <kern/debug.h> #include <kern/lock.h> #include <kern/queue.h> #include <kern/xpr.h> diff --git a/vm/vm_object.h b/vm/vm_object.h index 05dce54..c5efd67 100644 --- a/vm/vm_object.h +++ b/vm/vm_object.h @@ -43,7 +43,7 @@ #include <kern/queue.h> #include <kern/lock.h> #include <kern/assert.h> -#include <kern/debug.h> /* for panic() */ +#include <kern/debug.h> #include <kern/macro_help.h> #include <vm/pmap.h> diff --git a/vm/vm_pageout.c b/vm/vm_pageout.c index 63ee8f0..d058b46 100644 --- a/vm/vm_pageout.c +++ b/vm/vm_pageout.c @@ -41,7 +41,7 @@ #include <mach/vm_param.h> #include <mach/vm_statistics.h> #include <kern/counters.h> -#include <kern/debug.h> /* for panic() */ +#include <kern/debug.h> #include <kern/thread.h> #include <vm/pmap.h> #include <vm/vm_map.h> diff --git a/vm/vm_resident.c b/vm/vm_resident.c index 8eb5c85..fababc2 100644 --- a/vm/vm_resident.c +++ b/vm/vm_resident.c @@ -38,7 +38,7 @@ #include <mach/vm_prot.h> #include <kern/counters.h> -#include <kern/debug.h> /* for panic() */ +#include <kern/debug.h> #include <kern/sched_prim.h> #include <kern/task.h> #include <kern/thread.h> |