Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272158
b: refs/heads/master
c: 2d7d3eb
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Linus Torvalds committed Nov 1, 2011
1 parent 0ca2a1d commit d78aacb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 264e56d8247ef6e31ed4386926cae86c61ddcb18
refs/heads/master: 2d7d3eb2bad116e0d1b3b3930a923c55f6d0f70e
3 changes: 2 additions & 1 deletion trunk/mm/memblock.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ static unsigned long __init_memblock memblock_addrs_overlap(phys_addr_t base1, p
return ((base1 < (base2 + size2)) && (base2 < (base1 + size1)));
}

long __init_memblock memblock_overlaps_region(struct memblock_type *type, phys_addr_t base, phys_addr_t size)
static long __init_memblock memblock_overlaps_region(struct memblock_type *type,
phys_addr_t base, phys_addr_t size)
{
unsigned long i;

Expand Down

0 comments on commit d78aacb

Please sign in to comment.