|
@@ -35,7 +35,7 @@
|
|
*/
|
|
*/
|
|
#define TASKSTATS_CPUMASK_MAXLEN (100+6*NR_CPUS)
|
|
#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;
|
|
static int family_registered;
|
|
struct kmem_cache *taskstats_cache;
|
|
struct kmem_cache *taskstats_cache;
|
|
|
|
|