summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/vector.s
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1995-11-04 16:00:56 +0000
committermarkm <markm@FreeBSD.org>1995-11-04 16:00:56 +0000
commit92ae7d4bbb0743a3701dec67e5ebfd4c26ebf109 (patch)
tree7cf0beb1198a67de5189367981d33a313873db31 /sys/i386/isa/vector.s
parent79aa178bc752dec686d53b2248da682ac404551c (diff)
downloadFreeBSD-src-92ae7d4bbb0743a3701dec67e5ebfd4c26ebf109.zip
FreeBSD-src-92ae7d4bbb0743a3701dec67e5ebfd4c26ebf109.tar.gz
Remove the #ifdev DEVRANDOM's, as promised.
/dev/random is now a part of the kernel! you will need to make the device in /dev: sh MAKEDEV random and take a look at some test code in src/tools/test/random.
Diffstat (limited to 'sys/i386/isa/vector.s')
-rw-r--r--sys/i386/isa/vector.s6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/i386/isa/vector.s b/sys/i386/isa/vector.s
index c630bee..388c0e2 100644
--- a/sys/i386/isa/vector.s
+++ b/sys/i386/isa/vector.s
@@ -1,6 +1,6 @@
/*
* from: vector.s, 386BSD 0.1 unknown origin
- * $Id: vector.s,v 1.12 1995/04/15 21:32:18 bde Exp $
+ * $Id: vector.s,v 1.13 1995/10/28 16:58:05 markm Exp $
*/
#include <i386/isa/icu.h>
@@ -53,15 +53,11 @@
#define MAYBE_PUSHL_ES
#endif
-#ifdef DEVRANDOM
#define ADDENTROPY(irq_num) \
/* Add this interrupt to the pool of entropy */ \
pushl $irq_num ; \
call _add_interrupt_randomness ; \
addl $4,%esp
-#else
-#define ADDENTROPY(irq_num)
-#endif
/*
* Macros for interrupt interrupt entry, call to handler, and exit.
OpenPOWER on IntegriCloud