linux/arch/x86/platform
Feng Tang 6f207e9bb4 x86: mrst: Set vRTC's IRQ to level trigger type
When setting up the mpc_intsrc structure for vRTC's IRQ,
we need to set its irqflag to level trigger, otherwise
it will be taken as edge triggered and the vRTC IRQ will
fire only once, as there is never a EOI issued from the
IA core for it.

The original code worked in previous kernel. This is  because it
was configured to level trigger type by luck. It fell
into the default PCI trigger category which is level triggered.

Signed-off-by: Feng Tang <feng.tang@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
LKML-Reference: <20101111155019.12924.569.stgit@localhost.localdomain>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2010-11-11 17:43:18 +01:00
..
efi x86: Move efi to platform 2010-10-27 14:30:01 +02:00
mrst x86: mrst: Set vRTC's IRQ to level trigger type 2010-11-11 17:43:18 +01:00
olpc x86: Move olpc to platform 2010-10-27 17:22:16 +02:00
scx200 x86: Move scx200 to platform 2010-10-27 14:30:01 +02:00
sfi
uv x86: Move uv to platform 2010-10-27 14:30:02 +02:00
visws x86: Move visws to platform 2010-10-27 14:30:01 +02:00
Makefile x86: Move olpc to platform 2010-10-27 17:22:16 +02:00