~jakub/helenos/upa

« back to all changes in this revision

Viewing changes to kernel/arch/ia32/include/mm/as.h

  • Committer: Jakub Jermar
  • Date: 2011-06-01 21:05:19 UTC
  • mfrom: (605.1.397 HelenOS.mainline)
  • Revision ID: jakub@jermar.eu-20110601210519-d511wino3zuw4o9j
MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
#define USER_ADDRESS_SPACE_START_ARCH    UINT32_C(0x00000000)
43
43
#define USER_ADDRESS_SPACE_END_ARCH      UINT32_C(0x7fffffff)
44
44
 
45
 
#define USTACK_ADDRESS_ARCH  (USER_ADDRESS_SPACE_END_ARCH - (PAGE_SIZE - 1))
46
 
 
47
45
typedef struct {
48
46
} as_arch_t;
49
47