Subversion Repositories Kolibri OS

Rev

Rev 6936 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6936 Rev 7143
Line 28... Line 28...
28
 * for the object debugging code.
28
 * for the object debugging code.
29
 */
29
 */
30
#define TIMER_ENTRY_STATIC	((void *) 0x300 + POISON_POINTER_DELTA)
30
#define TIMER_ENTRY_STATIC	((void *) 0x300 + POISON_POINTER_DELTA)
Line 31... Line 31...
31
 
31
 
-
 
32
/********** mm/debug-pagealloc.c **********/
-
 
33
#ifdef CONFIG_PAGE_POISONING_ZERO
-
 
34
#define PAGE_POISON 0x00
32
/********** mm/debug-pagealloc.c **********/
35
#else
-
 
36
#define PAGE_POISON 0xaa
Line 33... Line 37...
33
#define PAGE_POISON 0xaa
37
#endif
Line 34... Line 38...
34
 
38