Please pull from 'for_paulus' branch of powerpc
Segher Boessenkool
segher at kernel.crashing.org
Fri May 5 08:09:59 EST 2006
Hi Kumar,
> +static int ppc_panic_event(struct notifier_block *this,
> + unsigned long event, void *ptr)
> +{
> + ppc_md.panic((char *)ptr); /* May not return */
> + return NOTIFY_DONE;
> +}
Lose the redundant pointer cast while you're there please?
> void __init setup_arch(char **cmdline_p)
> {
> extern void do_init_bootmem(void);
> + extern void setup_panic(void);
Can those two go into a header file please?
Segher
More information about the Linuxppc-dev
mailing list