From 6c765c32c3252b509c1f39a0a4d3aae86b1c3b63 Mon Sep 17 00:00:00 2001 From: Maxime Bizon Date: Tue, 20 Dec 2005 06:32:19 +0100 Subject: [PATCH] --- yaml --- r: 17777 b: refs/heads/master c: 15265251c5c68fbabdf561cf704e3e305349715a h: refs/heads/master i: 17775: a31cfe8483b48775351ac75b9c858209e3f168e2 v: v3 --- [refs] | 2 +- trunk/include/asm-mips/interrupt.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 64d12cf10249..b79eebb2e87a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d4ea001dd0912a14967266581601494d94a4c565 +refs/heads/master: 15265251c5c68fbabdf561cf704e3e305349715a diff --git a/trunk/include/asm-mips/interrupt.h b/trunk/include/asm-mips/interrupt.h index a5735761f5e5..abdf54ee64cf 100644 --- a/trunk/include/asm-mips/interrupt.h +++ b/trunk/include/asm-mips/interrupt.h @@ -93,6 +93,7 @@ __asm__ ( " .set noat \n" #ifdef CONFIG_CPU_MIPSR2 " di \\result \n" + " andi \\result, 1 \n" #else " mfc0 \\result, $12 \n" " ori $1, \\result, 1 \n"