]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[IA64] Fix example error injection program
authorTony Luck <tony.luck@intel.com>
Mon, 5 Feb 2007 23:47:43 +0000 (15:47 -0800)
committerTony Luck <tony.luck@intel.com>
Mon, 5 Feb 2007 23:47:43 +0000 (15:47 -0800)
commite1b43bd556a611584a65f529e5077c1b54ace4f7
tree492c53f72e47fac6ceb20ea5590405d09155f84c
parent1138b7e2d40711b024768034beb64885994271e4
[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>
Documentation/ia64/err_inject.txt