Changeset 23
- Timestamp:
- 11/13/05 22:38:08 (6 years ago)
- Files:
-
- arch/i386/lib/usercopy.c (modified) (1 diff)
- .version (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
arch/i386/lib/usercopy.c
r22 r23 595 595 copy_to_user(void __user *to, const void *from, unsigned long n) 596 596 { 597 if (current->ring==1) {597 /* if (current->ring==1) { 598 598 printk("need to copy %d bytes from %x to %x\n", n, from, to); 599 599 return 0; 600 } 600 }*/ 601 601 might_sleep(); 602 602 if (access_ok(VERIFY_WRITE, to, n)) .version
r22 r23 1 26 81 269
