Re: geode-mfgpt oops 2.6.29.6-rt23

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thomas Gleixner schrieb:
On Tue, 21 Jul 2009, Jens Döring wrote:

I noticessed the following oops on 2.6.29.6 with -rt23 patch. without the
patch anything is fine.

[    0.800000] BUG: unable to handle kernel NULL pointer dereference at
00000034
[    0.800000] IP: [<c0233d54>] tick_periodic+0x59/0x6d

Does the patch below fix it ?

Thanks,

	tglx
-----
Subject: geode-fix.patch
From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Date: Thu, 23 Jul 2009 22:12:40 +0200

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
---
 arch/x86/kernel/mfgpt_32.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6-tip/arch/x86/kernel/mfgpt_32.c
===================================================================
--- linux-2.6-tip.orig/arch/x86/kernel/mfgpt_32.c
+++ linux-2.6-tip/arch/x86/kernel/mfgpt_32.c
@@ -347,7 +347,7 @@ static irqreturn_t mfgpt_tick(int irq, v
static struct irqaction mfgptirq = {
 	.handler = mfgpt_tick,
-	.flags = IRQF_DISABLED | IRQF_NOBALANCING,
+	.flags = IRQF_DISABLED | IRQF_NOBALANCING | IRQF_TIMER,
 	.name = "mfgpt-timer"
 };
Yes it does .

Thanks a lot.

Regards Jens

--

Mit freundlichen Grüßen

Dipl.-Ing.(FH) Jens Döring

SYSTEKTUM GmbH
Lise-Meitner-Straße 14


--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [RT Stable]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux