dect
/
linux-2.6
Archived
13
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
Mark Nelson 5b20cd80b4 x86: replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE #define
Replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE in the coredump code which
allows for more flexibility in the note type for the state of 'extended
floating point' implementations in coredumps.  New note types can now be
added with an appropriate #define.

This does #define ELF_CORE_XFPREG_TYPE to be NT_PRXFPREG in all
current users so there's are no change in behaviour.

This will let us use different note types on powerpc for the Altivec/VMX
state that some PowerPC cpus have (G4, PPC970, POWER6) and for the SPE
(signal processing extension) state that some embedded PowerPC cpus from
Freescale have.

Signed-off-by: Mark Nelson <markn@au1.ibm.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Andi Kleen <ak@suse.de>
Cc: <linux-arch@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-17 08:42:44 -07:00
..
Makefile x86_64: move ia32 2007-10-11 11:17:21 +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_64: move ia32 2007-10-11 11:17:21 +02:00
ia32_binfmt.c x86: replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE #define 2007-10-17 08:42:44 -07: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 i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mmap32.c x86_64: move ia32 2007-10-11 11:17:21 +02:00
ptrace32.c x86_64: move ia32 2007-10-11 11:17:21 +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