summaryrefslogtreecommitdiff
path: root/lib/intel_os.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/intel_os.c')
-rw-r--r--lib/intel_os.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/intel_os.c b/lib/intel_os.c
index 6f0621c7..7d9a703a 100644
--- a/lib/intel_os.c
+++ b/lib/intel_os.c
@@ -185,6 +185,19 @@ intel_get_total_swap_mb(void)
return retval / (1024*1024);
}
+void
+intel_purge_vm_caches(void)
+{
+ int fd;
+
+ fd = open("/proc/sys/vm/drop_caches", O_RDWR);
+ if (fd < 0)
+ return;
+
+ write(fd, "3\n", 2);
+ close(fd);
+}
+
/*
* When testing a port to a new platform, create a standalone test binary