]> Git Repo - linux.git/commit
[PATCH] mm: remove PG_highmem
authorBadari Pulavarty <[email protected]>
Wed, 22 Jun 2005 00:14:52 +0000 (17:14 -0700)
committerLinus Torvalds <[email protected]>
Wed, 22 Jun 2005 01:46:17 +0000 (18:46 -0700)
commitcbe37d093707762fc0abb280781e6a82a9d8d568
tree8af4a268765346655291f1ef27df12d11825269c
parent73219d178051691a56d57184d8c7f6d0cbe3c5c1
[PATCH] mm: remove PG_highmem

Remove PG_highmem, to save a page flag.  Use is_highmem() instead.  It'll
generate a little more code, but we don't use PageHigheMem() in many places.

Signed-off-by: Badari Pulavarty <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/frv/mm/init.c
arch/i386/mm/init.c
arch/mips/mm/init.c
arch/ppc/mm/init.c
arch/sparc/mm/init.c
arch/um/kernel/mem.c
include/linux/page-flags.h
This page took 0.063748 seconds and 4 git commands to generate.