From 4e551392332139eb053d51857a69c1d83e2ede2c Mon Sep 17 00:00:00 2001 From: jsg Date: Fri, 14 May 2021 08:10:39 +0000 Subject: [PATCH] remove comment describing GENERIC --- sys/arch/arm64/conf/RAMDISK | 20 +------------------- sys/arch/riscv64/conf/RAMDISK | 20 +------------------- 2 files changed, 2 insertions(+), 38 deletions(-) diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index a0c7a206b36..d9d80a0c7f9 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,22 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.148 2021/05/11 13:25:26 patrick Exp $ -# -# GENERIC machine description file -# -# This machine description file is used to generate the default OpenBSD -# kernel. The generic kernel does not include all options, subsystems -# and device drivers, but should be useful for most applications. -# -# The machine description file can be customised for your specific -# machine to reduce the kernel size and improve its performance. -# -# For further information on compiling OpenBSD kernels, see the config(8) -# man page. -# -# For further information on hardware support for this architecture, see -# the intro(4) man page. For further information about kernel options -# for this architecture, see the options(4) man page. For an explanation -# of each device driver in this file see the section 4 man page for the -# device. +# $OpenBSD: RAMDISK,v 1.149 2021/05/14 08:10:39 jsg Exp $ machine arm64 maxusers 4 diff --git a/sys/arch/riscv64/conf/RAMDISK b/sys/arch/riscv64/conf/RAMDISK index a94078da67d..4cfff5fc23e 100644 --- a/sys/arch/riscv64/conf/RAMDISK +++ b/sys/arch/riscv64/conf/RAMDISK @@ -1,22 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.11 2021/05/14 06:55:19 jsg Exp $ -# -# GENERIC machine description file -# -# This machine description file is used to generate the default OpenBSD -# kernel. The generic kernel does not include all options, subsystems -# and device drivers, but should be useful for most applications. -# -# The machine description file can be customised for your specific -# machine to reduce the kernel size and improve its performance. -# -# For further information on compiling OpenBSD kernels, see the config(8) -# man page. -# -# For further information on hardware support for this architecture, see -# the intro(4) man page. For further information about kernel options -# for this architecture, see the options(4) man page. For an explanation -# of each device driver in this file see the section 4 man page for the -# device. +# $OpenBSD: RAMDISK,v 1.12 2021/05/14 08:10:39 jsg Exp $ machine riscv64 maxusers 4 -- 2.20.1