Subversion Repositories HelenOS

Rev

Rev 1889 | Rev 1891 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1889 Rev 1890
Line 45... Line 45...
45
#define USTACK_ADDRESS_ARCH 0x0000000ff0000000ULL
45
#define USTACK_ADDRESS_ARCH 0x0000000ff0000000ULL
46
 
46
 
47
typedef struct {
47
typedef struct {
48
} as_arch_t;
48
} as_arch_t;
49
 
49
 
-
 
50
#define as_deinstall_arch(as)
50
#define as_invalidate_translation_cache(as, page, cnt)
51
#define as_invalidate_translation_cache(as, page, cnt)
51
 
52
 
52
extern void as_arch_init(void);
53
extern void as_arch_init(void);
53
 
54
 
54
#endif
55
#endif