Fix breakage introduced in rev 1.7.

MFC after:	3 days
This commit is contained in:
Joseph Koshy 2005-07-14 15:09:14 +00:00
parent 46fbc82b2b
commit f15067e8b2

View File

@ -294,9 +294,9 @@ p6_find_event(enum pmc_event ev)
struct p6_cpu {
struct pmc_cpu pc_common;
uint32_t pc_state;
struct pmc_hw *pc_hwpmcs[P6_NPMCS];
struct pmc_hw pc_p6pmcs[P6_NPMCS];
uint32_t pc_state;
};
/*