aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndi Kleen <github@halobates.de>2022-12-07 14:59:27 +0100
committerGitHub <noreply@github.com>2022-12-07 14:59:27 +0100
commitd6286bc23b524b66ae629de286f7f6e6cfa3aa19 (patch)
tree58c41da347aafe1f0b9dc7ed153d4933009b0f63
parenta8356002d4d89d0af35cd1d8343bd27298b7217f (diff)
parentb765ef8f5ddb6bd199e5dc1f9c0d65030144a594 (diff)
downloadmcelog-d6286bc23b524b66ae629de286f7f6e6cfa3aa19.tar.gz
Merge pull request #112 from ggvl/patch-1
Update PFA_test_howto
-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/