taskstats: remove initialization of static per-cpu variable
Cc: Shailabh Nagar <nagar@watson.ibm.com> Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com> Cc: Balbir Singh <balbir@in.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
9b0975a20a
commit
b81f3ea92b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
*/
|
||||
#define TASKSTATS_CPUMASK_MAXLEN (100+6*NR_CPUS)
|
||||
|
||||
static DEFINE_PER_CPU(__u32, taskstats_seqnum) = { 0 };
|
||||
static DEFINE_PER_CPU(__u32, taskstats_seqnum);
|
||||
static int family_registered;
|
||||
struct kmem_cache *taskstats_cache;
|
||||
|
||||
|
|
Loading…
Reference in a new issue