diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-08-14 18:07:09 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-08-14 18:07:09 +0000 |
| commit | 0054a46d1da472a8c044dcb4449842b9ae7f44c2 (patch) | |
| tree | 2983e4e343ee8a26fbbb66b06607488e611eb77a | |
| parent | c96c3805809983f0026fd8a4dbdce02dc928ca5a (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/identcpu.c | 2 | ||||
| -rw-r--r-- | sys/i386/i386/identcpu.c | 2 |
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 |
