Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d6698a2cd6ba23f5f73b0115c277dca8341af4a0
Commit:     d6698a2cd6ba23f5f73b0115c277dca8341af4a0
Parent:     8bce4e9de113e2957c74cc4ce36fbd6eff47d24d
Author:     Thiemo Seufer <[EMAIL PROTECTED]>
AuthorDate: Wed Sep 5 12:11:22 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Tue Sep 11 19:03:26 2007 +0100

    [MIPS] TLB: Fix instruction bitmasks
    
    Signed-Off-By: Thiemo Seufer <[EMAIL PROTECTED]>
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/mm/tlbex.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c
index 4ec0964..9cb3964 100644
--- a/arch/mips/mm/tlbex.c
+++ b/arch/mips/mm/tlbex.c
@@ -78,7 +78,7 @@ enum fields
        SET = 0x200
 };
 
-#define OP_MASK                0x2f
+#define OP_MASK                0x3f
 #define OP_SH          26
 #define RS_MASK                0x1f
 #define RS_SH          21
@@ -92,7 +92,7 @@ enum fields
 #define IMM_SH         0
 #define JIMM_MASK      0x3ffffff
 #define JIMM_SH                0
-#define FUNC_MASK      0x2f
+#define FUNC_MASK      0x3f
 #define FUNC_SH                0
 #define SET_MASK       0x7
 #define SET_SH         0
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to