[patch 51/54] SPARC64: Fix _PAGE_EXEC_4U check in sun4u I-TLB miss handler.

2007-06-08 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: David Miller <[EMAIL PROTECTED]> 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

[patch 51/54] SPARC64: Fix _PAGE_EXEC_4U check in sun4u I-TLB miss handler.

2007-06-08 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: David Miller [EMAIL PROTECTED] 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