diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-02-17 17:38:38 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-02-17 17:38:38 +0000 |
commit | 574a3af15cc4802db79e1bab0f6fb86a1be67e35 (patch) | |
tree | 55bd86325bdab61acaca8a8c7129b3e8203b8f4b /sys/arch/i386/conf | |
parent | bedcf8741a00e4ceebdf990d943f1d85c88ce422 (diff) |
Bring in the AMD errata checks from amd64.
Changes to either copy of amd64errata.c must be replicated in the other.
ok deraadt@
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 0cfb5232e65..e0c62190346 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.152 2006/11/27 18:04:28 gwk Exp $ +# $OpenBSD: files.i386,v 1.153 2007/02/17 17:38:37 tom Exp $ # # new style config file for i386 architecture # @@ -24,6 +24,7 @@ file arch/i386/i386/in_cksum.s inet file arch/i386/i386/ipx_cksum.c ipx file arch/i386/i386/machdep.c file arch/i386/i386/via.c i686_cpu +file arch/i386/i386/amd64errata.c i686_cpu file arch/i386/i386/kgdb_machdep.c kgdb file arch/i386/i386/longrun.c !small_kernel & i586_cpu file arch/i386/i386/mem.c |