Rev 1914 | Rev 2009 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1914 | Rev 2000 | ||
---|---|---|---|
Line 50... | Line 50... | ||
50 | #include <typedefs.h> |
50 | #include <typedefs.h> |
51 | #include <synch/spinlock.h> |
51 | #include <synch/spinlock.h> |
52 | #include <synch/mutex.h> |
52 | #include <synch/mutex.h> |
53 | #include <adt/list.h> |
53 | #include <adt/list.h> |
54 | #include <adt/btree.h> |
54 | #include <adt/btree.h> |
55 | #include <elf.h> |
55 | #include <lib/elf.h> |
56 | 56 | ||
57 | /** Defined to be true if user address space and kernel address space shadow each other. */ |
57 | /** Defined to be true if user address space and kernel address space shadow each other. */ |
58 | #define KERNEL_ADDRESS_SPACE_SHADOWED KERNEL_ADDRESS_SPACE_SHADOWED_ARCH |
58 | #define KERNEL_ADDRESS_SPACE_SHADOWED KERNEL_ADDRESS_SPACE_SHADOWED_ARCH |
59 | 59 | ||
60 | #define KERNEL_ADDRESS_SPACE_START KERNEL_ADDRESS_SPACE_START_ARCH |
60 | #define KERNEL_ADDRESS_SPACE_START KERNEL_ADDRESS_SPACE_START_ARCH |