diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2019-05-14 13:37:22 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2019-05-14 13:37:22 +1000 |
commit | c32d7d0b94c4a228969f4c0cd88c078316b4c322 (patch) | |
tree | c2daf214671787d9c2bea8f8919c44fd39c4b689 /arch/c6x | |
parent | c372a7379a1ce0a00ee21ef44272499825365a8d (diff) | |
parent | b78fc46079e444c5bdf3c2b843cccc2a195d1f75 (diff) | |
download | linux-next-c32d7d0b94c4a228969f4c0cd88c078316b4c322.tar.gz |
Merge branch 'akpm-current/current'
Diffstat (limited to 'arch/c6x')
-rw-r--r-- | arch/c6x/mm/init.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/c6x/mm/init.c b/arch/c6x/mm/init.c index fe582c3a1794..573242b160e1 100644 --- a/arch/c6x/mm/init.c +++ b/arch/c6x/mm/init.c @@ -68,15 +68,3 @@ void __init mem_init(void) mem_init_print_info(NULL); } - -#ifdef CONFIG_BLK_DEV_INITRD -void __init free_initrd_mem(unsigned long start, unsigned long end) -{ - free_reserved_area((void *)start, (void *)end, -1, "initrd"); -} -#endif - -void __init free_initmem(void) -{ - free_initmem_default(-1); -} |