diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-03-13 21:49:59 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-03-13 21:49:59 -0800 |
| commit | 51fb5c51c254d76860019dce937fc981b2e64cd2 (patch) | |
| tree | ca145a99d4d6385e9eac2da82d2f2ad071ae011e /include/linux | |
| parent | a0729eb408f161c647545e677982190e95947988 (diff) | |
[PATCH] s390: update for altered page_state structure
From: Olaf Hering <olh@suse.de>
This patch is needed on s390.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/page-flags.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |
