X-Git-Url: http://git.agner.ch/gitweb/?a=blobdiff_plain;f=Documentation%2Fkprobes.txt;h=0cfb00fd86ffd7834a395df7688879d42132fb0e;hb=a5d6e63323fe7799eb0e6fd0a41fbfad10fca258;hp=741fe66d6eca4852894cac79d6ad2d3162486c7a;hpb=9ae21ca362679757786f5abe556c7943e9001426;p=linux-drm-fsl-dcu.git diff --git a/Documentation/kprobes.txt b/Documentation/kprobes.txt index 741fe66d6eca..0cfb00fd86ff 100644 --- a/Documentation/kprobes.txt +++ b/Documentation/kprobes.txt @@ -598,7 +598,7 @@ a 5-byte jump instruction. So there are several limitations. a) The instructions in DCR must be relocatable. b) The instructions in DCR must not include a call instruction. c) JTPR must not be targeted by any jump or call instruction. -d) DCR must not straddle the border betweeen functions. +d) DCR must not straddle the border between functions. Anyway, these limitations are checked by the in-kernel instruction decoder, so you don't need to worry about that.