X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fpoison.h;h=d93c300a3449ba81bf38f9aec6c95eb5942cb9ab;hb=7f8f48af0861c38c28d4abd550102643e0ea9e6a;hp=95f518b176840109023da0a9aa51c5b4b38bb557;hpb=5b6b54982258c330247957a8d877b9851ac69d53;p=powerpc.git diff --git a/include/linux/poison.h b/include/linux/poison.h index 95f518b176..d93c300a34 100644 --- a/include/linux/poison.h +++ b/include/linux/poison.h @@ -15,8 +15,8 @@ * Magic nums for obj red zoning. * Placed in the first word before and the first word after an obj. */ -#define RED_INACTIVE 0x5A2CF071UL /* when obj is inactive */ -#define RED_ACTIVE 0x170FC2A5UL /* when obj is active */ +#define RED_INACTIVE 0x09F911029D74E35BULL /* when obj is inactive */ +#define RED_ACTIVE 0xD84156C5635688C0ULL /* when obj is active */ #define SLUB_RED_INACTIVE 0xbb #define SLUB_RED_ACTIVE 0xcc