X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Flinux%2Fcompiler-gcc.h;h=432f5c97e18f4f75fd68b1c1101cf828fb3d4fa0;hb=e8df3e24f140b6233fd4aa7c4b4f392c4b7a1995;hp=573c5a18908fd53970fefea291805c500fd1d7f9;hpb=4c4a8a5d34b7a7a78b0e501c88573262692db7b3;p=deliverable%2Flinux.git diff --git a/include/linux/compiler-gcc.h b/include/linux/compiler-gcc.h index 573c5a18908f..432f5c97e18f 100644 --- a/include/linux/compiler-gcc.h +++ b/include/linux/compiler-gcc.h @@ -188,6 +188,13 @@ #endif /* GCC_VERSION >= 40300 */ #if GCC_VERSION >= 40500 + +#ifndef __CHECKER__ +#ifdef LATENT_ENTROPY_PLUGIN +#define __latent_entropy __attribute__((latent_entropy)) +#endif +#endif + /* * Mark a position in code as unreachable. This can be used to * suppress control flow warnings after asm blocks that transfer