Skip to content

Commit

Permalink
[IA64] Drop spurious paren in entry.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Mosberger-Tang authored and Tony Luck committed Jun 20, 2005
1 parent 986a80d commit 34b727c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/kernel/entry.h
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit 34b727c

Please sign in to comment.