mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Carlos Corbacho <cathectic@slackadelic.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org,
	Mikko Tiihonen <mikko.tiihonen@iki.fi>,
	Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Subject: [PATCH] x86: Fix resume for nVidia and force_hpet
Date: Fri, 19 Oct 2007 19:07:43 +0100	[thread overview]
Message-ID: <200710191907.43789.cathectic@slackadelic.com> (raw)
In-Reply-To: <alpine.LFD.0.9999.0710191957420.22770@localhost.localdomain>

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


  reply	other threads:[~2007-10-19 18:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-19  3:23 nVidia HPET force enable - merge requirements? (resend) Carlos Corbacho
2007-10-19  6:50 ` Thomas Gleixner
2007-10-19 15:29   ` Carlos Corbacho
2007-10-19 16:19     ` Thomas Gleixner
2007-10-19 17:51       ` [PATCH] x86: Force enable HPET for CK804 (nForce 4) chipsets Carlos Corbacho
2007-10-19 17:58         ` Thomas Gleixner
2007-10-19 18:07           ` Carlos Corbacho [this message]
2007-10-19 18:15             ` [PATCH] x86: Fix resume for nVidia and force_hpet Thomas Gleixner
2007-10-19 18:34               ` x86: Add HPET force support for MCP55 (nForce 5) chipsets Carlos Corbacho

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200710191907.43789.cathectic@slackadelic.com \
    --to=cathectic@slackadelic.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mikko.tiihonen@iki.fi \
    --cc=tglx@linutronix.de \
    --cc=venkatesh.pallipadi@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome