forked from Minki/linux
[IA64] Drop spurious paren in entry.h
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>
This commit is contained in:
parent
986a80d5c1
commit
34b727c135
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user