o Reverse the inclusion chain from MD->MI to MI->MD by removing the
inclusion of <sys/pmc.h> and depending on being included from that header file. o Include any MD specific header files that otherwise need to be included from MI files. Ok'd: jkoshy@
This commit is contained in:
parent
efeeb3c55e
commit
d51b8db969
@ -31,7 +31,7 @@
|
||||
#ifndef _MACHINE_PMC_MDEP_H
|
||||
#define _MACHINE_PMC_MDEP_H 1
|
||||
|
||||
#include <sys/pmc.h>
|
||||
#include <machine/specialreg.h>
|
||||
|
||||
/* AMD K7 PMCs */
|
||||
|
||||
|
@ -31,7 +31,8 @@
|
||||
#ifndef _MACHINE_PMC_MDEP_H
|
||||
#define _MACHINE_PMC_MDEP_H 1
|
||||
|
||||
#include <sys/pmc.h>
|
||||
#include <machine/cpufunc.h>
|
||||
#include <machine/specialreg.h>
|
||||
|
||||
/* AMD K7 PMCs */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user