summaryrefslogtreecommitdiff
path: root/net/core/dev.c
diff options
context:
space:
mode:
authorDavid Miller <davem@davemloft.net>2007-06-06 22:56:19 -0700
committerChris Wright <chrisw@sous-sol.org>2007-06-11 11:37:13 -0700
commitf30212955076413ba4e9adb7054dabdf0bb6df96 (patch)
treecebfdd1795056565b663589bf646e842dcd4a19f /net/core/dev.c
parent6e351b1d8533f9ea5dd4feae2386b325b1c3f12a (diff)
[PATCH] 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: David S. Miller <davem@davemloft.net> Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Diffstat (limited to 'net/core/dev.c')
0 files changed, 0 insertions, 0 deletions