readahead: Update comments
[linux-2.6-microblaze.git] / mm / migrate.c
index 4f30ed3..3d60823 100644 (file)
@@ -53,7 +53,6 @@
 
 #include <asm/tlbflush.h>
 
-#define CREATE_TRACE_POINTS
 #include <trace/events/migrate.h>
 
 #include "internal.h"
@@ -249,6 +248,9 @@ static bool remove_migration_pte(struct folio *folio,
                if (vma->vm_flags & VM_LOCKED)
                        mlock_page_drain(smp_processor_id());
 
+               trace_remove_migration_pte(pvmw.address, pte_val(pte),
+                                          compound_order(new));
+
                /* No need to invalidate - it was non-present before */
                update_mmu_cache(vma, pvmw.address, pvmw.pte);
        }