diff options
Diffstat (limited to 'arch/c6x')
-rw-r--r-- | arch/c6x/include/asm/memblock.h | 4 | ||||
-rw-r--r-- | arch/c6x/kernel/setup.c | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/arch/c6x/include/asm/memblock.h b/arch/c6x/include/asm/memblock.h deleted file mode 100644 index 1181a97..0000000 --- a/arch/c6x/include/asm/memblock.h +++ /dev/null @@ -1,4 +0,0 @@ -#ifndef _ASM_C6X_MEMBLOCK_H -#define _ASM_C6X_MEMBLOCK_H - -#endif /* _ASM_C6X_MEMBLOCK_H */ diff --git a/arch/c6x/kernel/setup.c b/arch/c6x/kernel/setup.c index 3c2858f..c126f04 100644 --- a/arch/c6x/kernel/setup.c +++ b/arch/c6x/kernel/setup.c @@ -305,8 +305,6 @@ void __init setup_arch(char **cmdline_p) /* Initialize command line */ *cmdline_p = c6x_command_line; - memblock_init(); - memory_end = ram_end; memory_end &= ~(PAGE_SIZE - 1); @@ -366,7 +364,6 @@ void __init setup_arch(char **cmdline_p) memory_end >> PAGE_SHIFT); memblock_reserve(memory_start, bootmap_size); - memblock_analyze(); unflatten_device_tree(); c6x_cache_init(); |