From: Glauber de Oliveira Costa Date: Wed, 17 Oct 2007 16:04:38 +0000 (+0200) Subject: x86: remove STR() macros X-Git-Tag: v2.6.24-rc1~476^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92b2dc79c3bb3f08afae6c0feaeea593b9c83a76;p=pandora-kernel.git x86: remove STR() macros This patch removes the __STR() and STR() macros from x86_64 header files. They seem to be legacy, and has no more users. Even if there were users, they should use __stringify() instead. In fact, there were one third place in which this macro was defined (ia32_binfmt.c), and used just below. In this file, usage was properly converted to __stringify() [ tglx: arch/x86 adaptation ] Signed-off-by: Glauber de Oliveira Costa Signed-off-by: Andi Kleen Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed