Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109045
b: refs/heads/master
c: 9482ac6
h: refs/heads/master
i:
  109043: 8413bb6
v: v3
  • Loading branch information
Jan Beulich authored and Ingo Molnar committed Aug 22, 2008
1 parent 3e1d7b0 commit b51e3be
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: 8ae3a5a8dff2c92bd1087bb97c4a3bb61174303e
refs/heads/master: 9482ac6e34dd1890a9a956d460a135bf992cb54a
4 changes: 2 additions & 2 deletions trunk/arch/x86/mm/init_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ static unsigned long __initdata table_start;
static unsigned long __meminitdata table_end;
static unsigned long __meminitdata table_top;

static __meminit void *alloc_low_page(unsigned long *phys)
static __ref void *alloc_low_page(unsigned long *phys)
{
unsigned long pfn = table_end++;
void *adr;
Expand All @@ -262,7 +262,7 @@ static __meminit void *alloc_low_page(unsigned long *phys)
return adr;
}

static __meminit void unmap_low_page(void *adr)
static __ref void unmap_low_page(void *adr)
{
if (after_bootmem)
return;
Expand Down

0 comments on commit b51e3be

Please sign in to comment.