Rev 1890 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1890 | Rev 1891 | ||
|---|---|---|---|
| Line 45... | Line 45... | ||
| 45 | #define USTACK_ADDRESS_ARCH (USER_ADDRESS_SPACE_END_ARCH-(PAGE_SIZE-1)) |
45 | #define USTACK_ADDRESS_ARCH (USER_ADDRESS_SPACE_END_ARCH-(PAGE_SIZE-1)) |
| 46 | 46 | ||
| 47 | typedef struct { |
47 | typedef struct { |
| 48 | } as_arch_t; |
48 | } as_arch_t; |
| 49 | 49 | ||
| - | 50 | #define as_constructor_arch(as, flags) (as != as) |
|
| - | 51 | #define as_destructor_arch(as) (as != as) |
|
| - | 52 | #define as_create_arch(as, flags) (as != as) |
|
| 50 | #define as_install_arch(as) |
53 | #define as_install_arch(as) |
| 51 | #define as_deinstall_arch(as) |
54 | #define as_deinstall_arch(as) |
| 52 | #define as_invalidate_translation_cache(as, page, cnt) |
55 | #define as_invalidate_translation_cache(as, page, cnt) |
| 53 | 56 | ||
| 54 | extern void as_arch_init(void); |
57 | extern void as_arch_init(void); |