diff options
author | Matt Fleming <matt@console-pimps.org> | 2009-07-03 11:16:54 +0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-07-03 11:16:54 +0400 |
commit | c601a51af10f714292f42eab45fa8c9154dc1414 (patch) | |
tree | 3b3aeba10f7883578ac8dfd765804594eea8e9f1 /arch/sh/include/asm | |
parent | 47220f623c3216ca276bad517ed208ea2ffceaa2 (diff) | |
download | linux-c601a51af10f714292f42eab45fa8c9154dc1414.tar.xz |
sh: Use bootmem ontop of lmb
Rework the bootmem allocator to use the lmb framework.
Signed-off-by: Matt Fleming <matt@console-pimps.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm')
-rw-r--r-- | arch/sh/include/asm/lmb.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sh/include/asm/lmb.h b/arch/sh/include/asm/lmb.h new file mode 100644 index 000000000000..9b437f657ffa --- /dev/null +++ b/arch/sh/include/asm/lmb.h @@ -0,0 +1,6 @@ +#ifndef __ASM_SH_LMB_H +#define __ASM_SH_LMB_H + +#define LMB_REAL_LIMIT 0 + +#endif /* __ASM_SH_LMB_H */ |