aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2023-03-13 12:50:06 -0700
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-05-04 12:32:16 +0200
commit90cc34c5d240f6891abc70ec40b9ad14784d65b9 (patch)
tree934d33ba30afb2777faefb6c539269e9f089d020
parentda2cdda26e956401cef929ca510ecf2d852dda09 (diff)
vmstat-add-pcp-remote-node-draining-via-cpu_vm_stats_fold-fixtracking-qcomlt-rt-upstream
update cpu_vm_stats_fold() stub to fix build Cc: Aaron Tomlin <atomlin@atomlin.com> Cc: Christian König <christian.koenig@amd.com> Cc: Christoph Lameter <cl@linux.com> Cc: Dan Williams <dan.j.williams@intel.com> Cc: Frederic Weisbecker <frederic@kernel.org> Cc: Heiko Carstens <hca@linux.ibm.com> Cc: Huacai Chen <chenhuacai@kernel.org> Cc: Jason Gunthorpe <jgg@ziepe.ca> Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Cc: Lorenzo Stoakes <lstoakes@gmail.com> Cc: Marcelo Tosatti <mtosatti@redhat.com> Cc: Matthew Wilcox (Oracle) <willy@infradead.org> Cc: Michal Hocko <mhocko@suse.com> Cc: Peter Xu <peterx@redhat.com> Cc: "Russell King (Oracle)" <linux@armlinux.org.uk> Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com> Cc: Vlastimil Babka <vbabka@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> (cherry picked from commit 2662b56f5bf140da8b09e605f3ec03aa0dffb044) Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
-rw-r--r--include/linux/vmstat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/vmstat.h b/include/linux/vmstat.h
index a64464d50faa..5860ea74e00c 100644
--- a/include/linux/vmstat.h
+++ b/include/linux/vmstat.h
@@ -402,7 +402,7 @@ static inline void __dec_node_page_state(struct page *page,
#define set_pgdat_percpu_threshold(pgdat, callback) { }
static inline void refresh_zone_stat_thresholds(void) { }
-static inline void cpu_vm_stats_fold(int cpu) { }
+static inline void cpu_vm_stats_fold(int cpu, bool do_pagesets) { }
static inline void quiet_vmstat(void) { }
static inline void drain_zonestat(struct zone *zone,