aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-08-14 18:07:09 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-08-14 18:07:09 +0000
commit0054a46d1da472a8c044dcb4449842b9ae7f44c2 (patch)
tree2983e4e343ee8a26fbbb66b06607488e611eb77a
parentc96c3805809983f0026fd8a4dbdce02dc928ca5a (diff)
Notes
-rw-r--r--sys/amd64/amd64/identcpu.c2
-rw-r--r--sys/i386/i386/identcpu.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c
index c987bd19ccec..90a57d345ac5 100644
--- a/sys/amd64/amd64/identcpu.c
+++ b/sys/amd64/amd64/identcpu.c
@@ -115,7 +115,7 @@ static struct cpu_nameclass i386_cpus[] = {
};
#if defined(I586_CPU) && !defined(NO_F00F_HACK)
-int has_f00f_bug = 0;
+int has_f00f_bug = 0; /* Initialized so that it can be patched. */
#endif
void
diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c
index c987bd19ccec..90a57d345ac5 100644
--- a/sys/i386/i386/identcpu.c
+++ b/sys/i386/i386/identcpu.c
@@ -115,7 +115,7 @@ static struct cpu_nameclass i386_cpus[] = {
};
#if defined(I586_CPU) && !defined(NO_F00F_HACK)
-int has_f00f_bug = 0;
+int has_f00f_bug = 0; /* Initialized so that it can be patched. */
#endif
void