From 4d85848988d8d4e7b2dc64e6600b099171e5b803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 5 Jan 2021 15:50:23 +0100 Subject: Linux: handle hugepages Subtract hugepages from normal memory. Add a HugePageMeter. Closes: #447 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index fe70eef1..4317f74e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -126,6 +126,7 @@ myhtopheaders = \ # ----- linux_platform_headers = \ + linux/HugePageMeter.h \ linux/IOPriority.h \ linux/IOPriorityPanel.h \ linux/LibSensors.h \ @@ -145,6 +146,7 @@ linux_platform_headers = \ if HTOP_LINUX AM_LDFLAGS += -rdynamic myhtopplatsources = \ + linux/HugePageMeter.c \ linux/IOPriorityPanel.c \ linux/LibSensors.c \ linux/LinuxProcess.c \ -- cgit v1.2.3