Merge branch 'for-2.6.37/drivers' into for-linus
[deliverable/linux.git] / arch / sparc / include / asm / mmzone.h
CommitLineData
a00736e9
SR
1#ifndef _SPARC64_MMZONE_H
2#define _SPARC64_MMZONE_H
3
4#ifdef CONFIG_NEED_MULTIPLE_NODES
5
17ad6ea6
SR
6#include <linux/cpumask.h>
7
a00736e9
SR
8extern struct pglist_data *node_data[];
9
10#define NODE_DATA(nid) (node_data[nid])
11#define node_start_pfn(nid) (NODE_DATA(nid)->node_start_pfn)
12#define node_end_pfn(nid) (NODE_DATA(nid)->node_end_pfn)
13
14extern int numa_cpu_lookup_table[];
15extern cpumask_t numa_cpumask_lookup_table[];
16
17#endif /* CONFIG_NEED_MULTIPLE_NODES */
18
19#endif /* _SPARC64_MMZONE_H */
This page took 0.272426 seconds and 5 git commands to generate.