[IA64] Drop spurious paren in entry.h
authorDavid Mosberger-Tang <davidm@hpl.hp.com>
Fri, 10 Jun 2005 05:36:00 +0000 (22:36 -0700)
committerTony Luck <tony.luck@intel.com>
Mon, 20 Jun 2005 16:34:02 +0000 (09:34 -0700)
The latest assembler catches this typo.  (reported by Jim Wilson).

Signed-off-by: David Mosberger-Tang <davidm@hpl.hp.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/entry.h

index 6d4ecec989b5803c94ba72bd13566575b563ee4a..78eeb079341981da72e1815df0132ef3944a6209 100644 (file)
@@ -60,7 +60,7 @@
        .spillsp @priunat,SW(AR_UNAT)+16+(off);                                 \
        .spillsp ar.rnat,SW(AR_RNAT)+16+(off);                                  \
        .spillsp ar.bspstore,SW(AR_BSPSTORE)+16+(off);                          \
-       .spillsp pr,SW(PR)+16+(off))
+       .spillsp pr,SW(PR)+16+(off)
 
 #define DO_SAVE_SWITCH_STACK                   \
        movl r28=1f;                            \
This page took 0.036169 seconds and 5 git commands to generate.