]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/fork.c
SC26XX: missing PORT define in serial_core.h
[linux-2.6-omap-h63xx.git] / kernel / fork.c
index 31a2bad63a0823189f0f5940595970c4a54e0c34..4363a4eb84e329db0c34617152cb6a452ed8cab4 100644 (file)
@@ -390,7 +390,7 @@ struct mm_struct * mm_alloc(void)
  * is dropped: either by a lazy thread or by
  * mmput. Free the page directory and the mm.
  */
-void fastcall __mmdrop(struct mm_struct *mm)
+void __mmdrop(struct mm_struct *mm)
 {
        BUG_ON(mm == &init_mm);
        mm_free_pgd(mm);