Subversion Repositories HelenOS

Rev

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

Rev 1888 Rev 1889
Line 42... Line 42...
42
#define USER_ADDRESS_SPACE_START_ARCH       ((unsigned long) 0x00000000)
42
#define USER_ADDRESS_SPACE_START_ARCH       ((unsigned long) 0x00000000)
43
#define USER_ADDRESS_SPACE_END_ARCH     ((unsigned long) 0x7fffffff)
43
#define USER_ADDRESS_SPACE_END_ARCH     ((unsigned long) 0x7fffffff)
44
 
44
 
45
#define USTACK_ADDRESS_ARCH (0x7fffffff-(PAGE_SIZE-1))
45
#define USTACK_ADDRESS_ARCH (0x7fffffff-(PAGE_SIZE-1))
46
 
46
 
-
 
47
typedef struct {
-
 
48
} as_arch_t;
-
 
49
 
-
 
50
#define as_invalidate_translation_cache(as, page, cnt)
-
 
51
 
47
extern void as_arch_init(void);
52
extern void as_arch_init(void);
48
 
53
 
49
#endif
54
#endif
50
 
55
 
51
/** @}
56
/** @}