aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/numnodes.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-11-04 16:27:50 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-04 16:27:50 -0800
commit602d4a7e2f4b843d1a67375d4d7104073495b758 (patch)
tree0b9f184e54fa693c27bd5986c114bdcf6949f788 /include/asm-powerpc/numnodes.h
parentNFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabled (diff)
parentpowerpc: Fix vmlinux.lds.S for 32-bit (diff)
downloadlinux-dev-602d4a7e2f4b843d1a67375d4d7104073495b758.tar.xz
linux-dev-602d4a7e2f4b843d1a67375d4d7104073495b758.zip
Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc-merge
Diffstat (limited to 'include/asm-powerpc/numnodes.h')
-rw-r--r--include/asm-powerpc/numnodes.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-powerpc/numnodes.h b/include/asm-powerpc/numnodes.h
new file mode 100644
index 000000000000..795533aca095
--- /dev/null
+++ b/include/asm-powerpc/numnodes.h
@@ -0,0 +1,7 @@
+#ifndef _ASM_POWERPC_MAX_NUMNODES_H
+#define _ASM_POWERPC_MAX_NUMNODES_H
+
+/* Max 16 Nodes */
+#define NODES_SHIFT 4
+
+#endif /* _ASM_POWERPC_MAX_NUMNODES_H */