From: Uwe Kleine-König Date: Wed, 27 Feb 2008 12:44:59 +0000 (+0100) Subject: [ARM] Fix freeing of page tables for ARM in free_pgd_slow X-Git-Tag: v2.6.25-rc4~112^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c82d83cb09a1c9fd4d24d32064ce827709c104b;p=pandora-kernel.git [ARM] Fix freeing of page tables for ARM in free_pgd_slow Since 2f569af (CONFIG_HIGHPTE vs. sub-page page tables.) pte_free() calls pte_lock_deinit() and dec_zone_page_state(). So free_pgd_slow must not call the latter two when calling the first. Signed-off-by: Uwe Kleine-König Cc: Martin Schwidefsky Cc: Andrew Morton Cc: Linus Torvalds Signed-off-by: Russell King --- Reading git-diff-tree failed