aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/sn/fakeprom/main.c
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@sgi.com>2002-12-08 21:13:17 -0800
committerDavid Mosberger <davidm@tiger.hpl.hp.com>2002-12-08 21:13:17 -0800
commit845eaa9bc744d53214f185b28be49469990d8764 (patch)
tree702f02210a8c3f6374790e79c92a58fb4e43e6be /arch/ia64/sn/fakeprom/main.c
parent25a3d107b864051584dc3d07d6c7c2a60e4f7a75 (diff)
downloadhistory-845eaa9bc744d53214f185b28be49469990d8764.tar.gz
[PATCH] ia64: SN update
David, here's a patch to update SN support in the ia64 tree. I had to make a few mods outside arch/ia64/sn and include/asm-ia64/sn to get CONFIG_IA64_SGI_SN2 to compile.
Diffstat (limited to 'arch/ia64/sn/fakeprom/main.c')
-rw-r--r--arch/ia64/sn/fakeprom/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/sn/fakeprom/main.c b/arch/ia64/sn/fakeprom/main.c
index bcec298405726d..723aa51bb71d88 100644
--- a/arch/ia64/sn/fakeprom/main.c
+++ b/arch/ia64/sn/fakeprom/main.c
@@ -98,7 +98,7 @@ synergy_init(int nasid, int syn)
/*
* Enable all FSB flashed interrupts.
- * ZZZ - I'd really like defines for this......
+ * I'd really like defines for this......
*/
base = (long*)0x80000e0000000000LL; /* base of synergy regs */
for (off = 0x2a0; off < 0x2e0; off+=8) /* offset for VEC_MASK_{0-3}_A/B */