]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - Documentation/exception.txt
h63xx: tsc2101 alsa sound support
[linux-2.6-omap-h63xx.git] / 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) 
-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