diff --git a/[refs] b/[refs] index d9a4df6116f6..d69a4fe6eb66 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cfd8d6c0ed89ba387609419e3d8d4c6b92a5d446 +refs/heads/master: 7463e633c5f94792dcff1afefb0d2961318a9d09 diff --git a/trunk/init/main.c b/trunk/init/main.c index b09a828f38b5..a1ab78ceb4b6 100644 --- a/trunk/init/main.c +++ b/trunk/init/main.c @@ -174,7 +174,7 @@ static int __init maxcpus(char *str) early_param("maxcpus", maxcpus); #else -const unsigned int setup_max_cpus = NR_CPUS; +static const unsigned int setup_max_cpus = NR_CPUS; #endif /*