commit | 47f78a49206b7f9b0d283ba46a2a5a6ee1796472 | [log] [tgz] |
---|---|---|
author | R Sharada <sharada@in.ibm.com> | Wed Feb 22 21:43:08 2006 +0530 |
committer | Paul Mackerras <paulus@samba.org> | Fri Feb 24 11:36:29 2006 +1100 |
tree | c58b73bf34271888016873699001f54e4b205dbc | |
parent | 611ae59c62e688792cd1e6a68b9dc0f68d0e0dff [diff] |
[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 <sharada@in.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>