summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1995-04-13 04:55:35 +0000
committerwpaul <wpaul@FreeBSD.org>1995-04-13 04:55:35 +0000
commit8eae6154a2fd9ad5d3a0ce3952f9986cf4bf9aa2 (patch)
tree39e2b6a86a64ae89e5a2594e744537de0010139d /release/Makefile
parent02e9c53b9767e7c6778d1df7b1edf222683ac9bb (diff)
downloadFreeBSD-src-8eae6154a2fd9ad5d3a0ce3952f9986cf4bf9aa2.zip
FreeBSD-src-8eae6154a2fd9ad5d3a0ce3952f9986cf4bf9aa2.tar.gz
This a subtle reminder to people that not everybody compiles their
kernels with 'options I586_CPU.' The declaration for pentium_mhz is hidden inside an #ifdef I586_CPU, but machdep.c refers to it whether I586_CPU is defined or not. This temporary hack puts the offending code inside an #ifdef I586_CPU as well so that a kernel without it will successfully compile. I must emphasize the word 'temporary:' somebody needs to seriously beat on the identifycpu() function with an #ifdef stick so that I386_CPU, I486_CPU and I586_CPU will do the right things.
Diffstat (limited to 'release/Makefile')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud