# HG changeset patch # User David Mosberger-Tang # Date Mon Jun 20 16:45:42 2005 +0011 # Node ID 03d3983a2532accbad542f4a4e5b2b9b8101aa61 # parent: 51249c2e31207579d7875f823a76063b44ed9b65 [IA64] Drop spurious paren in entry.h The latest assembler catches this typo. (reported by Jim Wilson). Signed-off-by: David Mosberger-Tang Signed-off-by: Tony Luck committer: Tony Luck 1119285242 -0700 --- a/arch/ia64/kernel/entry.h Thu Jun 16 23:38:54 2005 +0011 +++ b/arch/ia64/kernel/entry.h Mon Jun 20 16:45:42 2005 +0011 @@ -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; \