[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)
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>

No differences found