chiark / gitweb /
This patch replaces the existing OsLayer::VirtualToPhysical stub with
[stressapptest] / src / os.h
index b043b61b7de28d4fa461e40d96c6b61b6153d248..3f3d3e97aca86414377e26ff0a13356070b27707 100644 (file)
--- a/src/os.h
+++ b/src/os.h
@@ -27,6 +27,7 @@
 #include "adler32memcpy.h"  // NOLINT
 #include "sattypes.h"       // NOLINT
 
+const char kPagemapPath[] = "/proc/self/pagemap";
 const char kSysfsPath[] = "/sys/bus/pci/devices";
 
 struct PCIDevice {