aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorggvl <100671084+ggvl@users.noreply.github.com>2022-12-06 06:48:28 +0000
committerGitHub <noreply@github.com>2022-12-06 06:48:28 +0000
commitb765ef8f5ddb6bd199e5dc1f9c0d65030144a594 (patch)
tree58c41da347aafe1f0b9dc7ed153d4933009b0f63
parenta8356002d4d89d0af35cd1d8343bd27298b7217f (diff)
downloadmcelog-b765ef8f5ddb6bd199e5dc1f9c0d65030144a594.tar.gz
Update PFA_test_howto
update install page-types tool section
-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/