diff options
| author | Thierry Reding <treding@nvidia.com> | 2016-06-29 10:11:32 -0400 |
|---|---|---|
| committer | Thierry Reding <treding@nvidia.com> | 2016-06-30 07:54:17 -0400 |
| commit | 8582f6d158c8824042432f581d49ef478d5cb238 (patch) | |
| tree | edde1902af89fadfef7cec9494b1d19ea9a5ddd5 | |
| parent | 8df127456f29c719eb2b458018298b1980f1218e (diff) | |
soc/tegra: Stub out PCIe IRQ workaround on 64-bit ARM
The PCIe host controller found on Tegra20 has a hardware bug that causes
PCIe interrupts to get lost when LP2 is enabled. Stub out the workaround
on 64-bit ARM because none of the more recent Tegra SoC generations seem
to have this bug anymore.
Signed-off-by: Thierry Reding <treding@nvidia.com>
| -rw-r--r-- | include/soc/tegra/cpuidle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/tegra/cpuidle.h b/include/soc/tegra/cpuidle.h index ea04f4225638..1fae9c7800d1 100644 --- a/include/soc/tegra/cpuidle.h +++ b/include/soc/tegra/cpuidle.h | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | #ifndef __SOC_TEGRA_CPUIDLE_H__ | 14 | #ifndef __SOC_TEGRA_CPUIDLE_H__ |
| 15 | #define __SOC_TEGRA_CPUIDLE_H__ | 15 | #define __SOC_TEGRA_CPUIDLE_H__ |
| 16 | 16 | ||
| 17 | #ifdef CONFIG_CPU_IDLE | 17 | #if defined(CONFIG_ARM) && defined(CONFIG_CPU_IDLE) |
| 18 | void tegra_cpuidle_pcie_irqs_in_use(void); | 18 | void tegra_cpuidle_pcie_irqs_in_use(void); |
| 19 | #else | 19 | #else |
| 20 | static inline void tegra_cpuidle_pcie_irqs_in_use(void) | 20 | static inline void tegra_cpuidle_pcie_irqs_in_use(void) |
