Rev 1160 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1160 | Rev 1398 | ||
|---|---|---|---|
| Line 28... | Line 28... | ||
| 28 | 28 | ||
| 29 | #ifndef __ppc64_FRAME_H__ |
29 | #ifndef __ppc64_FRAME_H__ |
| 30 | #define __ppc64_FRAME_H__ |
30 | #define __ppc64_FRAME_H__ |
| 31 | 31 | ||
| 32 | #define FRAME_WIDTH 12 /* 4K */ |
32 | #define FRAME_WIDTH 12 /* 4K */ |
| 33 | #define FRAME_SIZE (1<<FRAME_WIDTH) |
33 | #define FRAME_SIZE (1 << FRAME_WIDTH) |
| 34 | 34 | ||
| 35 | #ifdef KERNEL |
35 | #ifdef KERNEL |
| 36 | #ifndef __ASM__ |
36 | #ifndef __ASM__ |
| 37 | 37 | ||
| - | 38 | #include <arch/types.h> |
|
| - | 39 | ||
| - | 40 | extern __address last_frame; |
|
| - | 41 | ||
| 38 | extern void frame_arch_init(void); |
42 | extern void frame_arch_init(void); |
| 39 | 43 | ||
| 40 | #endif /* __ASM__ */ |
44 | #endif /* __ASM__ */ |
| 41 | #endif /* KERNEL */ |
45 | #endif /* KERNEL */ |
| 42 | 46 | ||