Rev 756 | Rev 919 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 756 | Rev 903 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | 38 | ||
39 | #define UTEXT_ADDRESS_ARCH 0x0000000000001000 |
39 | #define UTEXT_ADDRESS_ARCH 0x0000000000001000 |
40 | #define USTACK_ADDRESS_ARCH (0x7fffffffffffffff-(PAGE_SIZE-1)) |
40 | #define USTACK_ADDRESS_ARCH (0x7fffffffffffffff-(PAGE_SIZE-1)) |
41 | #define UDATA_ADDRESS_ARCH 0x0000000001001000 |
41 | #define UDATA_ADDRESS_ARCH 0x0000000001001000 |
42 | 42 | ||
43 | #define as_install_arch(as) |
- | |
44 | - | ||
45 | extern void as_arch_init(void); |
43 | extern void as_arch_init(void); |
46 | 44 | ||
47 | #endif |
45 | #endif |