[patch 06/10] Add notify die hooks and remove some redundant debugger hooks

Christoph Hellwig hch at lst.de
Thu Mar 22 03:14:47 EST 2007


> Index: linux-2.6/include/asm-powerpc/kdebug.h
> ===================================================================
> --- linux-2.6.orig/include/asm-powerpc/kdebug.h	2007-03-11 12:36:52.000000000 -0500
> +++ linux-2.6/include/asm-powerpc/kdebug.h	2007-03-11 12:37:05.000000000 -0500
> @@ -30,6 +30,7 @@
>  	DIE_BPT,
>  	DIE_SSTEP,
>  	DIE_PAGE_FAULT,
> +	DIE_MACHINE_CHECK,
>  };
>  
>  static inline int notify_die(enum die_val val,char *str,struct pt_regs *regs,long err,int trap, int sig)

this is not around anymore after my patch to move the die notifier to
common code and will need some trivial rediffing.



More information about the Linuxppc-dev mailing list