From a2feee0d24de7443846943c64d942050d4596bc8 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 23 Jul 2010 16:14:54 +0000 Subject: [PATCH] AMD amd64 errara are not on the i386 install media, since there is often not room. we do place them on the amd64 install media though, since many of them matter more for 64 bit mode. --- sys/arch/i386/conf/files.i386 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 5f94869a49b..c63cc7e4896 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.197 2010/07/05 22:52:03 deraadt Exp $ +# $OpenBSD: files.i386,v 1.198 2010/07/23 16:14:54 deraadt Exp $ # # new style config file for i386 architecture # @@ -25,7 +25,7 @@ file arch/i386/i386/gdt.c file arch/i386/i386/in_cksum.s inet file arch/i386/i386/machdep.c file arch/i386/i386/via.c -file arch/i386/i386/amd64errata.c +file arch/i386/i386/amd64errata.c !small_kernel file arch/i386/i386/kgdb_machdep.c kgdb file arch/i386/i386/longrun.c !small_kernel file arch/i386/i386/mem.c -- 2.20.1