topology.c (94bd217e2d683719ab21a4ac117d8a1b91cbedc9) | topology.c (bd3ff1943509e641a34f2d8dd1d41ed12a4476c1) |
---|---|
1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * This file contains NUMA specific variables and functions which can 7 * be split away from DISCONTIGMEM and are used on NUMA machines with 8 * contiguous memory. --- 8 unchanged lines hidden (view full) --- 17#include <linux/kernel.h> 18#include <linux/mm.h> 19#include <linux/node.h> 20#include <linux/slab.h> 21#include <linux/init.h> 22#include <linux/bootmem.h> 23#include <linux/nodemask.h> 24#include <linux/notifier.h> | 1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * This file contains NUMA specific variables and functions which can 7 * be split away from DISCONTIGMEM and are used on NUMA machines with 8 * contiguous memory. --- 8 unchanged lines hidden (view full) --- 17#include <linux/kernel.h> 18#include <linux/mm.h> 19#include <linux/node.h> 20#include <linux/slab.h> 21#include <linux/init.h> 22#include <linux/bootmem.h> 23#include <linux/nodemask.h> 24#include <linux/notifier.h> |
25#include <linux/export.h> |
|
25#include <asm/mmzone.h> 26#include <asm/numa.h> 27#include <asm/cpu.h> 28 29static struct ia64_cpu *sysfs_cpus; 30 31void arch_fix_phys_package_id(int num, u32 slot) 32{ --- 434 unchanged lines hidden --- | 26#include <asm/mmzone.h> 27#include <asm/numa.h> 28#include <asm/cpu.h> 29 30static struct ia64_cpu *sysfs_cpus; 31 32void arch_fix_phys_package_id(int num, u32 slot) 33{ --- 434 unchanged lines hidden --- |