From: Andrew Morton Date: Sun, 8 Jan 2006 09:04:36 +0000 (-0800) Subject: [PATCH] shrink struct page X-Git-Tag: v2.6.16-rc1~719 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=349aef0bc4c7f07d685c977e12d0e2d0b5d0e6db;p=pandora-kernel.git [PATCH] shrink struct page Reduce the size of the pageframe for NR_CPUS>4, CONFIG_PREEMPT back to the minimal size by unionising both ->private and ->mapping with the pagetable lock. It uses an anonymous struct and hence requires gcc-3.x. Cc: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed