mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are enabled
[linux-2.6-microblaze.git] / arch / hexagon / include / asm / uaccess.h
index e4127e4..f000a38 100644 (file)
@@ -36,7 +36,8 @@
  * @addr: User space pointer to start of block to check
  * @size: Size of block to check
  *
- * Context: User context only.  This function may sleep.
+ * Context: User context only. This function may sleep if pagefaults are
+ *          enabled.
  *
  * Checks if a pointer to a block of memory in user space is valid.
  *