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:
marcel 2005-04-20 20:22:33 +00:00
parent efeeb3c55e
commit d51b8db969
2 changed files with 3 additions and 2 deletions

View File

@ -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 */

View File

@ -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 */