[PATCH v2, part1 02/29] mm/alpha: use common help functions to free reserved pages

2013-03-09 Thread Jiang Liu
Use common help functions to free reserved pages. Also include to avoid local declarations. Signed-off-by: Jiang Liu Cc: Richard Henderson Cc: Ivan Kokshaysky Cc: Matt Turner --- arch/alpha/kernel/sys_nautilus.c |5 ++--- arch/alpha/mm/init.c | 24 +++-

[PATCH v2, part1 02/29] mm/alpha: use common help functions to free reserved pages

2013-03-09 Thread Jiang Liu
Use common help functions to free reserved pages. Also include asm/sections.h to avoid local declarations. Signed-off-by: Jiang Liu jiang@huawei.com Cc: Richard Henderson r...@twiddle.net Cc: Ivan Kokshaysky i...@jurassic.park.msu.ru Cc: Matt Turner matts...@gmail.com ---