#ifndef __NR_perf_event_open # define __NR_perf_event_open 298 #endif #ifndef __NR_futex # define __NR_futex 202 #endif #ifndef __NR_gettid # define __NR_gettid 186 #endif #ifndef __NR_getcpu # define __NR_getcpu 309 #endif feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary R Hook <gary.hook@amd.com>2016-09-28 11:53:56 -0500
committerHerbert Xu <herbert@gondor.apana.org.au>2016-10-02 22:33:45 +0800
commit81422badb39078fde1ffcecda3caac555226fc7b (patch)
treefa0be17bd054e8f24a576d7fac8ce19bc0273e43
parent9ddb9dc6be095ebe393f7eb582df09cc4847c5e9 (diff)
crypto: ccp - Make syslog errors human-readable
Add human-readable strings to log messages about CCP errors Signed-off-by: Gary R Hook <gary.hook@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>