diff options
author | 2008-06-23 11:00:26 +0200 | |
---|---|---|
committer | 2008-06-23 11:00:26 +0200 | |
commit | 198bb971e256e4167e45e7df643c13ea66f67e3a (patch) | |
tree | 85b8b2bf6cc78bf0e53a2187ed5796f076922334 /include/linux | |
parent | sched: refactor wait_for_completion_timeout() (diff) | |
parent | Slab: Fix memory leak in fallback_alloc() (diff) | |
download | linux-dev-198bb971e256e4167e45e7df643c13ea66f67e3a.tar.xz linux-dev-198bb971e256e4167e45e7df643c13ea66f67e3a.zip |
Merge branch 'linus' into sched/urgent
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/bootmem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/bootmem.h b/include/linux/bootmem.h index 6a5dbdc8a7dc..686895bacd9d 100644 --- a/include/linux/bootmem.h +++ b/include/linux/bootmem.h @@ -94,7 +94,7 @@ extern unsigned long init_bootmem_node(pg_data_t *pgdat, unsigned long freepfn, unsigned long startpfn, unsigned long endpfn); -extern void reserve_bootmem_node(pg_data_t *pgdat, +extern int reserve_bootmem_node(pg_data_t *pgdat, unsigned long physaddr, unsigned long size, int flags); |