aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nios2/include/asm/timex.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nios2/include/asm/timex.h')
-rw-r--r--arch/nios2/include/asm/timex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/nios2/include/asm/timex.h b/arch/nios2/include/asm/timex.h
index a769f871b28d..40a1adc9bd03 100644
--- a/arch/nios2/include/asm/timex.h
+++ b/arch/nios2/include/asm/timex.h
@@ -8,5 +8,8 @@
typedef unsigned long cycles_t;
extern cycles_t get_cycles(void);
+#define get_cycles get_cycles
+
+#define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback())
#endif