All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] __ppc_set_ppr_med.3: Add AVAILABILITY
@ 2016-12-27 20:06 Wainer dos Santos Moschetta
       [not found] ` <20161227200654.23405-1-wainersm-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Wainer dos Santos Moschetta @ 2016-12-27 20:06 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

The _ARCH_PWR8 macro must be defined to get the
 __ppc_set_ppr_very_low() and __ppc_set_ppr_med_high()
functions definition.

Signed-off-by: Wainer dos Santos Moschetta <wainersm-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
---
 man3/__ppc_set_ppr_med.3 | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/man3/__ppc_set_ppr_med.3 b/man3/__ppc_set_ppr_med.3
index a98107b..312aa39 100644
--- a/man3/__ppc_set_ppr_med.3
+++ b/man3/__ppc_set_ppr_med.3
@@ -115,6 +115,18 @@ T}	Thread safety	MT-Safe
 .ad
 .SH CONFORMING TO
 These functions are nonstandard GNU extensions.
+.SH AVAILABILITY
+The functions
+.BR __ppc_set_ppr_very_low ()
+and
+.BR __ppc_set_ppr_med_high ()
+will be defined by
+.I <sys/platform/ppc.h>
+if
+.B _ARCH_PWR8
+is defined.
+Availability of these functions can be tested using
+.BR "#ifdef _ARCH_PWR8" .
 .SH SEE ALSO
 .BR __ppc_yield (3)
 
-- 
2.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] __ppc_set_ppr_med.3: srcfix: update copyright date
       [not found] ` <20161227200654.23405-1-wainersm-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
@ 2016-12-27 20:06   ` Wainer dos Santos Moschetta
       [not found]     ` <20161227200654.23405-2-wainersm-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
  2016-12-28 10:45   ` [PATCH 1/2] __ppc_set_ppr_med.3: Add AVAILABILITY Michael Kerrisk (man-pages)
  1 sibling, 1 reply; 4+ messages in thread
From: Wainer dos Santos Moschetta @ 2016-12-27 20:06 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Wainer dos Santos Moschetta <wainersm-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
---
 man3/__ppc_set_ppr_med.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/__ppc_set_ppr_med.3 b/man3/__ppc_set_ppr_med.3
index 312aa39..ab9e7fc 100644
--- a/man3/__ppc_set_ppr_med.3
+++ b/man3/__ppc_set_ppr_med.3
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2015, IBM Corporation.
+.\" Copyright (c) 2015, 2016 IBM Corporation.
 .\"
 .\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
-- 
2.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] __ppc_set_ppr_med.3: Add AVAILABILITY
       [not found] ` <20161227200654.23405-1-wainersm-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
  2016-12-27 20:06   ` [PATCH 2/2] __ppc_set_ppr_med.3: srcfix: update copyright date Wainer dos Santos Moschetta
@ 2016-12-28 10:45   ` Michael Kerrisk (man-pages)
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-12-28 10:45 UTC (permalink / raw)
  To: Wainer dos Santos Moschetta
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 12/27/2016 09:06 PM, Wainer dos Santos Moschetta wrote:
> The _ARCH_PWR8 macro must be defined to get the
>  __ppc_set_ppr_very_low() and __ppc_set_ppr_med_high()
> functions definition.

Hello Wainer,

Thanks for the patch. Applied!

Cheers,

Michael


> Signed-off-by: Wainer dos Santos Moschetta <wainersm-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
> ---
>  man3/__ppc_set_ppr_med.3 | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/man3/__ppc_set_ppr_med.3 b/man3/__ppc_set_ppr_med.3
> index a98107b..312aa39 100644
> --- a/man3/__ppc_set_ppr_med.3
> +++ b/man3/__ppc_set_ppr_med.3
> @@ -115,6 +115,18 @@ T}	Thread safety	MT-Safe
>  .ad
>  .SH CONFORMING TO
>  These functions are nonstandard GNU extensions.
> +.SH AVAILABILITY
> +The functions
> +.BR __ppc_set_ppr_very_low ()
> +and
> +.BR __ppc_set_ppr_med_high ()
> +will be defined by
> +.I <sys/platform/ppc.h>
> +if
> +.B _ARCH_PWR8
> +is defined.
> +Availability of these functions can be tested using
> +.BR "#ifdef _ARCH_PWR8" .
>  .SH SEE ALSO
>  .BR __ppc_yield (3)
>  
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] __ppc_set_ppr_med.3: srcfix: update copyright date
       [not found]     ` <20161227200654.23405-2-wainersm-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
@ 2016-12-28 10:45       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-12-28 10:45 UTC (permalink / raw)
  To: Wainer dos Santos Moschetta
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 12/27/2016 09:06 PM, Wainer dos Santos Moschetta wrote:
> Signed-off-by: Wainer dos Santos Moschetta <wainersm-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
> ---
>  man3/__ppc_set_ppr_med.3 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man3/__ppc_set_ppr_med.3 b/man3/__ppc_set_ppr_med.3
> index 312aa39..ab9e7fc 100644
> --- a/man3/__ppc_set_ppr_med.3
> +++ b/man3/__ppc_set_ppr_med.3
> @@ -1,4 +1,4 @@
> -.\" Copyright (c) 2015, IBM Corporation.
> +.\" Copyright (c) 2015, 2016 IBM Corporation.
>  .\"
>  .\" %%%LICENSE_START(VERBATIM)
>  .\" Permission is granted to make and distribute verbatim copies of this

Thanks. In this case, the change could have also been merged with the
previous patch, and that's what I've done.

Cheers,

Michael



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-28 10:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-27 20:06 [PATCH 1/2] __ppc_set_ppr_med.3: Add AVAILABILITY Wainer dos Santos Moschetta
     [not found] ` <20161227200654.23405-1-wainersm-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2016-12-27 20:06   ` [PATCH 2/2] __ppc_set_ppr_med.3: srcfix: update copyright date Wainer dos Santos Moschetta
     [not found]     ` <20161227200654.23405-2-wainersm-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2016-12-28 10:45       ` Michael Kerrisk (man-pages)
2016-12-28 10:45   ` [PATCH 1/2] __ppc_set_ppr_med.3: Add AVAILABILITY Michael Kerrisk (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.