Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e9ef08bdc189e98610bc4b9a6e6f19bc3793b2c8
Commit:     e9ef08bdc189e98610bc4b9a6e6f19bc3793b2c8
Parent:     5263bf65d6342e12ab716db8e529501670979321
Author:     Fenghua Yu <[EMAIL PROTECTED]>
AuthorDate: Fri Dec 8 16:06:01 2006 -0800
Committer:  Tony Luck <[EMAIL PROTECTED]>
CommitDate: Mon Jan 29 15:25:49 2007 -0800

    [IA64] Itanium MC Error Injection Tool: Kernel configuration
    
    This patch has kenrel configuration changes for the MC Error Injection
    Tool.
    
    Signed-off-by: Fenghua Yu <[EMAIL PROTECTED]>
    Signed-off-by: Tony Luck <[EMAIL PROTECTED]>
---
 arch/ia64/Kconfig   |   10 ++++++++++
 arch/ia64/defconfig |    1 +
 2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index fcacfe2..f1e7cc1 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -429,6 +429,16 @@ config IA64_PALINFO
          To use this option, you have to ensure that the "/proc file system
          support" (CONFIG_PROC_FS) is enabled, too.
 
+config IA64_MC_ERR_INJECT
+       tristate "MC error injection support"
+       help
+         Selets whether support for MC error injection. By enabling the
+         support, kernel provide sysfs interface for user application to
+         call MC error injection PAL procedure to inject various errors.
+         This is a useful tool for MCA testing.
+
+         If you're unsure, do not select this option.
+
 config SGI_SN
        def_bool y if (IA64_SGI_SN2 || IA64_GENERIC)
 
diff --git a/arch/ia64/defconfig b/arch/ia64/defconfig
index 9001b3f..327e1f5 100644
--- a/arch/ia64/defconfig
+++ b/arch/ia64/defconfig
@@ -144,6 +144,7 @@ CONFIG_COMPAT=y
 CONFIG_IA64_MCA_RECOVERY=y
 CONFIG_PERFMON=y
 CONFIG_IA64_PALINFO=y
+# CONFIG_MC_ERR_INJECT is not set
 CONFIG_SGI_SN=y
 
 #
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to