diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-08 18:55:23 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-08 18:55:23 -0400 |
commit | 7bbedd521310547ca73cc77adcf61fb85723adc3 (patch) | |
tree | f759d90c46bfbc48a9f396c9c6f839da11cdc6aa /mm/mempolicy.c | |
parent | f44702f49056c203341badaa2cb8a706160d9119 (diff) | |
parent | a04ce0ffcaf561994ecf382cd3caad75556dc499 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Diffstat (limited to 'mm/mempolicy.c')
-rw-r--r-- | mm/mempolicy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/mempolicy.c b/mm/mempolicy.c index 13492d66b7c8..afa06e184d88 100644 --- a/mm/mempolicy.c +++ b/mm/mempolicy.c | |||
@@ -88,7 +88,7 @@ static kmem_cache_t *sn_cache; | |||
88 | policied. */ | 88 | policied. */ |
89 | static int policy_zone; | 89 | static int policy_zone; |
90 | 90 | ||
91 | static struct mempolicy default_policy = { | 91 | struct mempolicy default_policy = { |
92 | .refcnt = ATOMIC_INIT(1), /* never free it */ | 92 | .refcnt = ATOMIC_INIT(1), /* never free it */ |
93 | .policy = MPOL_DEFAULT, | 93 | .policy = MPOL_DEFAULT, |
94 | }; | 94 | }; |