summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Software/Beignet.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Beignet.mdwn b/Software/Beignet.mdwn
index 6088b804..7870c12a 100644
--- a/Software/Beignet.mdwn
+++ b/Software/Beignet.mdwn
@@ -60,7 +60,7 @@ There are some severe OpenCL related regression in current clang 3.4/3.5 version
be reset by the kernel as the kernel has a GPU hangcheck mechanism. You can disable the
hangcheck by invoke the following command on Ubuntu system:
- `# echo -n 0 > /sys/module/i915/parameters/enable\_hangcheck`
+ `# echo -n 0 > /sys/module/i915/parameters/enable_hangcheck`
But this command is a little bit dangerous, as if your kernel hang, then the gpu will hang
forever.