diff options
Diffstat (limited to 'include/asm-sh/numnodes.h')
-rw-r--r-- | include/asm-sh/numnodes.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-sh/numnodes.h b/include/asm-sh/numnodes.h new file mode 100644 index 00000000000..f73e85b72ec --- /dev/null +++ b/include/asm-sh/numnodes.h @@ -0,0 +1,7 @@ +#ifndef _ASM_MAX_NUMNODES_H +#define _ASM_MAX_NUMNODES_H + +/* Max 2 Nodes */ +#define NODES_SHIFT 1 + +#endif /* _ASM_MAX_NUMNODES_H */ |