summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Mosberger <davidm@tiger.hpl.hp.com>2002-08-12 02:40:40 -0700
committerDavid Mosberger <davidm@wailua.hpl.hp.com>2002-08-12 02:40:40 -0700
commit8b2ef549943be6b1db55fc925cd7b4ae34f2a1fc (patch)
tree1dd0ead861e6fca4585384522c6d4448b12a8000 /include
parent2831300e37a7c2b64569e1d20a0d5c6a22217c15 (diff)
ia64: Print fpswa revision number. Based on patch by
KOCHI Takayoshi.
Diffstat (limited to 'include')
-rw-r--r--include/asm-ia64/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ia64/system.h b/include/asm-ia64/system.h
index 44d7fda7efd8..4e55d3f333e2 100644
--- a/include/asm-ia64/system.h
+++ b/include/asm-ia64/system.h
@@ -409,7 +409,7 @@ extern void ia64_load_extra (struct task_struct *task);
{ \
ia64_psr(ia64_task_regs(next))->dfh = 0; \
ia64_psr(ia64_task_regs(next))->mfh = 0; \
- } else \
+ } else \
ia64_psr(ia64_task_regs(next))->dfh = 1; \
} \
__switch_to(prev,next,last); \