From: R Sharada Date: Wed, 22 Feb 2006 16:13:08 +0000 (+0530) Subject: [PATCH] powerpc64: fix spinlock recursion in native_hpte_clear X-Git-Tag: v2.6.16-rc5~55^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47f78a49206b7f9b0d283ba46a2a5a6ee1796472;p=pandora-kernel.git [PATCH] powerpc64: fix spinlock recursion in native_hpte_clear native_hpte_clear has a spinlock recursion problem with the native_tlbie_lock being called twice, once in native_hpte_clear() and once within tlbie(). Fix the problem by changing the call to tlbie() in native_hpte_clear() to __tlbie(). It still supports only 4k pages for now. Signed-off-by: R Sharada Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed