- 2.6.17 port work build breaks, but the patch set is relativly stable
[linux-flexiantxendom0-3.2.10.git] / arch / x86_64 / mm / pageattr-xen.c
index 721c47b..079f471 100644 (file)
@@ -130,12 +130,6 @@ void mm_pin_all(void)
                                  context.unpinned));
 }
 
-void _arch_dup_mmap(struct mm_struct *mm)
-{
-    if (!mm->context.pinned)
-        mm_pin(mm);
-}
-
 void _arch_exit_mmap(struct mm_struct *mm)
 {
     struct task_struct *tsk = current;