This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / um / sys-i386 / ldt.c
index ba77cca..33e3021 100644 (file)
@@ -13,8 +13,6 @@
 #ifdef CONFIG_MODE_TT
 extern int modify_ldt(int func, void *ptr, unsigned long bytecount);
 
-/* XXX this needs copy_to_user and copy_from_user */
-
 int sys_modify_ldt_tt(int func, void *ptr, unsigned long bytecount)
 {
        if(verify_area(VERIFY_READ, ptr, bytecount)) return(-EFAULT);