Prev: [PATCH] x86, MCE, fix MSR_IA32_MCI_CTL2 CMCI threshold setup
Next: [PATCH 0/3] Fix boot_pageset sharing issue for new populated zones of hotadded nodes
From: Huang Ying on 17 May 2010 04:10 This makes hardware error related log in printk log more explicit. So that the users can report it to hardware vendor instead of LKML or software vendor. Signed-off-by: Huang Ying <ying.huang(a)intel.com> --- include/linux/kernel.h | 7 +++++++ 1 file changed, 7 insertions(+) --- a/include/linux/kernel.h +++ b/include/linux/kernel.h @@ -245,6 +245,13 @@ extern struct pid *session_of_pgrp(struc #define FW_WARN "[Firmware Warn]: " #define FW_INFO "[Firmware Info]: " +/* + * HW_ERR + * Add this to a message for hardware errors, so that user can report + * it to hardware vendor instead of LKML or software vendor. + */ +#define HW_ERR "[Hardware Error]: " + #ifdef CONFIG_PRINTK asmlinkage int vprintk(const char *fmt, va_list args) __attribute__ ((format (printf, 1, 0))); -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |