Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343350
b: refs/heads/master
c: 9887090
h: refs/heads/master
v: v3
  • Loading branch information
Lin Feng authored and Linus Torvalds committed Dec 13, 2012
1 parent 1a1efb8 commit a463bee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 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: 66521d5aa6c0f74b5e90c21569acbaa8c5ac0998
refs/heads/master: 98870901cce098bbe94d90d2c41d8d1fa8d94392
3 changes: 0 additions & 3 deletions trunk/include/linux/bootmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ extern void *__alloc_bootmem_low_node(pg_data_t *pgdat,
#define alloc_bootmem_low_pages_node(pgdat, x) \
__alloc_bootmem_low_node(pgdat, x, PAGE_SIZE, 0)

extern int reserve_bootmem_generic(unsigned long addr, unsigned long size,
int flags);

#ifdef CONFIG_HAVE_ARCH_ALLOC_REMAP
extern void *alloc_remap(int nid, unsigned long size);
#else
Expand Down
6 changes: 0 additions & 6 deletions trunk/mm/bootmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,12 +460,6 @@ int __init reserve_bootmem(unsigned long addr, unsigned long size,
return mark_bootmem(start, end, 1, flags);
}

int __weak __init reserve_bootmem_generic(unsigned long phys, unsigned long len,
int flags)
{
return reserve_bootmem(phys, len, flags);
}

static unsigned long __init align_idx(struct bootmem_data *bdata,
unsigned long idx, unsigned long step)
{
Expand Down

0 comments on commit a463bee

Please sign in to comment.