X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=inline;f=mm%2Fmemory.c;h=6105f475fa8633edf5180792b2cf0c5288734f08;hb=c38f62b08d800104fa9b0e9d6e9141459986c06d;hp=3416b6e018d6a7667fce3168924da3dccdec8e22;hpb=f0a5ec0e8da4521036799ced340172b2732845a8;p=~andy%2Flinux diff --git a/mm/memory.c b/mm/memory.c index 3416b6e018d..6105f475fa8 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -3623,13 +3623,7 @@ static int __init gate_vma_init(void) gate_vma.vm_end = FIXADDR_USER_END; gate_vma.vm_flags = VM_READ | VM_MAYREAD | VM_EXEC | VM_MAYEXEC; gate_vma.vm_page_prot = __P101; - /* - * Make sure the vDSO gets into every core dump. - * Dumping its contents makes post-mortem fully interpretable later - * without matching up the same kernel and hardware config to see - * what PC values meant. - */ - gate_vma.vm_flags |= VM_ALWAYSDUMP; + return 0; } __initcall(gate_vma_init);