commit | e1b43bd556a611584a65f529e5077c1b54ace4f7 | [log] [tgz] |
---|---|---|
author | Tony Luck <tony.luck@intel.com> | Mon Feb 05 15:47:43 2007 -0800 |
committer | Tony Luck <tony.luck@intel.com> | Mon Feb 05 15:47:43 2007 -0800 |
tree | 492c53f72e47fac6ceb20ea5590405d09155f84c | |
parent | 1138b7e2d40711b024768034beb64885994271e4 [diff] |
[IA64] Fix example error injection program 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>