Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/x86/ia32
Glauber de Oliveira Costa 92b2dc79c3 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>
2007-10-17 20:16:25 +02:00
..
audit.c i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
fpu32.c x86_64: move ia32 2007-10-11 11:17:21 +02:00
ia32_aout.c x86: initialize 64bit registers for a.out executables 2007-10-17 20:15:30 +02:00
ia32_binfmt.c x86: remove STR() macros 2007-10-17 20:16:25 +02:00
ia32_signal.c x86_64: move ia32 2007-10-11 11:17:21 +02:00
ia32entry.S x86_64: move ia32 2007-10-11 11:17:21 +02:00
ipc32.c remove include/asm-*/ipc.h 2007-10-17 08:42:55 -07:00
Makefile x86_64: install unstripped copies of compat vdso on disk 2007-10-17 20:15:18 +02:00
mmap32.c x86_64: move ia32 2007-10-11 11:17:21 +02:00
ptrace32.c x86_64: Fix compat emulation of PTRACE_GET/SET_THREAD_AREA 2007-10-17 20:15:34 +02:00
sys_ia32.c x86_64: move ia32 2007-10-11 11:17:21 +02:00
syscall32.c x86_64: move ia32 2007-10-11 11:17:21 +02:00
syscall32_syscall.S x86_64: move ia32 2007-10-11 11:17:21 +02:00
tls32.c x86_64: move ia32 2007-10-11 11:17:21 +02:00
vsyscall-sigreturn.S x86_64: move ia32 2007-10-11 11:17:21 +02:00
vsyscall-syscall.S x86_64: move ia32 2007-10-11 11:17:21 +02:00
vsyscall-sysenter.S x86_64: move ia32 2007-10-11 11:17:21 +02:00
vsyscall.lds x86_64: move ia32 2007-10-11 11:17:21 +02:00