X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fpoison.h;h=eae9c383e7cca003b79b6bf4fa26a7ebcfa5357e;hb=4a6561b37ea65b4a98bd8fe16c57f231b1502302;hp=79159de0e34185327f872752032412eda5445a97;hpb=e34eb39c1c791fe79da6aae0d9057f0c74c2f0ed;p=pandora-kernel.git diff --git a/include/linux/poison.h b/include/linux/poison.h index 79159de0e341..eae9c383e7cc 100644 --- a/include/linux/poison.h +++ b/include/linux/poison.h @@ -19,8 +19,8 @@ * under normal circumstances, used to verify that nobody uses * non-initialized list entries. */ -#define LIST_POISON1 ((void *) 0x00100100 + POISON_POINTER_DELTA) -#define LIST_POISON2 ((void *) 0x00200200 + POISON_POINTER_DELTA) +#define LIST_POISON1 ((void *) 0x100 + POISON_POINTER_DELTA) +#define LIST_POISON2 ((void *) 0x200 + POISON_POINTER_DELTA) /********** include/linux/timer.h **********/ /*