mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 09:23:00 +01:00
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:
parent
8145a39075
commit
10c84befd7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18854
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user