Subversion Repositories Kolibri OS

Rev

Rev 1964 | Rev 3031 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1964 Rev 2967
Line 38... Line 38...
38
 * Placed in the first word before and the first word after an obj.
38
 * Placed in the first word before and the first word after an obj.
39
 */
39
 */
40
#define	RED_INACTIVE	0x09F911029D74E35BULL	/* when obj is inactive */
40
#define	RED_INACTIVE	0x09F911029D74E35BULL	/* when obj is inactive */
41
#define	RED_ACTIVE	0xD84156C5635688C0ULL	/* when obj is active */
41
#define	RED_ACTIVE	0xD84156C5635688C0ULL	/* when obj is active */
Line -... Line 42...
-
 
42
 
-
 
43
#ifdef CONFIG_PHYS_ADDR_T_64BIT
-
 
44
#define MEMBLOCK_INACTIVE	0x3a84fb0144c9e71bULL
-
 
45
#else
-
 
46
#define MEMBLOCK_INACTIVE	0x44c9e71bUL
-
 
47
#endif
42
 
48
 
43
#define SLUB_RED_INACTIVE	0xbb
49
#define SLUB_RED_INACTIVE	0xbb
Line 44... Line 50...
44
#define SLUB_RED_ACTIVE		0xcc
50
#define SLUB_RED_ACTIVE		0xcc
45
 
51