Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99791
b: refs/heads/master
c: 864fc31
h: refs/heads/master
i:
  99789: 6e0a502
  99787: 093d762
  99783: 3462faa
  99775: 8526bb5
v: v3
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Jul 8, 2008
1 parent 1da1301 commit 823b0da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: f307d25e638d3408659a2ec98fb3fd1737f7cb31
refs/heads/master: 864fc31ea59798905a37cd896a3e093915a3b366
8 changes: 4 additions & 4 deletions trunk/arch/x86/mm/numa_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
struct pglist_data *node_data[MAX_NUMNODES] __read_mostly;
EXPORT_SYMBOL(node_data);

bootmem_data_t plat_node_bdata[MAX_NUMNODES];
static bootmem_data_t plat_node_bdata[MAX_NUMNODES];

struct memnode memnode;

Expand All @@ -36,8 +36,8 @@ s16 apicid_to_node[MAX_LOCAL_APIC] __cpuinitdata = {
};

int numa_off __initdata;
unsigned long __initdata nodemap_addr;
unsigned long __initdata nodemap_size;
static unsigned long __initdata nodemap_addr;
static unsigned long __initdata nodemap_size;

/*
* Given a shift value, try to populate memnodemap[]
Expand Down Expand Up @@ -296,7 +296,7 @@ void __init numa_init_array(void)

#ifdef CONFIG_NUMA_EMU
/* Numa emulation */
char *cmdline __initdata;
static char *cmdline __initdata;

/*
* Setups up nid to range from addr to addr + size. If the end
Expand Down

0 comments on commit 823b0da

Please sign in to comment.