Subversion Repositories Kolibri OS

Rev

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

Rev 2967 Rev 3031
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 42... Line -...
42
 
-
 
43
#ifdef CONFIG_PHYS_ADDR_T_64BIT
-
 
44
#define MEMBLOCK_INACTIVE	0x3a84fb0144c9e71bULL
-
 
45
#else
-
 
46
#define MEMBLOCK_INACTIVE	0x44c9e71bUL
-
 
47
#endif
-
 
48
 
42
 
49
#define SLUB_RED_INACTIVE	0xbb
43
#define SLUB_RED_INACTIVE	0xbb
Line 50... Line 44...
50
#define SLUB_RED_ACTIVE		0xcc
44
#define SLUB_RED_ACTIVE		0xcc
51
 
45