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: Adhemerval Zanella <azanella at linux dot vnet dot ibm dot com>
- To: Thomas Schwinge <thomas at codesourcery dot com>
- Cc: "GNU C. Library" <libc-alpha at sourceware dot org>
- Date: Sun, 26 May 2013 13:55:40 -0300
- Subject: Re: [PATCH] PowerPC: Program Priority Register support
- References: <519E223F dot 3060306 at linux dot vnet dot ibm dot com> <20130523192812 dot 33E3C2C09F at topped-with-meat dot com> <519FB1C0 dot 9050303 at linux dot vnet dot ibm dot com> <87wqqlhgch dot fsf at kepler dot schwinge dot homeip dot net>
On 26-05-2013 13:10, Thomas Schwinge wrote:
> Hi!
>
> On Fri, 24 May 2013 15:30:24 -0300, Adhemerval Zanella <azanella@linux.vnet.ibm.com> wrote:
>> Thanks for the review, I correct it and pushed as d116b7c414c8239b677e341ac517745db689ac2d
> That commit made @deftypefun begin/end marker unbalanced:
>
> LANGUAGE=C LC_ALL=C makeinfo -P [...]/manual/ --output=[...]/manual/libc.info libc.texinfo
> [...]/manual//platform.texi:56: No matching `@end deftypefun'.
> makeinfo: Removing output file `[...]/manual/libc.info' due to errors; use --force to preserve.
> make[2]: *** [[...]/manual/libc.info] Error 1
>
> Pushed as obvious as commit 2b66ef5d55325b2957d6c62908ca065228e56814:
>
> * manual/platform.texi: Add missing @end deftypefun.
>
> diff --git manual/platform.texi manual/platform.texi
> index f1a40d6..99f4675 100644
> --- manual/platform.texi
> +++ manual/platform.texi
> @@ -57,6 +57,7 @@ Provide a hint that performance will probably be improved if shared resources
> dedicated to the executing processor are released until all outstanding storage
> accesses to cacheable storage for which the data is not in the cache have been
> completed.
> +@end deftypefun
>
> @deftypefun {void} __ppc_set_ppr_med (void)
> Set the Program Priority Register to medium value (default).
>
>
> GrÃÃe,
> Thomas
Thanks you for looking on this.