Re: [PATCH] powerpc/mm: Fix hash computation function
From: Michael Ellerman <hidden>
Date: 2013-02-04 03:29:25
From: Michael Ellerman <hidden>
Date: 2013-02-04 03:29:25
On Wed, 2013-01-30 at 11:10 +0530, Aneesh Kumar K.V wrote:
From: "Aneesh Kumar K.V" <redacted> The ASM version of hash computation function was truncating the upper bit. Make the ASM version similar to hpt_hash function. Remove masking vsid bits. Without this patch, we observed hang during bootup due to not satisfying page fault request correctly.
Which commit(s) introduced the bug? cheers