Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212748
b: refs/heads/master
c: cd79481
h: refs/heads/master
v: v3
  • Loading branch information
Yinghai Lu authored and H. Peter Anvin committed Oct 11, 2010
1 parent d1e0d14 commit 5a925c1
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: 236260b90dd94516982ad67aa6f5449c4c37db7b
refs/heads/master: cd79481d27b9f90aad80c9b972292c42c25bbf8e
4 changes: 2 additions & 2 deletions trunk/mm/memblock.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ long __init_memblock memblock_overlaps_region(struct memblock_type *type, phys_a
* are top-down.
*/

static phys_addr_t __init memblock_find_region(phys_addr_t start, phys_addr_t end,
static phys_addr_t __init_memblock memblock_find_region(phys_addr_t start, phys_addr_t end,
phys_addr_t size, phys_addr_t align)
{
phys_addr_t base, res_base;
Expand Down Expand Up @@ -653,7 +653,7 @@ void __init memblock_enforce_memory_limit(phys_addr_t memory_limit)
}
}

static int memblock_search(struct memblock_type *type, phys_addr_t addr)
static int __init_memblock memblock_search(struct memblock_type *type, phys_addr_t addr)
{
unsigned int left = 0, right = type->cnt;

Expand Down

0 comments on commit 5a925c1

Please sign in to comment.