ARM: S3C64XX: Ensure VIC based IRQs can be resumed from
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / arm / mach-s3c64xx / include / mach / pm-core.h
index 1e9f20f..4ed0f58 100644 (file)
@@ -53,7 +53,7 @@ static inline void s3c_pm_arch_show_resume_irqs(void)
  * the IRQ wake controls depending on the CPU we are running on */
 
 #define s3c_irqwake_eintallow  ((1 << 28) - 1)
-#define s3c_irqwake_intallow   (0)
+#define s3c_irqwake_intallow   (~0)
 
 static inline void s3c_pm_arch_update_uart(void __iomem *regs,
                                           struct pm_uart_save *save)