Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 245705
b: refs/heads/master
c: e6df595
h: refs/heads/master
i:
  245703: bf60bf0
v: v3
  • Loading branch information
Tejun Heo committed May 2, 2011
1 parent 8edd338 commit 24fd25a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: daf4f480ae24270bac06db4293908d36b4834e21
refs/heads/master: e6df595b37c7c033ef7400b4fdd382a2dc4f4131
1 change: 1 addition & 0 deletions trunk/arch/x86/include/asm/numa.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* numa_cpu_node().
*/
extern s16 __apicid_to_node[MAX_LOCAL_APIC];
extern nodemask_t numa_nodes_parsed __initdata;

static inline void set_apicid_to_node(int apicid, s16 node)
{
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/x86/include/asm/numa_64.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#ifndef _ASM_X86_NUMA_64_H
#define _ASM_X86_NUMA_64_H

#include <linux/nodemask.h>

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

extern int numa_off;
Expand All @@ -17,8 +15,6 @@ extern unsigned long numa_free_all_bootmem(void);
*/
#define NODE_MIN_SIZE (4*1024*1024)

extern nodemask_t numa_nodes_parsed __initdata;

extern int __init numa_add_memblk(int nodeid, u64 start, u64 end);
extern void __init numa_set_distance(int from, int to, int distance);

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/x86/mm/numa.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <asm/acpi.h>

int __initdata numa_off;
nodemask_t numa_nodes_parsed __initdata;

static __init int numa_setup(char *opt)
{
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/x86/mm/numa_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
struct pglist_data *node_data[MAX_NUMNODES] __read_mostly;
EXPORT_SYMBOL(node_data);

nodemask_t numa_nodes_parsed __initdata;

static struct numa_meminfo numa_meminfo
#ifndef CONFIG_MEMORY_HOTPLUG
__initdata
Expand Down

0 comments on commit 24fd25a

Please sign in to comment.