summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/conf/GENERIC3
-rw-r--r--sys/arch/hppa/conf/files.hppa9
-rw-r--r--sys/arch/hppa/hppa/locore.S13
-rw-r--r--sys/arch/hppa64/conf/GENERIC3
-rw-r--r--sys/arch/hppa64/conf/files.hppa649
-rw-r--r--sys/arch/hppa64/hppa64/locore.S9
6 files changed, 6 insertions, 40 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC
index 6d9b251b2e0..12bfac84c76 100644
--- a/sys/arch/hppa/conf/GENERIC
+++ b/sys/arch/hppa/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.136 2010/08/02 14:13:23 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.137 2010/08/18 21:01:14 jasper Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -29,7 +29,6 @@ option FPEMUL
option USELEDS # blink 'em
option USER_PCICONF # user-space PCI configuration
-#option COMPAT_LINUX
#option PROCFS # /proc
config bsd swap generic
diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa
index a294d03e55b..ecba3c53d75 100644
--- a/sys/arch/hppa/conf/files.hppa
+++ b/sys/arch/hppa/conf/files.hppa
@@ -1,4 +1,4 @@
-# $OpenBSD: files.hppa,v 1.85 2010/06/30 20:38:49 tedu Exp $
+# $OpenBSD: files.hppa,v 1.86 2010/08/18 21:01:14 jasper Exp $
#
# hppa-specific configuration info
@@ -288,13 +288,6 @@ file arch/hppa/gsc/gsckbc.c gsckbc
include "dev/pckbc/files.pckbc"
#
-# Compatibility
-#
-include "compat/linux/files.linux"
-include "compat/ossaudio/files.ossaudio"
-file arch/hppa/hppa/linux_machdep.c compat_linux
-
-#
# Non-device files
#
diff --git a/sys/arch/hppa/hppa/locore.S b/sys/arch/hppa/hppa/locore.S
index 796fe5555ff..6693fb0e061 100644
--- a/sys/arch/hppa/hppa/locore.S
+++ b/sys/arch/hppa/hppa/locore.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.S,v 1.178 2010/08/01 14:20:41 kettenis Exp $ */
+/* $OpenBSD: locore.S,v 1.179 2010/08/18 21:01:14 jasper Exp $ */
/*
* Copyright (c) 1998-2004 Michael Shalayeff
@@ -3059,15 +3059,4 @@ sigcode_call
ALTENTRY(esigcode)
EXIT(sigcode)
-
-#ifdef COMPAT_LINUX
-ENTRY(linux_sigcode,0)
-
- /* TODO linux signal trampoline */
- bv 0(rp)
- nop
-ALTENTRY(linux_esigcode)
-EXIT(linux_sigcode)
-#endif /* COMPAT_LINUX */
-
.end
diff --git a/sys/arch/hppa64/conf/GENERIC b/sys/arch/hppa64/conf/GENERIC
index f5036423322..3eb938931a7 100644
--- a/sys/arch/hppa64/conf/GENERIC
+++ b/sys/arch/hppa64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.20 2010/08/02 14:13:23 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.21 2010/08/18 21:01:14 jasper Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -16,7 +16,6 @@ maxusers 80 # estimated number of users
option DEBUG
option USER_PCICONF # user-space PCI configuration
-#option COMPAT_LINUX
#option PROCFS # /proc
config bsd swap generic
diff --git a/sys/arch/hppa64/conf/files.hppa64 b/sys/arch/hppa64/conf/files.hppa64
index 7760eadab37..10b29bce0f1 100644
--- a/sys/arch/hppa64/conf/files.hppa64
+++ b/sys/arch/hppa64/conf/files.hppa64
@@ -1,4 +1,4 @@
-# $OpenBSD: files.hppa64,v 1.11 2010/07/01 03:44:35 jsing Exp $
+# $OpenBSD: files.hppa64,v 1.12 2010/08/18 21:01:14 jasper Exp $
#
# hppa64-specific configuration info
@@ -107,13 +107,6 @@ major {rd = 3}
include "dev/pckbc/files.pckbc"
#
-# Compatibility
-#
-#include "compat/linux/files.linux"
-#include "compat/ossaudio/files.ossaudio"
-#file arch/hppa64/hppa64/linux_machdep.c compat_linux
-
-#
# Non-device files
#
diff --git a/sys/arch/hppa64/hppa64/locore.S b/sys/arch/hppa64/hppa64/locore.S
index 1be0fa6eaeb..316720017db 100644
--- a/sys/arch/hppa64/hppa64/locore.S
+++ b/sys/arch/hppa64/hppa64/locore.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.S,v 1.9 2008/07/28 19:08:46 miod Exp $ */
+/* $OpenBSD: locore.S,v 1.10 2010/08/18 21:01:14 jasper Exp $ */
/*
* Copyright (c) 2005 Michael Shalayeff
@@ -363,13 +363,6 @@ gateway_page
nop
.align 256
-#ifdef COMPAT_LINUX
- gate,n $linux_syscall, %r0 /* TODO linux syscall fix */
- nop
-
-$linux_syscall
- nop
-#endif
$bsd_syscall
mfctl %eiem, %r1