Skip to content

Commit 80e400b

Browse files
committed
syscall-steal: Refine comment
1 parent e61a0d6 commit 80e400b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/syscall-steal.c

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
/*
2-
* syscall_steal.c
2+
* syscall-steal.c
33
*
44
* System call "stealing" sample.
55
*
66
* Disables page protection at a processor level by changing the 16th bit
77
* in the cr0 register (could be Intel specific).
8-
*
9-
* Based on example by Peter Jay Salzman and
10-
* https://bbs.archlinux.org/viewtopic.php?id=139406
118
*/
129

1310
#include <linux/delay.h>

0 commit comments

Comments
 (0)