aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/ia64/err_inject.txt
Commit message (Collapse)AuthorAge
* [IA64] Fix example error injection programTony Luck2007-02-05
| | | | | | | | | Progam accessed using /sys/devices/system/node/node0/cpu%d/err_inject/ This path only exists for CONFIG_NUMA=y systems. Better to use /sys/devices/system/cpu/cpu%d/err_inject/ which is available on all systems. Signed-off-by: Tony Luck <tony.luck@intel.com>
* [IA64] Itanium MC Error Injection Tool: Doc and sample applicationFenghua Yu2007-01-29
This patch contains a documention and sample application. Since the sample application has ~1000 lines of code, it might not be suitable in a kernel documention in kenrel tree. If you think this is not good place to hold the sample application, please let me know and I'm open to other choices e.g. sourceforge etc. Signed-off-by: Fenghua Yu <fenghua.yu@intel.com> Signed-off-by: Tony Luck <tony.luck@intel.com>