hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/m68k/include/asm/timex.h
....@@ -35,7 +35,7 @@
3535 {
3636 if (mach_random_get_entropy)
3737 return mach_random_get_entropy();
38
- return 0;
38
+ return random_get_entropy_fallback();
3939 }
4040 #define random_get_entropy random_get_entropy
4141