Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79785
b: refs/heads/master
c: 013d23e
h: refs/heads/master
i:
  79783: 4cd3d25
v: v3
  • Loading branch information
Adrian Bunk authored and Ingo Molnar committed Jan 30, 2008
1 parent fd38408 commit a26dddf
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 6b59257082e136fbbce1aa017575a451c0df0592
refs/heads/master: 013d23e1567c4cebee0a2db5c8fa97b91b34ac2a
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/e820_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ unsigned long __init e820_hole_size(unsigned long start, unsigned long end)
return end - start - (ram << PAGE_SHIFT);
}

void __init e820_print_map(char *who)
static void __init e820_print_map(char *who)
{
int i;

Expand Down Expand Up @@ -633,7 +633,7 @@ static int __init copy_e820_map(struct e820entry *biosmap, int nr_map)
return 0;
}

void early_panic(char *msg)
static void early_panic(char *msg)
{
early_printk(msg);
panic(msg);
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-x86/e820_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ extern void contig_e820_setup(void);
extern unsigned long e820_end_of_ram(void);
extern void e820_reserve_resources(void);
extern void e820_mark_nosave_regions(void);
extern void e820_print_map(char *who);
extern int e820_any_mapped(unsigned long start, unsigned long end, unsigned type);
extern int e820_all_mapped(unsigned long start, unsigned long end, unsigned type);
extern unsigned long e820_hole_size(unsigned long start, unsigned long end);
Expand Down

0 comments on commit a26dddf

Please sign in to comment.