]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/lib/copy_from_user.S
x86: add framework to disable CPUID bits on the command line
[linux-2.6-omap-h63xx.git] / arch / arm / lib / copy_from_user.S
index 7497393a0e814d588a07c3f4bcd9fe4d65b3a62f..6b7363ce749cd80a451315e3ba8b7e94e53f9eee 100644 (file)
@@ -16,7 +16,7 @@
 /*
  * Prototype:
  *
- *     size_t __arch_copy_from_user(void *to, const void *from, size_t n)
+ *     size_t __copy_from_user(void *to, const void *from, size_t n)
  *
  * Purpose:
  *
@@ -83,7 +83,7 @@
 
        .text
 
-ENTRY(__arch_copy_from_user)
+ENTRY(__copy_from_user)
 
 #include "copy_template.S"