From: Julia Lawall Date: Sat, 28 Aug 2010 15:41:03 +0000 (+0200) Subject: x86, kmemcheck: Remove double test X-Git-Tag: v2.6.37-rc1~203^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fbaf49c7f717740002d49eee1bbd03d89d8766a;p=pandora-kernel.git x86, kmemcheck: Remove double test The opcodes 0x2e and 0x3e are tested for in the first Group 2 line as well. The sematic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @expression@ expression E; @@ ( * E || ... || E | * E && ... && E ) // Signed-off-by: Julia Lawall Reviewed-by: Pekka Enberg Cc: Vegard Nossum LKML-Reference: <1283010066-20935-5-git-send-email-julia@diku.dk> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed