Rev 3835 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3835 | Rev 4369 | ||
---|---|---|---|
Line 49... | Line 49... | ||
49 | #define SCRATCHPAD_MMU_FSA 0x00 |
49 | #define SCRATCHPAD_MMU_FSA 0x00 |
50 | 50 | ||
51 | /* register where the CPUID will be stored */ |
51 | /* register where the CPUID will be stored */ |
52 | #define SCRATCHPAD_CPUID 0x08 |
52 | #define SCRATCHPAD_CPUID 0x08 |
53 | 53 | ||
- | 54 | /* register where the kernel stack address will be stored */ |
|
- | 55 | #define SCRATCHPAD_KSTACK 0x10 |
|
- | 56 | ||
- | 57 | /* register where the userspace window buffer address will be stored */ |
|
- | 58 | #define SCRATCHPAD_WBUF 0x18 |
|
- | 59 | ||
54 | #endif |
60 | #endif |
55 | 61 | ||
56 | /** @} |
62 | /** @} |
57 | */ |
63 | */ |