This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] PowerPC: Program Priority Register support
- From: "Ryan S. Arnold" <ryan dot arnold at gmail dot com>
- To: Adhemerval Zanella <azanella at linux dot vnet dot ibm dot com>
- Cc: libc-alpha <libc-alpha at sourceware dot org>, ryan Arnold <ryanarn at us dot ibm dot com>
- Date: Thu, 23 May 2013 14:41:38 -0500
- Subject: Re: [PATCH] PowerPC: Program Priority Register support
- References: <519E223F dot 3060306 at linux dot vnet dot ibm dot com> <Pine dot LNX dot 4 dot 64 dot 1305231704220 dot 544 at digraph dot polyomino dot org dot uk> <519E6BF1 dot 8060006 at linux dot vnet dot ibm dot com>
On Thu, May 23, 2013 at 2:20 PM, Adhemerval Zanella
<azanella@linux.vnet.ibm.com> wrote:
> On 23-05-2013 14:05, Joseph S. Myers wrote:
>> On Thu, 23 May 2013, Adhemerval Zanella wrote:
>>
>>> +The three unprivileged states available are covered by the functions
>>> +__ppc_set_ppr_med (medium - default), __ppc_set_ppc_low (low) and
>>> +__ppc_set_ppc_med_low (medium low). More information
>> Function names should be in @code{}, and the "-" in "medium - default"
>> should probably be a TeX en dash ("--").
>>
> Thanks, I'll fix it. Ryan, do you have any more comments or questions?
>
I have no further comments. I'm fine with the patch following the manual fixes.
Ryan