summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMartin J. Bligh <martin.bligh@us.ibm.com>2002-09-25 07:05:01 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2002-09-25 07:05:01 -0700
commitbce5aeb50b4b996e3a20d4df247714dc3d8d6b69 (patch)
treef67e7fa2197c841cb7d11d0ea02cbbaeb17f177d /include
parent98ae8e2b7b152ad47539b4d6c1d756d0a2897166 (diff)
[PATCH] NUMA-Q fixes
- Remove the const that someone incorrectly stuck in there, it type conflicts. Alan has a better plan for fixing this long term, but this fixes the compile warning for now. - Move the printk of the xquad_portio setup *after* we put something in the variable so it actually prints something useful, not 0 ;-) - To derive the size of the xquad_portio area, multiply the number of nodes by the size of each nodes, not the size of two nodes (and remove define). Doh!
Diffstat (limited to 'include')
-rw-r--r--include/asm-i386/io.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-i386/io.h b/include/asm-i386/io.h
index b2afa09c062f..41bc8ef0bdf8 100644
--- a/include/asm-i386/io.h
+++ b/include/asm-i386/io.h
@@ -40,7 +40,6 @@
#define XQUAD_PORTIO_BASE 0xfe400000
#define XQUAD_PORTIO_QUAD 0x40000 /* 256k per quad. */
-#define XQUAD_PORTIO_LEN 0x80000 /* Only remapping first 2 quads */
#ifdef __KERNEL__