Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212696
b: refs/heads/master
c: 9d3c30f
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Aug 5, 2010
1 parent e5d3eb4 commit 06803cb
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 2898cc4cdf208f15246b7a1c6951d2b126a70fd6
refs/heads/master: 9d3c30f5a17ec35894eadb7171f724643dce19c3
7 changes: 4 additions & 3 deletions trunk/include/linux/memblock.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ struct memblock_type {
};

struct memblock {
unsigned long debug;
phys_addr_t current_limit;
struct memblock_type memory;
struct memblock_type reserved;
Expand All @@ -55,9 +54,11 @@ extern phys_addr_t __init memblock_alloc(phys_addr_t size, phys_addr_t align);
#define MEMBLOCK_ALLOC_ACCESSIBLE 0

extern phys_addr_t __init memblock_alloc_base(phys_addr_t size,
phys_addr_t, phys_addr_t max_addr);
phys_addr_t align,
phys_addr_t max_addr);
extern phys_addr_t __init __memblock_alloc_base(phys_addr_t size,
phys_addr_t align, phys_addr_t max_addr);
phys_addr_t align,
phys_addr_t max_addr);
extern phys_addr_t __init memblock_phys_mem_size(void);
extern phys_addr_t memblock_end_of_DRAM(void);
extern void __init memblock_enforce_memory_limit(phys_addr_t memory_limit);
Expand Down

0 comments on commit 06803cb

Please sign in to comment.