|
@@ -111,7 +111,7 @@ enum zone_type policy_zone = 0;
|
|
/*
|
|
/*
|
|
* run-time system-wide default policy => local allocation
|
|
* run-time system-wide default policy => local allocation
|
|
*/
|
|
*/
|
|
-struct mempolicy default_policy = {
|
|
|
|
|
|
+static struct mempolicy default_policy = {
|
|
.refcnt = ATOMIC_INIT(1), /* never free it */
|
|
.refcnt = ATOMIC_INIT(1), /* never free it */
|
|
.mode = MPOL_PREFERRED,
|
|
.mode = MPOL_PREFERRED,
|
|
.flags = MPOL_F_LOCAL,
|
|
.flags = MPOL_F_LOCAL,
|