Commit 34b727c1 authored by David Mosberger-Tang's avatar David Mosberger-Tang Committed by Tony Luck

[IA64] Drop spurious paren in entry.h

The latest assembler catches this typo.  (reported by Jim Wilson).
Signed-off-by: default avatarDavid Mosberger-Tang <davidm@hpl.hp.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 986a80d5
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
.spillsp @priunat,SW(AR_UNAT)+16+(off); \ .spillsp @priunat,SW(AR_UNAT)+16+(off); \
.spillsp ar.rnat,SW(AR_RNAT)+16+(off); \ .spillsp ar.rnat,SW(AR_RNAT)+16+(off); \
.spillsp ar.bspstore,SW(AR_BSPSTORE)+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 \ #define DO_SAVE_SWITCH_STACK \
movl r28=1f; \ movl r28=1f; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment