Subversion Repositories HelenOS

Rev

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

Rev 3365 Rev 3398
Line 48... Line 48...
48
 
48
 
49
/*
49
/*
50
 * 2^PHYSMEM_ADDR_SIZE is the size of the physical address space on
50
 * 2^PHYSMEM_ADDR_SIZE is the size of the physical address space on
51
 * a given processor.
51
 * a given processor.
52
 */
52
 */
53
#if defined (US2)
53
#if defined (US)
54
    #define PHYSMEM_ADDR_SIZE	41
54
    #define PHYSMEM_ADDR_SIZE	41
55
#elif defined (US3)
55
#elif defined (US3)
56
    #define PHYSMEM_ADDR_SIZE	43
56
    #define PHYSMEM_ADDR_SIZE	43
57
#endif
57
#endif
58
 
58