HWPOISON: comment the possible set_page_dirty() race
[safe/jmp/linux-2.6] / mm / mprotect.c
index d80311b..8bc969d 100644 (file)
@@ -23,7 +23,7 @@
 #include <linux/swapops.h>
 #include <linux/mmu_notifier.h>
 #include <linux/migrate.h>
-#include <linux/perf_counter.h>
+#include <linux/perf_event.h>
 #include <asm/uaccess.h>
 #include <asm/pgtable.h>
 #include <asm/cacheflush.h>
@@ -300,7 +300,7 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
                error = mprotect_fixup(vma, &prev, nstart, tmp, newflags);
                if (error)
                        goto out;
-               perf_counter_mmap(vma);
+               perf_event_mmap(vma);
                nstart = tmp;
 
                if (nstart < prev->vm_end)