public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "H. Peter Anvin" <hpa@kernel.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: Harald Welte <HaraldWelte@viatech.com>,
	Jaswinder Singh Rajput <jaswinder@kernel.org>,
	linux-kernel@vger.kernel.org, tglx@linutronix.de
Subject: Re: [PATCH] X86: cpu_debug support for VIA / Centaur CPU's
Date: Tue, 09 Jun 2009 21:23:22 -0700	[thread overview]
Message-ID: <4A2F353A.9040007@kernel.org> (raw)
In-Reply-To: <20090609151557.GA9362@elte.hu>

Ingo Molnar wrote:
> 
> MSRs should really be enumerated along CPU features. They will be 
> accessed if a CPU offers that CPU feature.
> 

Nice in theory, but so many MSRs have to be enumerated with obscure test
combinations, that it really isn't practical in the general case.  That
is why we have the safe MSR variants.

> 
> Yeah, the safe read should never fault - there should be all zeroes 
> or an error return.
> 

Error return, MSRs #GP if not present.  All zero means a present MSR
(which is zero.)

	-hpa


  reply	other threads:[~2009-06-10  4:24 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-09  8:29 [PATCH] X86: cpu_debug support for VIA / Centaur CPU's Harald Welte
2009-06-09  8:53 ` Jaswinder Singh Rajput
2009-06-09 14:53   ` Harald Welte
2009-06-09 15:15     ` Ingo Molnar
2009-06-10  4:23       ` H. Peter Anvin [this message]
2009-06-10 11:02         ` Ingo Molnar
2009-06-10 11:11           ` Michael S. Zick
2009-06-10 11:13             ` Ingo Molnar
2009-06-10 11:55               ` Michael S. Zick
2009-06-10 22:30             ` H. Peter Anvin
2009-06-09 15:18     ` Jaswinder Singh Rajput

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=4A2F353A.9040007@kernel.org \
    --to=hpa@kernel.org \
    --cc=HaraldWelte@viatech.com \
    --cc=jaswinder@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=tglx@linutronix.de \
    /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