Merge branch 'topic/tasklet-convert' into for-linus
[linux-block.git] / include / linux / poison.h
index df34330b4e347243dab6c3f7d1c3f7113b6dd6c7..dc8ae5d8db036edb22360544fbb1b7c7db5b1eaf 100644 (file)
 #define LIST_POISON2  ((void *) 0x122 + POISON_POINTER_DELTA)
 
 /********** include/linux/timer.h **********/
-/*
- * Magic number "tsta" to indicate a static timer initializer
- * for the object debugging code.
- */
 #define TIMER_ENTRY_STATIC     ((void *) 0x300 + POISON_POINTER_DELTA)
 
 /********** mm/page_poison.c **********/