comparison src/m/sun2.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents a86b2b5e0111
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
49 #endif 49 #endif
50 50
51 /* Sun can't write competent compilers */ 51 /* Sun can't write competent compilers */
52 #define COMPILER_REGISTER_BUG 52 #define COMPILER_REGISTER_BUG
53 53
54 /* XINT must explicitly sign-extend */
55
56 #define EXPLICIT_SIGN_EXTEND
57
54 /* Data type of load average, as read out of kmem. */ 58 /* Data type of load average, as read out of kmem. */
55 59
56 #define LOAD_AVE_TYPE long 60 #define LOAD_AVE_TYPE long
57 61
58 /* Convert that into an integer that is 100 for a load average of 1.0 */ 62 /* Convert that into an integer that is 100 for a load average of 1.0 */