Merge remote-tracking branch 'kspp/for-next/kspp'
[deliverable/linux.git] / include / linux / compiler.h
index bc776717ffe248f204c6c9fd86a55d414f2d8171..0e0faff63bd2d7e98c5a0eead16f2aa445d9afd3 100644 (file)
@@ -429,6 +429,10 @@ static __always_inline void __write_once_size(volatile void *p, void *res, int s
 # define __attribute_const__   /* unimplemented */
 #endif
 
+#ifndef __latent_entropy
+# define __latent_entropy
+#endif
+
 /*
  * Tell gcc if a function is cold. The compiler will assume any path
  * directly leading to the call is unlikely.
This page took 0.026905 seconds and 5 git commands to generate.