Mathieu Malaterre <ma...@debian.org> writes: > This commit add the prototypes for the following function: > > - early_init > - machine_init
I'd rather these were in asm-prototypes.h, it's the header for functions called from asm. I made that change. > - ppc_setup_l2cr > - ppc_setup_l3cr > - ppc_init These three can just be static. So I did that. cheers