summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/asnames.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-04-06 15:33:02 +0000
committerpeter <peter@FreeBSD.org>1998-04-06 15:33:02 +0000
commit45ae9cd4b8dc4095238734bfcfa5086c5a32a1c7 (patch)
treea20531c1861cbf29f5acd4165e8b1f0abca819a3 /sys/i386/include/asnames.h
parent45ced96af00d374f2f52ea8cdd3bad9445fbc0af (diff)
downloadFreeBSD-src-45ae9cd4b8dc4095238734bfcfa5086c5a32a1c7.zip
FreeBSD-src-45ae9cd4b8dc4095238734bfcfa5086c5a32a1c7.tar.gz
some missing symbols
Diffstat (limited to 'sys/i386/include/asnames.h')
-rw-r--r--sys/i386/include/asnames.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/sys/i386/include/asnames.h b/sys/i386/include/asnames.h
index 4e1cce5..c28a8c8 100644
--- a/sys/i386/include/asnames.h
+++ b/sys/i386/include/asnames.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: asnames.h,v 1.17 1998/03/04 09:55:13 peter Exp $
+ * $Id: asnames.h,v 1.18 1998/04/04 13:24:22 phk Exp $
*/
#ifndef _MACHINE_ASNAMES_H_
@@ -243,11 +243,14 @@
#define _get_isrlock get_isrlock
#define _get_mplock get_mplock
#define _get_syscall_lock get_syscall_lock
+#define _getmicroruntime getmicroruntime
#define _idqs idqs
#define _imen imen
#define _imen_lock imen_lock
+#define _in_vm86call in_vm86call
#define _init386 init386
#define _init_secondary init_secondary
+#define _initial_bioscalls initial_bioscalls
#define _inside_intr inside_intr
#define _intr_countp intr_countp
#define _intr_handler intr_handler
@@ -269,7 +272,6 @@
#define _main main
#define _mask8254 mask8254
#define _maskRTC maskRTC
-#define _microtime microtime
#define _mp_gdtbase mp_gdtbase
#define _mp_lock mp_lock
#define _mp_ncpus mp_ncpus
@@ -298,6 +300,7 @@
#define _private_tss private_tss
#define _probeintr probeintr
#define _probetrap probetrap
+#define _proc0 proc0
#define _proc0paddr proc0paddr
#define _prv_CMAP1 prv_CMAP1
#define _prv_CMAP2 prv_CMAP2
@@ -355,6 +358,10 @@
#define _vec vec
#define _vec8254 vec8254
#define _vecRTC vecRTC
+#define _vm86_emulate vm86_emulate
+#define _vm86_prepcall vm86_prepcall
+#define _vm86_sysarch vm86_sysarch
+#define _vm86_trap vm86_trap
#define _vm_page_zero_idle vm_page_zero_idle
#define _want_resched want_resched
#define _whichidqs whichidqs
OpenPOWER on IntegriCloud