summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/alpha/machdep.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c
index d582b14..dd35742 100644
--- a/sys/alpha/alpha/machdep.c
+++ b/sys/alpha/alpha/machdep.c
@@ -2109,3 +2109,12 @@ alpha_fpstate_switch(struct proc *p)
p->p_md.md_flags |= MDP_FPUSED;
}
+
+/*
+ * dummy version of read_random() until the random driver is ported.
+ */
+int
+read_random()
+{
+ return (0);
+}
OpenPOWER on IntegriCloud