aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mman.h
Commit message (Expand)AuthorAge
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-26
* Sanitise linux/mman.h for userspace consumptionDavid Woodhouse2006-04-25
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-16
='wip-gpu-rtss12'>wip-gpu-rtss12 The LITMUS^RT kernel.Bjoern Brandenburg
aboutsummaryrefslogblamecommitdiffstats
path: root/include/asm-x86_64/numa.h
blob: bcf55c3f7f7f35e0f162c504c5f6030578a857f8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                
                                






                                                  

                                         


                         
#ifndef _ASM_X8664_NUMA_H 
#define _ASM_X8664_NUMA_H 1

#include <linux/nodemask.h>
#include <asm/numnodes.h>

struct node { 
	u64 start,end; 
};

extern int compute_hash_shift(struct node *nodes, int numnodes);
extern int pxm_to_node(int nid);

#define ZONE_ALIGN (1UL << (MAX_ORDER+PAGE_SHIFT))

extern void numa_add_cpu(int cpu);
extern void numa_init_array(void);
extern int numa_off;

extern unsigned char apicid_to_node[256];

#define NUMA_NO_NODE 0xff

#endif