Subversion Repositories HelenOS

Rev

Rev 3343 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3343 Rev 4063
Line 33... Line 33...
33
 */
33
 */
34
 
34
 
35
#ifndef LIBC_sparc64_CONFIG_H_
35
#ifndef LIBC_sparc64_CONFIG_H_
36
#define LIBC_sparc64_CONFIG_H_
36
#define LIBC_sparc64_CONFIG_H_
37
 
37
 
38
#define PAGE_WIDTH  14
38
#define PAGE_WIDTH  13
39
#define PAGE_SIZE   (1 << PAGE_WIDTH)
39
#define PAGE_SIZE   (1 << PAGE_WIDTH)
40
 
40
 
41
#endif
41
#endif
42
 
42
 
43
/** @}
43
/** @}