]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-ia64/tlbflush.h
[LLC]: Use skb_reset_mac_header in llc_mac_hdr_init
[linux-2.6-omap-h63xx.git] / include / asm-ia64 / tlbflush.h
index b65c62702724afe056d5f231e5e5b2b9d08b36ef..cf9acb9bb1fb69b7744f4e40081ad1bdcf8061b0 100644 (file)
@@ -6,7 +6,6 @@
  *     David Mosberger-Tang <davidm@hpl.hp.com>
  */
 
-#include <linux/config.h>
 
 #include <linux/mm.h>
 
@@ -51,6 +50,7 @@ flush_tlb_mm (struct mm_struct *mm)
        if (!mm)
                return;
 
+       set_bit(mm->context, ia64_ctx.flushmap);
        mm->context = 0;
 
        if (atomic_read(&mm->mm_users) == 0)