X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Flinux%2Fpoison.h;h=aff1c9250c8216e4f14a99a6844c00988d7dbe8b;hb=bb74624daa138837d04c2a9931723115b9b6d645;hp=dc8ae5d8db036edb22360544fbb1b7c7db5b1eaf;hpb=a14d39d7ac45eebe45ed0772d1ed837f15b15af4;p=bcachefs-tools-debian diff --git a/include/linux/poison.h b/include/linux/poison.h index dc8ae5d..aff1c92 100644 --- a/include/linux/poison.h +++ b/include/linux/poison.h @@ -27,11 +27,7 @@ #define TIMER_ENTRY_STATIC ((void *) 0x300 + POISON_POINTER_DELTA) /********** mm/page_poison.c **********/ -#ifdef CONFIG_PAGE_POISONING_ZERO -#define PAGE_POISON 0x00 -#else #define PAGE_POISON 0xaa -#endif /********** mm/page_alloc.c ************/