aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2023-01-12 12:55:43 -0800
committerAndi Kleen <ak@linux.intel.com>2023-01-12 12:55:43 -0800
commita3552acad43ac1f47d3acba1c79462bdece4ea17 (patch)
treef763a8a70a521d2094f053f5d50b0372b2f3d2a1
parentf1b6c7c0c28bff705e1667ee3ffaac907df84489 (diff)
parentd6286bc23b524b66ae629de286f7f6e6cfa3aa19 (diff)
downloadmcelog-a3552acad43ac1f47d3acba1c79462bdece4ea17.tar.gz
Merge branch 'master' of ssh://github.com/andikleen/mcelogv191
-rw-r--r--tests/pfa/PFA_test_howto6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/pfa/PFA_test_howto b/tests/pfa/PFA_test_howto
index d07347c..d24e781 100644
--- a/tests/pfa/PFA_test_howto
+++ b/tests/pfa/PFA_test_howto
@@ -36,9 +36,9 @@ memory page are found. It mostly focuses on memory errors.
- Install page-types tool, which is accompanied with Linux kernel source
(2.6.32 or newer).
- # cd $KERNEL_SRC/Documentation/vm/
- # gcc -o page-types page-types.c
- # cp page-types /usr/bin/
+ # cd $KERNEL_SRC/tools/vm/
+ # make
+ # cp page-types /usr/sbin/