aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/entry.h
diff options
context:
space:
mode:
authorDavid Mosberger-Tang <davidm@hpl.hp.com>2005-06-09 22:36:00 -0700
committerTony Luck <tony.luck@intel.com>2005-06-20 09:34:02 -0700
commit34b727c135ff651f153be5757056d25678b6d018 (patch)
tree4bff383da7c655a1b87b10281d3a29f7d8b97835 /arch/ia64/kernel/entry.h
parent[PATCH] avoid signed vs unsigned comparison in efi_range_is_wc() (diff)
downloadlinux-dev-34b727c135ff651f153be5757056d25678b6d018.tar.xz
linux-dev-34b727c135ff651f153be5757056d25678b6d018.zip
[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>
Diffstat (limited to '')
-rw-r--r--arch/ia64/kernel/entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/entry.h b/arch/ia64/kernel/entry.h
index 6d4ecec989b5..78eeb0793419 100644
--- a/arch/ia64/kernel/entry.h
+++ b/arch/ia64/kernel/entry.h
@@ -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; \