diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-07 15:34:57 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-07 15:34:57 -0400 |
commit | a989705c4cf6e6c1a339c95f9daf658b4ba88ca8 (patch) | |
tree | d1925b831ec9fbae65db1b193dbad1869c43a9bc /arch/ia64/Kconfig | |
parent | 2d56d3c43cc97ae48586745556f5a5b564d61582 (diff) | |
parent | d29182534c5f39ff899763d1e0982d8f33791d6f (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:
[IA64] update memory attribute aliasing documentation & test cases
[IA64] fail mmaps that span areas with incompatible attributes
[IA64] allow WB /sys/.../legacy_mem mmaps
[IA64] make ioremap avoid unsupported attributes
[IA64] rename ioremap variables to match i386
[IA64] relax per-cpu TLB requirement to DTC
[IA64] remove per-cpu ia64_phys_stacked_size_p8
[IA64] Fix example error injection program
[IA64] Itanium MC Error Injection Tool: pal_mc_error_inject() interface
[IA64] Itanium MC Error Injection Tool: Makefile changes
[IA64] Itanium MC Error Injection Tool: Driver sysfs interface
[IA64] Itanium MC Error Injection Tool: Doc and sample application
[IA64] Itanium MC Error Injection Tool: Kernel configuration
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 3b71f97d0b60..e23af4b6ae8c 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -439,6 +439,16 @@ config IA64_PALINFO | |||
439 | To use this option, you have to ensure that the "/proc file system | 439 | To use this option, you have to ensure that the "/proc file system |
440 | support" (CONFIG_PROC_FS) is enabled, too. | 440 | support" (CONFIG_PROC_FS) is enabled, too. |
441 | 441 | ||
442 | config IA64_MC_ERR_INJECT | ||
443 | tristate "MC error injection support" | ||
444 | help | ||
445 | Selets whether support for MC error injection. By enabling the | ||
446 | support, kernel provide sysfs interface for user application to | ||
447 | call MC error injection PAL procedure to inject various errors. | ||
448 | This is a useful tool for MCA testing. | ||
449 | |||
450 | If you're unsure, do not select this option. | ||
451 | |||
442 | config SGI_SN | 452 | config SGI_SN |
443 | def_bool y if (IA64_SGI_SN2 || IA64_GENERIC) | 453 | def_bool y if (IA64_SGI_SN2 || IA64_GENERIC) |
444 | 454 | ||