From 51fb5c51c254d76860019dce937fc981b2e64cd2 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Sat, 13 Mar 2004 21:49:59 -0800 Subject: [PATCH] s390: update for altered page_state structure From: Olaf Hering This patch is needed on s390. --- include/linux/page-flags.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/linux') diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h index f58c9e68d3d8..b8b743c3a951 100644 --- a/include/linux/page-flags.h +++ b/include/linux/page-flags.h @@ -80,6 +80,9 @@ /* * Global page accounting. One instance per CPU. Only unsigned longs are * allowed. + * + * NOTE: if this structure is changed then mm/page_alloc.c and + * arch/s390/appldata/appldata_mem.c must be updated accordingly */ struct page_state { unsigned long nr_dirty; /* Dirty writeable pages */ -- cgit v1.2.3