diff options
Diffstat (limited to 'arch/arm/mach-omap1')
-rw-r--r-- | arch/arm/mach-omap1/Kconfig | 2 | ||||
-rw-r--r-- | arch/arm/mach-omap1/time.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap1/Kconfig b/arch/arm/mach-omap1/Kconfig index ab1b17d35bd3..856c681ebbbc 100644 --- a/arch/arm/mach-omap1/Kconfig +++ b/arch/arm/mach-omap1/Kconfig | |||
@@ -87,7 +87,7 @@ config MACH_OMAP_PALMTE | |||
87 | Support for the Palm Tungsten E PDA. Currently only the LCD panel | 87 | Support for the Palm Tungsten E PDA. Currently only the LCD panel |
88 | is supported. To boot the kernel, you'll need a PalmOS compatible | 88 | is supported. To boot the kernel, you'll need a PalmOS compatible |
89 | bootloader; check out http://palmtelinux.sourceforge.net for more | 89 | bootloader; check out http://palmtelinux.sourceforge.net for more |
90 | informations. | 90 | information. |
91 | Say Y here if you have such a PDA, say NO otherwise. | 91 | Say Y here if you have such a PDA, say NO otherwise. |
92 | 92 | ||
93 | config MACH_NOKIA770 | 93 | config MACH_NOKIA770 |
diff --git a/arch/arm/mach-omap1/time.c b/arch/arm/mach-omap1/time.c index 85e048b259f5..3705d20c4e5c 100644 --- a/arch/arm/mach-omap1/time.c +++ b/arch/arm/mach-omap1/time.c | |||
@@ -179,7 +179,7 @@ static irqreturn_t omap_mpu_timer1_interrupt(int irq, void *dev_id) | |||
179 | 179 | ||
180 | static struct irqaction omap_mpu_timer1_irq = { | 180 | static struct irqaction omap_mpu_timer1_irq = { |
181 | .name = "mpu_timer1", | 181 | .name = "mpu_timer1", |
182 | .flags = IRQF_DISABLED | IRQF_TIMER, | 182 | .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL, |
183 | .handler = omap_mpu_timer1_interrupt, | 183 | .handler = omap_mpu_timer1_interrupt, |
184 | }; | 184 | }; |
185 | 185 | ||