KSAPI: Update PMU IRQ IDs

This commit updates the IRQ IDs for pmu.

Change-Id: I3541ccc93d012183edbd3f033a49a1568e1b1606
Signed-off-by: Sheetal Sahasrabudhe <sheetals@codeaurora.org>
(cherry picked from commit e626178b610d776a508de2f388428c945ef93e13)
This commit is contained in:
Sheetal Sahasrabudhe
2010-11-12 10:21:49 -05:00
committed by Stephen Boyd
parent 151a62c035
commit aaffdee6a2
4 changed files with 4 additions and 20 deletions

View File

@@ -956,12 +956,7 @@ void pm_initialize(void)
return;
initialized = 1;
#ifdef CONFIG_ARCH_QSD8X50
irqid = INT_ARM11_PM;
#endif
#ifdef CONFIG_ARCH_MSM7X30
irqid = INT_ARM11_PM;
#endif
irqid = INT_ARMQC_PERFMON;
RCP15_PMCR(reg);
imp = (reg>>24) & 0xFF;
id = (reg>>16) & 0xFF;