Subversion Repositories HelenOS

Rev

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

Rev 2479 Rev 3233
Line 35... Line 35...
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  14
39
#define PAGE_SIZE   (1 << PAGE_WIDTH)
39
#define PAGE_SIZE   (1 << PAGE_WIDTH)
40
#define PAGE_COLOR_BITS 0       /**< Only one page color. */
-
 
41
 
40
 
42
#endif
41
#endif
43
 
42
 
44
/** @}
43
/** @}
45
 */
44
 */