projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
986a80d
)
[IA64] Drop spurious paren in entry.h
author
David Mosberger-Tang
<davidm@hpl.hp.com>
Fri, 10 Jun 2005 05:36:00 +0000
(22:36 -0700)
committer
Tony Luck
<tony.luck@intel.com>
Mon, 20 Jun 2005 16:34:02 +0000
(09:34 -0700)
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>
arch/ia64/kernel/entry.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/ia64/kernel/entry.h
b/arch/ia64/kernel/entry.h
index 6d4ecec989b5803c94ba72bd13566575b563ee4a..78eeb079341981da72e1815df0132ef3944a6209 100644
(file)
--- 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; \