Skip to content
Commit 67929299 authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC64]: Fix _PAGE_EXEC_4U check in sun4u I-TLB miss handler.



It was using an immediate _PAGE_EXEC_4U value in an 'and'
instruction to perform the test.  This doesn't work because
the immediate field is signed 13-bit, this the mask being
tested against the PTE was 0x1000 sign-extended to 32-bits
instead of just plain 0x1000.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b00ccd0f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment