Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44895
b: refs/heads/master
c: 5c95da9
h: refs/heads/master
i:
  44893: 184c8a6
  44891: 624ab1a
  44887: 1eaedf6
  44879: 127c43e
  44863: 19cb1ea
v: v3
  • Loading branch information
Yasunori Goto authored and Linus Torvalds committed Dec 22, 2006
1 parent 5568370 commit 5096344
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 561ccd3a97867ed33e1670feeca3391cd4d6fa2c
refs/heads/master: 5c95da9f5abeff865b7273b59e1a3c50a2c5acb2
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/e820.c
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ void __init register_bootmem_low_pages(unsigned long max_low_pfn)
}
}

void __init register_memory(void)
void __init e820_register_memory(void)
{
unsigned long gapstart, gapsize, round;
unsigned long long last;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ void __init setup_arch(char **cmdline_p)
get_smp_config();
#endif

register_memory();
e820_register_memory();

#ifdef CONFIG_VT
#if defined(CONFIG_VGA_CONSOLE)
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-i386/e820.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ extern int e820_all_mapped(unsigned long start, unsigned long end,
unsigned type);
extern void find_max_pfn(void);
extern void register_bootmem_low_pages(unsigned long max_low_pfn);
extern void register_memory(void);
extern void e820_register_memory(void);
extern void limit_regions(unsigned long long size);
extern void print_memory_map(char *who);

Expand Down

0 comments on commit 5096344

Please sign in to comment.