Rev 1958 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1958 | Rev 2007 | ||
|---|---|---|---|
| Line 50... | Line 50... | ||
| 50 | #include <arch/mm/frame.h> |
50 | #include <arch/mm/frame.h> |
| 51 | 51 | ||
| 52 | #define PAGE_WIDTH FRAME_WIDTH |
52 | #define PAGE_WIDTH FRAME_WIDTH |
| 53 | #define PAGE_SIZE FRAME_SIZE |
53 | #define PAGE_SIZE FRAME_SIZE |
| 54 | 54 | ||
| - | 55 | #define PAGE_COLOR_BITS 0 /* dummy */ |
|
| - | 56 | ||
| 55 | #ifdef KERNEL |
57 | #ifdef KERNEL |
| 56 | 58 | ||
| 57 | #ifndef __ASM__ |
59 | #ifndef __ASM__ |
| 58 | # include <mm/page.h> |
60 | # include <mm/page.h> |
| 59 | # include <arch/types.h> |
61 | # include <arch/types.h> |