]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
x86: remove STR() macros
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Wed, 17 Oct 2007 16:04:38 +0000 (18:04 +0200)
committerThomas Gleixner <tglx@inhelltoy.tec.linutronix.de>
Wed, 17 Oct 2007 18:16:25 +0000 (20:16 +0200)
commit92b2dc79c3bb3f08afae6c0feaeea593b9c83a76
treea4d38dc90e0abf5f0ea7d64afedc9d96ad5e4fd4
parent9efa98159c8b4fd7373d03af9fc06d43f47de0f5
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 <gcosta@redhat.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/ia32/ia32_binfmt.c
include/asm-x86/hw_irq_64.h
include/asm-x86/system_64.h