summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-26 01:46:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-26 01:46:50 +0000
commite10cf468e2a91b047c2a6e8cc003daed1f1bd551 (patch)
tree098abe12b5d5ba05ffb0062acdcadb3a7687b221 /sys/arch
parent8032b76e7588fe2527f469f0f435237ef6f5cb6e (diff)
put the goo there for ldt handling, even if we do not do it yet
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/amd64/include/sysarch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/include/sysarch.h b/sys/arch/amd64/include/sysarch.h
index 6ae6d006262..a026643116e 100644
--- a/sys/arch/amd64/include/sysarch.h
+++ b/sys/arch/amd64/include/sysarch.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sysarch.h,v 1.1 2004/01/28 01:39:39 mickey Exp $ */
+/* $OpenBSD: sysarch.h,v 1.2 2004/02/26 01:46:49 deraadt Exp $ */
/* $NetBSD: sysarch.h,v 1.1 2003/04/26 18:39:48 fvdl Exp $ */
#ifndef _AMD64_SYSARCH_H_
@@ -23,7 +23,7 @@
* XXXfvdl todo.
*/
-#if 0
+#if 1
struct x86_64_get_ldt_args {
int start;
@@ -43,7 +43,7 @@ struct x86_64_iopl_args {
int iopl;
};
-#if 0
+#if 1
struct x86_64_get_ioperm_args {
u_long *iomap;