numa.h | numa.h | |||
---|---|---|---|---|
/* Copyright (C) 2003,2004 Andi Kleen, SuSE Labs. | ||||
libnuma is free software; you can redistribute it and/or | ||||
modify it under the terms of the GNU Lesser General Public | ||||
License as published by the Free Software Foundation; version | ||||
2.1. | ||||
libnuma is distributed in the hope that it will be useful, | ||||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||||
Lesser General Public License for more details. | ||||
You should find a copy of v2.1 of the GNU Lesser General Public License | ||||
somewhere on your Linux system; if not, write to the Free Software | ||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||||
*/ | ||||
#ifndef _NUMA_H | #ifndef _NUMA_H | |||
#define _NUMA_H 1 | #define _NUMA_H 1 | |||
/* Simple NUMA poliy library */ | /* Simple NUMA poliy library */ | |||
#include <stddef.h> | #include <stddef.h> | |||
#include <string.h> | #include <string.h> | |||
#if defined(__x86_64__) || defined(__i386__) | #if defined(__x86_64__) || defined(__i386__) | |||
#define NUMA_NUM_NODES 128 | #define NUMA_NUM_NODES 128 | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 17 lines changed or added | |||