mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
powerpc/pmc: Don't access lppaca on Book3E
It doesn't exist ! Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
0f3372741f
commit
ad08587e5d
@ -29,7 +29,7 @@ int reserve_pmc_hardware(perf_irq_t new_perf_irq);
|
||||
void release_pmc_hardware(void);
|
||||
void ppc_enable_pmcs(void);
|
||||
|
||||
#ifdef CONFIG_PPC64
|
||||
#ifdef CONFIG_PPC_BOOK3S_64
|
||||
#include <asm/lppaca.h>
|
||||
|
||||
static inline void ppc_set_pmu_inuse(int inuse)
|
||||
|
Loading…
Reference in New Issue
Block a user