Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370633
b: refs/heads/master
c: 8521420
h: refs/heads/master
i:
  370631: c4af182
v: v3
  • Loading branch information
Jonathan Kliegman authored and Kukjin Kim committed Apr 4, 2013
1 parent 04afd7c commit ce97c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 672b6829e7290cb4e51987fdcb1078f4eee6546c
refs/heads/master: 8521420375d0e6824a76fda24677f428c1d3f598
7 changes: 1 addition & 6 deletions trunk/arch/arm/mach-exynos/include/mach/pm-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,8 @@ static inline void s3c_pm_debug_init_uart(void)

static inline void s3c_pm_arch_prepare_irqs(void)
{
unsigned int tmp;
tmp = __raw_readl(S5P_WAKEUP_MASK);
tmp &= ~(1 << 31);
__raw_writel(tmp, S5P_WAKEUP_MASK);

__raw_writel(s3c_irqwake_intmask, S5P_WAKEUP_MASK);
__raw_writel(s3c_irqwake_eintmask, S5P_EINT_WAKEUP_MASK);
__raw_writel(s3c_irqwake_intmask & ~(1 << 31), S5P_WAKEUP_MASK);
}

static inline void s3c_pm_arch_stop_clocks(void)
Expand Down

0 comments on commit ce97c02

Please sign in to comment.