summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChristoph Lameter2006-01-08 10:01:03 +0100
committerLinus Torvalds2006-01-09 05:12:44 +0100
commit48fce3429df84a94766fbbc845fa8450d0715b48 (patch)
tree4458b95a0ef8a1896049415a0e3fc8a0e89d340a /include
parent[PATCH] Drop page table lock before calling migrate_page_add() (diff)
downloadkernel-qcow2-linux-48fce3429df84a94766fbbc845fa8450d0715b48.tar.gz
kernel-qcow2-linux-48fce3429df84a94766fbbc845fa8450d0715b48.tar.xz
kernel-qcow2-linux-48fce3429df84a94766fbbc845fa8450d0715b48.zip
[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.h3
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);
struct mempolicy *mpol_shared_policy_lookup(struct shared_policy *sp,
unsigned long idx);
-struct mempolicy *get_vma_policy(struct task_struct *task,
- struct vm_area_struct *vma, unsigned long addr);
-
extern void numa_default_policy(void);
extern void numa_policy_init(void);
extern void numa_policy_rebind(const nodemask_t *old, const nodemask_t *new);