]> err.no Git - linux-2.6/blobdiff - Documentation/exception.txt
[PATCH] hpet: fix drift and url
[linux-2.6] / Documentation / exception.txt
index f1d436993eb156831f50a4ab32619f79929dbc02..3cb39ade290eae9d3e3046cfb04fe340e601d5b9 100644 (file)
@@ -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) 
 
 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 
 
 This function verified that the memory area starting at address 
 addr and of size size was accessible for the operation specified