From: Nick Piggin Date: Fri, 6 Jan 2006 08:11:20 +0000 (-0800) Subject: [PATCH] mm: page_state opt X-Git-Tag: v2.6.16-rc1~936^2~238 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a74609fafa2e5cc31d558012abaaa55ec9ad9da4;p=pandora-kernel.git [PATCH] mm: page_state opt Optimise page_state manipulations by introducing interrupt unsafe accessors to page_state fields. Callers must provide their own locking (either disable interrupts or not update from interrupt context). Switch over the hot callsites that can easily be moved under interrupts off sections. Signed-off-by: Nick Piggin Cc: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed