Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212714
b: refs/heads/master
c: 37d8d4b
h: refs/heads/master
v: v3
  • Loading branch information
Yinghai Lu authored and Benjamin Herrenschmidt committed Aug 5, 2010
1 parent 481ba6d commit d085340
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: ea9e4376bb545e400a325b3d76fecd02815303c0
refs/heads/master: 37d8d4bf489e39eedc9537f8616fe87879b13cb0
3 changes: 2 additions & 1 deletion trunk/include/linux/memblock.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

#include <asm/memblock.h>

#define INIT_MEMBLOCK_REGIONS 128
#define INIT_MEMBLOCK_REGIONS 128
#define MEMBLOCK_ERROR (~(phys_addr_t)0)

struct memblock_region {
phys_addr_t base;
Expand Down
2 changes: 0 additions & 2 deletions trunk/mm/memblock.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ int memblock_can_resize;
static struct memblock_region memblock_memory_init_regions[INIT_MEMBLOCK_REGIONS + 1];
static struct memblock_region memblock_reserved_init_regions[INIT_MEMBLOCK_REGIONS + 1];

#define MEMBLOCK_ERROR (~(phys_addr_t)0)

/* inline so we don't get a warning when pr_debug is compiled out */
static inline const char *memblock_type_name(struct memblock_type *type)
{
Expand Down

0 comments on commit d085340

Please sign in to comment.