From: Dan Mick Date: Tue, 18 Nov 2014 23:21:30 +0000 (-0800) Subject: erasure-code isa-l: remove duplicated lines (fix warning) X-Git-Tag: v0.90~69^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2960%2Fhead;p=ceph.git erasure-code isa-l: remove duplicated lines (fix warning) 06a245a added a section def to assembly files; I added it twice to this file. There's no damage, but a compiler warning (on machines with yasm installed) Signed-off-by: Dan Mick --- diff --git a/src/erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_avx.asm.s b/src/erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_avx.asm.s index 593a731883f0..894783f6346b 100644 --- a/src/erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_avx.asm.s +++ b/src/erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_avx.asm.s @@ -198,5 +198,3 @@ global %1_slver slversion gf_vect_dot_prod_avx, 02, 03, 0061 ; inform linker that this doesn't require executable stack section .note.GNU-stack noalloc noexec nowrite progbits -; inform linker that this doesn't require executable stack -section .note.GNU-stack noalloc noexec nowrite progbits