ChangeSet 1.2181.19.2, 2005/03/25 18:11:48-08:00, [EMAIL PROTECTED]
[IA64] minstate.h: fix stray backslash
Trivial fix to drop a stray backslash in the
MINSTATE_START_SAVE_MIN_VIRT macro.
Signed-off-by: David Mosberger-Tang <[EMAIL PROTECTED]>
Signed-off-by: Tony Luck <[EMAIL PROTECTED]>
minstate.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/arch/ia64/kernel/minstate.h b/arch/ia64/kernel/minstate.h
--- a/arch/ia64/kernel/minstate.h 2005-03-31 18:07:27 -08:00
+++ b/arch/ia64/kernel/minstate.h 2005-03-31 18:07:27 -08:00
@@ -26,7 +26,7 @@
(pKStk) addl r1=-IA64_PT_REGS_SIZE,r1; /* if in kernel mode,
use sp (r12) */ \
;;
\
(pUStk) mov r18=ar.bsp;
\
-(pUStk) mov ar.rsc=0x3; /* set eager mode, pl 0, little-endian,
loadrs=0 */ \
+(pUStk) mov ar.rsc=0x3; /* set eager mode, pl 0, little-endian,
loadrs=0 */
#define MINSTATE_END_SAVE_MIN_VIRT
\
bsw.1; /* switch back to bank 1 (must be last in insn
group) */ \
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html