diff options
author | Julia Lawall <julia@diku.dk> | 2010-08-28 17:41:03 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-08-30 09:19:28 +0200 |
commit | 9fbaf49c7f717740002d49eee1bbd03d89d8766a (patch) | |
tree | 6371af62737f5889ee8f1a88ab6c83df8eec03a3 /arch/x86/vdso/vdso.lds.S | |
parent | 660a293ea9be709b893d371fbc0328fcca33c33a (diff) | |
download | linux-9fbaf49c7f717740002d49eee1bbd03d89d8766a.tar.gz linux-9fbaf49c7f717740002d49eee1bbd03d89d8766a.tar.bz2 linux-9fbaf49c7f717740002d49eee1bbd03d89d8766a.zip |
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/)
// <smpl>
@expression@
expression E;
@@
(
* E
|| ... || E
|
* E
&& ... && E
)
// </smpl>
Signed-off-by: Julia Lawall <julia@diku.dk>
Reviewed-by: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Vegard Nossum <vegardno@ifi.uio.no>
LKML-Reference: <1283010066-20935-5-git-send-email-julia@diku.dk>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/vdso/vdso.lds.S')
0 files changed, 0 insertions, 0 deletions