diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-03-01 01:24:35 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-03-01 01:24:35 +0000 |
commit | 906d3ba349568a84823ad95994f582f12eaf1517 (patch) | |
tree | cd619fac965db73d47a552f332e2fa7506cfd865 | |
parent | 22a7606543ad14c97f6d9520f9815eebe41a5b7c (diff) |
Remove SYSCALL_DEBUG arm64 has been multiuser for a while now.
ok patrick@
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index b1addc78718..41b68957379 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.14 2017/02/28 07:32:00 jsg Exp $ +# $OpenBSD: GENERIC,v 1.15 2017/03/01 01:24:34 jsg Exp $ # # GENERIC machine description file # @@ -28,8 +28,6 @@ option PCIVERBOSE option USER_PCICONF # user-space PCI configuration option USBVERBOSE -option SYSCALL_DEBUG - makeoptions KERNEL_BASE_PHYS="0x00200000" makeoptions KERNEL_BASE_VIRT="0xffffff8000200000" diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index fe5ae9f421a..4e5b34b1600 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.10 2017/02/25 17:05:43 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.11 2017/03/01 01:24:34 jsg Exp $ # # GENERIC machine description file # @@ -37,8 +37,6 @@ option MSDOSFS option INET6 option EXT2FS -option SYSCALL_DEBUG - makeoptions KERNEL_BASE_PHYS="0x00200000" makeoptions KERNEL_BASE_VIRT="0xffffff8000200000" |