diff options
-rw-r--r-- | device/dev_pager.c | 1 | ||||
-rw-r--r-- | i386/i386/io_perm.c | 1 | ||||
-rw-r--r-- | kern/bootstrap.c | 1 | ||||
-rw-r--r-- | kern/ipc_tt.c | 1 | ||||
-rw-r--r-- | kern/pc_sample.c | 1 | ||||
-rw-r--r-- | kern/processor.c | 1 | ||||
-rw-r--r-- | kern/server_loop.ch | 1 | ||||
-rw-r--r-- | kern/thread.c | 1 | ||||
-rw-r--r-- | linux/dev/glue/block.c | 2 | ||||
-rw-r--r-- | linux/dev/glue/net.c | 1 | ||||
-rw-r--r-- | vm/vm_map.c | 1 | ||||
-rw-r--r-- | xen/block.c | 1 | ||||
-rw-r--r-- | xen/net.c | 1 | ||||
-rw-r--r-- | xen/store.c | 1 |
14 files changed, 14 insertions, 1 deletions
diff --git a/device/dev_pager.c b/device/dev_pager.c index dc5ba73..bc58a15 100644 --- a/device/dev_pager.c +++ b/device/dev_pager.c @@ -45,7 +45,6 @@ #include <kern/printf.h> #include <kern/queue.h> #include <kern/slab.h> -#include <kern/kalloc.h> #include <vm/vm_page.h> #include <vm/vm_kern.h> diff --git a/i386/i386/io_perm.c b/i386/i386/io_perm.c index 7dcb858..8bacb8d 100644 --- a/i386/i386/io_perm.c +++ b/i386/i386/io_perm.c @@ -55,6 +55,7 @@ #include <ipc/ipc_space.h> #include <kern/slab.h> +#include <kern/kalloc.h> #include <kern/lock.h> #include <kern/queue.h> #include <kern/thread.h> diff --git a/kern/bootstrap.c b/kern/bootstrap.c index 2c63df4..68f40b4 100644 --- a/kern/bootstrap.c +++ b/kern/bootstrap.c @@ -42,6 +42,7 @@ #include <kern/debug.h> #include <kern/host.h> #include <kern/printf.h> +#include <kern/kalloc.h> #include <kern/task.h> #include <kern/thread.h> #include <kern/lock.h> diff --git a/kern/ipc_tt.c b/kern/ipc_tt.c index de4edc6..6d32e5b 100644 --- a/kern/ipc_tt.c +++ b/kern/ipc_tt.c @@ -36,6 +36,7 @@ #include <mach/thread_special_ports.h> #include <vm/vm_kern.h> #include <kern/debug.h> +#include <kern/kalloc.h> #include <kern/task.h> #include <kern/thread.h> #include <kern/ipc_kobject.h> diff --git a/kern/pc_sample.c b/kern/pc_sample.c index c82707b..2cec907 100644 --- a/kern/pc_sample.c +++ b/kern/pc_sample.c @@ -31,6 +31,7 @@ #include <mach/std_types.h> /* pointer_t */ #include <mach/pc_sample.h> #include <machine/trap.h> +#include <kern/kalloc.h> #include <kern/host.h> #include <kern/thread.h> #include <kern/pc_sample.h> diff --git a/kern/processor.c b/kern/processor.c index 3ece341..1986860 100644 --- a/kern/processor.c +++ b/kern/processor.c @@ -35,6 +35,7 @@ #include <mach/vm_param.h> #include <kern/cpu_number.h> #include <kern/debug.h> +#include <kern/kalloc.h> #include <kern/lock.h> #include <kern/host.h> #include <kern/ipc_tt.h> diff --git a/kern/server_loop.ch b/kern/server_loop.ch index 1aa7edb..409e013 100644 --- a/kern/server_loop.ch +++ b/kern/server_loop.ch @@ -39,6 +39,7 @@ */ #include <kern/debug.h> +#include <kern/kalloc.h> #include <mach/port.h> #include <mach/message.h> #include <vm/vm_kern.h> /* for kernel_map */ diff --git a/kern/thread.c b/kern/thread.c index f23af58..0a59f07 100644 --- a/kern/thread.c +++ b/kern/thread.c @@ -54,6 +54,7 @@ #include <kern/thread.h> #include <kern/thread_swap.h> #include <kern/host.h> +#include <kern/kalloc.h> #include <kern/slab.h> #include <kern/mach_clock.h> #include <vm/vm_kern.h> diff --git a/linux/dev/glue/block.c b/linux/dev/glue/block.c index 0c76d3d..c7b3873 100644 --- a/linux/dev/glue/block.c +++ b/linux/dev/glue/block.c @@ -49,6 +49,8 @@ #include <mach/vm_param.h> #include <mach/notify.h> +#include <kern/kalloc.h> + #include <ipc/ipc_port.h> #include <ipc/ipc_space.h> diff --git a/linux/dev/glue/net.c b/linux/dev/glue/net.c index 91ebf96..a60275f 100644 --- a/linux/dev/glue/net.c +++ b/linux/dev/glue/net.c @@ -69,6 +69,7 @@ #include <mach/vm_param.h> #include <mach/notify.h> +#include <kern/kalloc.h> #include <kern/printf.h> #include <ipc/ipc_port.h> diff --git a/vm/vm_map.c b/vm/vm_map.c index 5015c1c..de10eec 100644 --- a/vm/vm_map.c +++ b/vm/vm_map.c @@ -41,6 +41,7 @@ #include <mach/vm_param.h> #include <kern/assert.h> #include <kern/debug.h> +#include <kern/kalloc.h> #include <kern/slab.h> #include <vm/pmap.h> #include <vm/vm_fault.h> diff --git a/xen/block.c b/xen/block.c index 02d410f..fb18b67 100644 --- a/xen/block.c +++ b/xen/block.c @@ -18,6 +18,7 @@ #include <sys/types.h> #include <mach/mig_errors.h> +#include <kern/kalloc.h> #include <ipc/ipc_port.h> #include <ipc/ipc_space.h> #include <vm/vm_kern.h> @@ -18,6 +18,7 @@ #include <sys/types.h> #include <mach/mig_errors.h> +#include <kern/kalloc.h> #include <ipc/ipc_port.h> #include <ipc/ipc_space.h> #include <vm/vm_kern.h> diff --git a/xen/store.c b/xen/store.c index 94d0ae4..8796bb5 100644 --- a/xen/store.c +++ b/xen/store.c @@ -20,6 +20,7 @@ #include <mach/mig_support.h> #include <machine/pmap.h> #include <machine/ipl.h> +#include <kern/kalloc.h> #include <stdarg.h> #include <string.h> #include <alloca.h> |