Changeset 23

Show
Ignore:
Timestamp:
11/13/05 22:38:08 (6 years ago)
Author:
dkaplan1
Message:

Re-enabled copy_to_user which seems to work perfectly :)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • arch/i386/lib/usercopy.c

    r22 r23  
    595595copy_to_user(void __user *to, const void *from, unsigned long n) 
    596596{ 
    597     if (current->ring==1) { 
     597/*    if (current->ring==1) { 
    598598        printk("need to copy %d bytes from %x to %x\n", n, from, to); 
    599599        return 0; 
    600     } 
     600    }*/ 
    601601        might_sleep(); 
    602602        if (access_ok(VERIFY_WRITE, to, n)) 
  • .version

    r22 r23  
    1 268 
     1269