summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 c987bd1..90a57d3 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 c987bd1..90a57d3 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
OpenPOWER on IntegriCloud