diff options
| author | Andrew Morton <akpm@zip.com.au> | 2002-04-29 23:53:32 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-04-29 23:53:32 -0700 |
| commit | 8dcf47bd871737b9694a2943d5068563e4c3a49f (patch) | |
| tree | 37eddf68b42e334488f81fa216738e00614e2e3f /include/linux | |
| parent | 7d513234c45c6428985e77a5fd6d1382b8fa205b (diff) | |
[PATCH] remove PG_skip
Remove PG_skip. Nothing is using it (the change was acked by rmk a
while back)
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/page-flags.h | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h index aeba6b4f74ac..e9b129654851 100644 --- a/include/linux/page-flags.h +++ b/include/linux/page-flags.h @@ -30,9 +30,6 @@ * inactive_dirty and inactive_clean lists are protected by the * pagemap_lru_lock, and *NOT* by the usual PG_locked_dontuse bit! * - * PG_skip is used on sparc/sparc64 architectures to "skip" certain parts of - * the address space. - * * PG_error is set to indicate that an I/O error occurred on this page. * * PG_arch_1 is an architecture specific page state bit. The generic code @@ -60,14 +57,13 @@ #define PG_active 6 #define PG_slab 7 /* slab debug (Suparna wants this) */ -#define PG_skip 8 /* kill me now: obsolete */ -#define PG_highmem 9 -#define PG_checked 10 /* kill me in 2.5.<early>. */ -#define PG_arch_1 11 +#define PG_highmem 8 +#define PG_checked 9 /* kill me in 2.5.<early>. */ +#define PG_arch_1 10 +#define PG_reserved 11 -#define PG_reserved 12 -#define PG_launder 13 /* written out by VM pressure.. */ -#define PG_private 14 /* Has something at ->private */ +#define PG_launder 12 /* written out by VM pressure.. */ +#define PG_private 13 /* Has something at ->private */ /* * Global page accounting. One instance per CPU. |
