git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1138b7e
)
[IA64] Fix example error injection program
author
Tony Luck
<tony.luck@intel.com>
Mon, 5 Feb 2007 23:47:43 +0000
(15:47 -0800)
committer
Tony Luck
<tony.luck@intel.com>
Mon, 5 Feb 2007 23:47:43 +0000
(15:47 -0800)
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>
No differences found