]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/oprofile/oprofile_stats.c
Security/SELinux: seperate lsm specific mmap_min_addr
[mv-sheeva.git] / drivers / oprofile / oprofile_stats.c
index e1f6ce03705ed915d94b77f1dde0a687e07e08f8..3c2270a8300c40833bcf0900968635e2b166abc6 100644 (file)
@@ -33,6 +33,7 @@ void oprofile_reset_stats(void)
        atomic_set(&oprofile_stats.sample_lost_no_mm, 0);
        atomic_set(&oprofile_stats.sample_lost_no_mapping, 0);
        atomic_set(&oprofile_stats.event_lost_overflow, 0);
+       atomic_set(&oprofile_stats.bt_lost_no_mapping, 0);
 }