X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fexception.txt;h=3cb39ade290eae9d3e3046cfb04fe340e601d5b9;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=f1d436993eb156831f50a4ab32619f79929dbc02;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/Documentation/exception.txt b/Documentation/exception.txt index f1d436993..3cb39ade2 100644 --- a/Documentation/exception.txt +++ b/Documentation/exception.txt @@ -7,7 +7,7 @@ To protect itself the kernel has to verify this address. In older versions of Linux this was done with the int verify_area(int type, const void * addr, unsigned long size) -function. +function (which has since been replaced by access_ok()). This function verified that the memory area starting at address addr and of size size was accessible for the operation specified