Added missing include of "opt_cpu.h". I missed it because PERFMON

features are used without testing for i586 features that they depend
on.  Configuring option PERFMON without configuring a suitable cpu
still doesn't fail right.
This commit is contained in:
bde 1996-10-10 10:18:48 +00:00
parent 203e0f2e7b
commit 40b52cd1e5

View File

@ -26,9 +26,11 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: perfmon.c,v 1.6 1996/06/12 05:02:51 gpalmer Exp $
* $Id: perfmon.c,v 1.7 1996/08/02 21:15:48 bde Exp $
*/
#include "opt_cpu.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/fcntl.h>