diff options
author | Christoph Lameter <clameter@sgi.com> | 2006-01-08 04:01:03 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-08 23:12:44 -0500 |
commit | 48fce3429df84a94766fbbc845fa8450d0715b48 (patch) | |
tree | 4458b95a0ef8a1896049415a0e3fc8a0e89d340a /include | |
parent | 132beacf9785d2e6e8aecb59aa078f3ca5668fa6 (diff) |
[PATCH] mempolicies: unexport get_vma_policy()
Since the numa_maps functionality is now in mempolicy.c we no longer need to
export get_vma_policy().
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mempolicy.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mempolicy.h b/include/linux/mempolicy.h index 66247eff24a0..05fddd5bee5d 100644 --- a/include/linux/mempolicy.h +++ b/include/linux/mempolicy.h | |||
@@ -144,9 +144,6 @@ void mpol_free_shared_policy(struct shared_policy *p); | |||
144 | struct mempolicy *mpol_shared_policy_lookup(struct shared_policy *sp, | 144 | struct mempolicy *mpol_shared_policy_lookup(struct shared_policy *sp, |
145 | unsigned long idx); | 145 | unsigned long idx); |
146 | 146 | ||
147 | struct mempolicy *get_vma_policy(struct task_struct *task, | ||
148 | struct vm_area_struct *vma, unsigned long addr); | ||
149 | |||
150 | extern void numa_default_policy(void); | 147 | extern void numa_default_policy(void); |
151 | extern void numa_policy_init(void); | 148 | extern void numa_policy_init(void); |
152 | extern void numa_policy_rebind(const nodemask_t *old, const nodemask_t *new); | 149 | extern void numa_policy_rebind(const nodemask_t *old, const nodemask_t *new); |