Rev 2071 | Rev 3778 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 2721 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #ifndef KERN_ia64_FRAME_H_ |
35 | #ifndef KERN_ia64_FRAME_H_ |
| 36 | #define KERN_ia64_FRAME_H_ |
36 | #define KERN_ia64_FRAME_H_ |
| 37 | 37 | ||
| 38 | #define FRAME_WIDTH 14 /* 16K */ |
38 | #define FRAME_WIDTH 14 /* 16K */ |
| 39 | #define FRAME_SIZE (1<<FRAME_WIDTH) |
39 | #define FRAME_SIZE (1 << FRAME_WIDTH) |
| 40 | 40 | ||
| 41 | #ifdef KERNEL |
41 | #ifdef KERNEL |
| 42 | #ifndef __ASM__ |
42 | #ifndef __ASM__ |
| 43 | 43 | ||
| 44 | extern void frame_arch_init(void); |
44 | extern void frame_arch_init(void); |
| - | 45 | #define physmem_print() |
|
| 45 | 46 | ||
| 46 | #define ARCH_STACK_FRAMES TWO_FRAMES |
47 | #define ARCH_STACK_FRAMES TWO_FRAMES |
| 47 | 48 | ||
| 48 | #endif /* __ASM__ */ |
49 | #endif /* __ASM__ */ |
| 49 | #endif /* KERNEL */ |
50 | #endif /* KERNEL */ |