[PATCH] x86: Fix resume for nVidia and force_hpet

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Thomas Gleixner <tglx@...>
Cc: <linux-kernel@...>, Mikko Tiihonen <mikko.tiihonen@...>, Venkatesh Pallipadi <venkatesh.pallipadi@...>
Date: Friday, October 19, 2007 - 2:07 pm

From: Carlos Corbacho <cathectic@gmail.com>

Actually set force_hpet_resume_type.
---
Whoops, just noticed I forgot to re-add this to the patch before submitting it.

 arch/x86/kernel/quirks.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86/kernel/quirks.c b/arch/x86/kernel/quirks.c
index cb21bcb..df01a1e 100644
--- a/arch/x86/kernel/quirks.c
+++ b/arch/x86/kernel/quirks.c
@@ -344,6 +344,7 @@ static void nvidia_force_enable_hpet(struct pci_dev *dev)
 	printk(KERN_DEBUG "Force enabled HPET at base address 0x%lx\n",
 		force_hpet_address);
 	cached_dev = dev;
+	force_hpet_resume_type = NVIDIA_FORCE_HPET_RESUME;
 	return;
 }
 
-- 
1.5.2.2

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
nVidia HPET force enable - merge requirements? (resend), Carlos Corbacho, (Thu Oct 18, 11:23 pm)
Re: nVidia HPET force enable - merge requirements? (resend), Thomas Gleixner, (Fri Oct 19, 2:50 am)
Re: nVidia HPET force enable - merge requirements? (resend), Carlos Corbacho, (Fri Oct 19, 11:29 am)
Re: nVidia HPET force enable - merge requirements? (resend), Thomas Gleixner, (Fri Oct 19, 12:19 pm)
[PATCH] x86: Force enable HPET for CK804 (nForce 4) chipsets, Carlos Corbacho, (Fri Oct 19, 1:51 pm)
[PATCH] x86: Fix resume for nVidia and force_hpet, Carlos Corbacho, (Fri Oct 19, 2:07 pm)
Re: [PATCH] x86: Fix resume for nVidia and force_hpet, Thomas Gleixner, (Fri Oct 19, 2:15 pm)
x86: Add HPET force support for MCP55 (nForce 5) chipsets, Carlos Corbacho, (Fri Oct 19, 2:34 pm)