]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/x86/mm/tlb.c
x86: Store a per-cpu shadow copy of CR4
[mirror_ubuntu-artful-kernel.git] / arch / x86 / mm / tlb.c
index ee61c36d64f84dd944873ec0acf80b4f8ad06da7..3250f2371aea5c9f2c8f8f19d4f6535627e0e188 100644 (file)
@@ -14,9 +14,6 @@
 #include <asm/uv/uv.h>
 #include <linux/debugfs.h>
 
-DEFINE_PER_CPU_SHARED_ALIGNED(struct tlb_state, cpu_tlbstate)
-                       = { &init_mm, 0, };
-
 /*
  *     Smarter SMP flushing macros.
  *             c/o Linus Torvalds.