diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-05-20 19:32:19 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-05-20 19:32:19 -0400 |
commit | a9523f45264aee8ec8d9f82091a0dfe1418fb2f8 (patch) | |
tree | 43be11fc480090c1f3698c02302ea88ca1f4ea51 /arch/mips/sgi-ip32/ip32-reset.c | |
parent | 9fe02c03b4e892acb3c33819ac4385d43b2f0bd7 (diff) | |
parent | a5e696e5d0f1377ff6beb10d2f40edb6a3d1de18 (diff) |
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
MIPS: 64-bit: Fix system lockup.
MIPS: IP28: Change to build with -mr10k-cache-barrier=store
MIPS: IP22: Fix hang in power button interrupt handler
MIPS: IP32: Fix hang on shutdown in power button interrupt handler.
Diffstat (limited to 'arch/mips/sgi-ip32/ip32-reset.c')
-rw-r--r-- | arch/mips/sgi-ip32/ip32-reset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sgi-ip32/ip32-reset.c b/arch/mips/sgi-ip32/ip32-reset.c index b6cab089561e..667da932b7b2 100644 --- a/arch/mips/sgi-ip32/ip32-reset.c +++ b/arch/mips/sgi-ip32/ip32-reset.c | |||
@@ -145,7 +145,7 @@ static irqreturn_t ip32_rtc_int(int irq, void *dev_id) | |||
145 | "%s: RTC IRQ without RTC_IRQF\n", __func__); | 145 | "%s: RTC IRQ without RTC_IRQF\n", __func__); |
146 | } | 146 | } |
147 | /* Wait until interrupt goes away */ | 147 | /* Wait until interrupt goes away */ |
148 | disable_irq(MACEISA_RTC_IRQ); | 148 | disable_irq_nosync(MACEISA_RTC_IRQ); |
149 | init_timer(&debounce_timer); | 149 | init_timer(&debounce_timer); |
150 | debounce_timer.function = debounce; | 150 | debounce_timer.function = debounce; |
151 | debounce_timer.expires = jiffies + 50; | 151 | debounce_timer.expires = jiffies + 50; |