This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients loewis, mark.dickinson, pitrou, wiget
Date 2009-10-13.17:17:10
SpamBayes Score 0.014380592
Marked as misclassified No
Message-id <1255454231.71.0.0140698567484.issue6603@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, the Linux source splits things up into 32-bit and 64-bit, and uses 
"A" for 32-bit and "a" and "d" for 64-bit;  their 64-bit code (after 
unwinding the macros) is essentially identical to the code in the patch.
See

http://lxr.linux.no/linux+v2.6.31/arch/x86/include/asm/msr.h
History
Date User Action Args
2009-10-13 17:17:11mark.dickinsonsetrecipients: + mark.dickinson, loewis, pitrou, wiget
2009-10-13 17:17:11mark.dickinsonsetmessageid: <1255454231.71.0.0140698567484.issue6603@psf.upfronthosting.co.za>
2009-10-13 17:17:10mark.dickinsonlinkissue6603 messages
2009-10-13 17:17:10mark.dickinsoncreate