login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
March
»
21
Re: [PATCH] [5/7] Readd rdmsrl_safe
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Thomas Gleixner <tglx@...>
To: Andi Kleen <andi@...>
Cc: <andreas.herrmann3@...>, <mingo@...>, <linux-kernel@...>
Subject:
Re: [PATCH] [5/7] Readd rdmsrl_safe
Date: Friday, March 21, 2008 - 1:58 pm
On Fri, 21 Mar 2008, Andi Kleen wrote:
quoted text
> On Fri, Mar 21, 2008 at 06:06:13PM +0100, Thomas Gleixner wrote: > > On Wed, 12 Mar 2008, Andi Kleen wrote: > > > RDMSR for 64bit values with exception handling. > > > > > > Makes it easier to deal with 64bit valued MSRs. The old 64bit code > > > base had that too as checking_rdmsrl(), but it got dropped somehow. > > > > Yup, no users. > > > > > +#define rdmsrl_safe(msr,p) \ > > > + ({ int __err; *(p) = native_read_msr_safe(msr, &__err); __err; }) > > > + > > > > static inline please > > Well all of paravirt.h uses macros. I did the same for consistency.
consistency ?
quoted text
> If you want inlines it would be better to just convert it all in one > go (but please only after this patch was applied)
Of course. We don't want to burden work on your shoulders. Thanks tglx --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH] [1/7] Implement true end_pfn_mapped for 32bit
, Andi Kleen
, (Tue Mar 11, 10:53 pm)
[PATCH] [7/7] CPA: Add statistics about state of direct mapp...
, Andi Kleen
, (Tue Mar 11, 10:53 pm)
Re: [PATCH] [7/7] CPA: Add statistics about state of direct ...
, Thomas Gleixner
, (Fri Mar 21, 1:41 pm)
Re: [PATCH] [7/7] CPA: Add statistics about state of direct ...
, Andi Kleen
, (Fri Mar 21, 1:55 pm)
[PATCH] CPA: Add statistics about state of direct mapping v3
, Andi Kleen
, (Sat Mar 22, 5:50 am)
Re: [PATCH] CPA: Add statistics about state of direct mappin...
, Thomas Gleixner
, (Tue Mar 25, 11:40 am)
Re: [PATCH] CPA: Add statistics about state of direct mappin...
, Andi Kleen
, (Tue Mar 25, 12:14 pm)
Re: [PATCH] CPA: Add statistics about state of direct mappin...
, Thomas Gleixner
, (Tue Mar 25, 12:16 pm)
Re: [PATCH] CPA: Add statistics about state of direct mappin...
, Andi Kleen
, (Tue Mar 25, 1:01 pm)
[PATCH] [6/7] Split large page mapping for AMD TSEG
, Andi Kleen
, (Tue Mar 11, 10:53 pm)
Re: [PATCH] [6/7] Split large page mapping for AMD TSEG
, Thomas Gleixner
, (Tue Mar 25, 12:44 pm)
Re: [PATCH] [6/7] Split large page mapping for AMD TSEG
, Andi Kleen
, (Tue Mar 25, 12:54 pm)
Re: [PATCH] [6/7] Split large page mapping for AMD TSEG
, Thomas Gleixner
, (Fri Mar 21, 1:55 pm)
Re: [PATCH] [6/7] Split large page mapping for AMD TSEG
, Joerg Roedel
, (Tue Mar 25, 7:56 am)
[PATCH] [5/7] Readd rdmsrl_safe
, Andi Kleen
, (Tue Mar 11, 10:53 pm)
Re: [PATCH] [5/7] Readd rdmsrl_safe
, Thomas Gleixner
, (Fri Mar 21, 1:06 pm)
[PATCH] Readd rdmsrl_safe v2
, Andi Kleen
, (Sat Mar 22, 5:59 am)
Re: [PATCH] [5/7] Readd rdmsrl_safe
, Andi Kleen
, (Fri Mar 21, 1:16 pm)
Re: [PATCH] [5/7] Readd rdmsrl_safe
, Thomas Gleixner
, (Fri Mar 21, 1:58 pm)
Re: [PATCH] [5/7] Readd rdmsrl_safe
, Andi Kleen
, (Fri Mar 21, 2:06 pm)
Re: [PATCH] [5/7] Readd rdmsrl_safe
, Thomas Gleixner
, (Fri Mar 21, 2:14 pm)
Re: [PATCH] [5/7] Readd rdmsrl_safe
, Andi Kleen
, (Fri Mar 21, 2:46 pm)
Re: [PATCH] [5/7] Readd rdmsrl_safe II
, Andi Kleen
, (Fri Mar 21, 2:48 pm)
[PATCH] [4/7] Don't use large pages to map the first 2/4MB o...
, Andi Kleen
, (Tue Mar 11, 10:53 pm)
Re: [PATCH] [4/7] Don't use large pages to map the first 2/4...
, Thomas Gleixner
, (Fri Mar 21, 1:45 pm)
Re: [PATCH] [4/7] Don't use large pages to map the first 2/4...
, Andi Kleen
, (Fri Mar 21, 1:59 pm)
Re: [PATCH] [4/7] Don't use large pages to map the first 2/4...
, Thomas Gleixner
, (Fri Mar 21, 2:03 pm)
Re: [PATCH] [4/7] Don't use large pages to map the first 2/4...
, Andi Kleen
, (Fri Mar 21, 2:44 pm)
Re: [PATCH] [4/7] Don't use large pages to map the first 2/4...
, Eric Dumazet
, (Wed Mar 12, 1:38 am)
Re: [PATCH] [4/7] Don't use large pages to map the first 2/4...
, Andi Kleen
, (Wed Mar 12, 5:19 am)
Re: [PATCH] [4/7] Don't use large pages to map the first 2/4...
, Joerg Roedel
, (Tue Mar 25, 7:31 am)
Re: [PATCH] [4/7] Don't use large pages to map the first 2/4...
, Andi Kleen
, (Tue Mar 25, 7:39 am)
[PATCH] [3/7] Add set_memory_4k to pageattr.c
, Andi Kleen
, (Tue Mar 11, 10:53 pm)
[PATCH] [2/7] Account overlapped mappings in end_pfn_map
, Andi Kleen
, (Tue Mar 11, 10:53 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Ingo Molnar
[patch 02/13] syslets: add syslet.h include file, user API/ABI definitions
Heiko Carstens
Re: 2.6.25-rc6-git6: Reported regressions from 2.6.24
Greg Kroah-Hartman
[PATCH 010/196] Chinese: add translation of Codingstyle
Rafael J. Wysocki
[Bug #10629] 2.6.26-rc1-$sha1: RIP __d_lookup+0x8c/0x160
git
:
linux-netdev
:
Gerrit Renker
[PATCH 0/37] dccp: Feature negotiation - last call for comments
Linus Torvalds
Re: [GIT]: Networking
Mark Lord
Re: [BUG] New Kernel Bugs
Jarek Poplawski
[PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
1 user
and
759 guests
online.
Online users
strcmp
Syndicate