Subversion Repositories Kolibri OS

Rev

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

Rev 6082 Rev 6936
Line 25... Line 25...
25
/********** include/linux/timer.h **********/
25
/********** include/linux/timer.h **********/
26
/*
26
/*
27
 * Magic number "tsta" to indicate a static timer initializer
27
 * Magic number "tsta" to indicate a static timer initializer
28
 * for the object debugging code.
28
 * for the object debugging code.
29
 */
29
 */
30
#define TIMER_ENTRY_STATIC	((void *) 0x74737461)
30
#define TIMER_ENTRY_STATIC	((void *) 0x300 + POISON_POINTER_DELTA)
Line 31... Line 31...
31
 
31
 
32
/********** mm/debug-pagealloc.c **********/
32
/********** mm/debug-pagealloc.c **********/
Line -... Line 33...
-
 
33
#define PAGE_POISON 0xaa
-
 
34
 
-
 
35
/********** mm/page_alloc.c ************/
-
 
36
 
33
#define PAGE_POISON 0xaa
37
#define TAIL_MAPPING	((void *) 0x400 + POISON_POINTER_DELTA)
34
 
38
 
35
/********** mm/slab.c **********/
39
/********** mm/slab.c **********/
36
/*
40
/*
37
 * Magic nums for obj red zoning.
41
 * Magic nums for obj red zoning.