.TH CPUPOWER\-INFO "1" "22/02/2011" "" "cpupower Manual" .SH NAME cpupower\-info \- Shows processor power related kernel or hardware configurations .SH SYNOPSIS .ft B .B cpupower info [ \-b ] .SH DESCRIPTION \fBcpupower info \fP shows kernel configurations or processor hardware registers affecting processor power saving policies. Some options are platform wide, some affect single cores. By default values of core zero are displayed only. cpupower --cpu all cpuinfo will show the settings of all cores, see cpupower(1) how to choose specific cores. .SH "SEE ALSO" Options are described in detail in: cpupower(1), cpupower-set(1) cgit.cgi/'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2017-02-06 16:15:05 +0000
committerDavid S. Miller <davem@davemloft.net>2017-02-07 11:42:35 -0500
commitbb4005bae3dab0dd21b239b1da193053151c07ba (patch)
tree03285e307886342badfe6713e215911aa8cd7f05
parent89d82452d1fd283bb1e313bc7a1f7c324362cf02 (diff)
ipv6: sr: fix non static symbol warnings
Fixes the following sparse warnings: net/ipv6/seg6_iptunnel.c:58:5: warning: symbol 'nla_put_srh' was not declared. Should it be static? net/ipv6/seg6_iptunnel.c:238:5: warning: symbol 'seg6_input' was not declared. Should it be static? net/ipv6/seg6_iptunnel.c:254:5: warning: symbol 'seg6_output' was not declared. Should it be static? Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--net/ipv6/seg6_iptunnel.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ipv6/seg6_iptunnel.c b/net/ipv6/seg6_iptunnel.c