Rev 2927 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2927 | Rev 3403 | ||
|---|---|---|---|
| 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 | - | ||
| 57 | #ifdef KERNEL |
55 | #ifdef KERNEL |
| 58 | 56 | ||
| 59 | #ifndef __ASM__ |
57 | #ifndef __ASM__ |
| 60 | # include <mm/mm.h> |
58 | # include <mm/mm.h> |
| 61 | # include <arch/types.h> |
59 | # include <arch/types.h> |