diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-07-23 16:14:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-07-23 16:14:55 +0000 |
commit | 61c3f02a953c211a68c1ced2a76ab79d3829692d (patch) | |
tree | 14836f02de67178e47db0e247b661010c6e11627 /sys/arch/i386 | |
parent | 2ff32549c2b377be11b63e043517faeb42057340 (diff) |
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.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 4 |
1 files 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 |