[POWERPC] Add __init annotations to reserve_mem() and stabs_alloc()
authorMichael Ellerman <michael@ellerman.id.au>
Mon, 7 May 2007 05:58:28 +0000 (15:58 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 8 May 2007 01:54:19 +0000 (11:54 +1000)
commit0108d3fe3c44f01de224f39347b95f6a94181687
tree8d22f3d442a7473841095703399f2866340fdcc3
parent11fbb00c67e19737757e747ec7dd3ba8d584f5d1
[POWERPC] Add __init annotations to reserve_mem() and stabs_alloc()

reserve_mem() and stabs_alloc() are both called only from other __init
routines, so can be marked __init.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/prom_init.c
arch/powerpc/mm/stab.c