Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72807
b: refs/heads/master
c: fb8c177
h: refs/heads/master
i:
  72805: 429f20f
  72803: dbe4451
  72799: d6c20e3
v: v3
  • Loading branch information
Adrian Bunk authored and Thomas Gleixner committed Oct 29, 2007
1 parent 942d87e commit aa08a00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f1aa14b2e930a6dfab888ded1a2a951a0ff279dc
refs/heads/master: fb8c177fe04c81ef5abe603e01d51eafa02d903a
4 changes: 2 additions & 2 deletions trunk/arch/x86/mm/discontig_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

struct pglist_data *node_data[MAX_NUMNODES] __read_mostly;
EXPORT_SYMBOL(node_data);
bootmem_data_t node0_bdata;
static bootmem_data_t node0_bdata;

/*
* numa interface - we expect the numa architecture specific code to have
Expand Down Expand Up @@ -404,7 +404,7 @@ void __init set_highmem_pages_init(int bad_ppro)
}

#ifdef CONFIG_MEMORY_HOTPLUG
int paddr_to_nid(u64 addr)
static int paddr_to_nid(u64 addr)
{
int nid;
unsigned long pfn = PFN_DOWN(addr);
Expand Down

0 comments on commit aa08a00

Please sign in to comment.