From: Andi Kleen Date: Wed, 17 Oct 2007 16:04:38 +0000 (+0200) Subject: i386: Remove strrchr assembler implementation X-Git-Tag: v2.6.24-rc1~476^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61d08a9ea3d5fd680213aa7a15fcda69ce11987d;p=pandora-kernel.git i386: Remove strrchr assembler implementation The constraints in the inline assembler implementation of i386 strrchr() were incorrect and break the build with recent gcc 4.3. Since there are only very few callers of strrchr() and none of them are performance relevant just remove the assembler implementation and use the C fallback instead. [ tglx: arch/x86 adaptation ] Cc: rguenther@suse.de Signed-off-by: Andi Kleen Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed