* Makefile.am (EXTRA_DIST): Add linux/alpha/userent.h, linux/arm/userent.h, linux/avr32/userent.h, linux/bfin/userent.h, linux/crisv10/userent.h, linux/crisv32/userent.h, linux/i386/userent.h, linux/i386/userent0.h, linux/ia64/userent.h, linux/m68k/userent.h, linux/microblaze/userent.h, linux/mips/userent.h, linux/or1k/userent.h, linux/powerpc/userent.h, linux/s390/userent.h, linux/s390/userent0.h, linux/s390/userent1.h, linux/s390x/userent.h, linux/sh/userent.h, linux/sh/userent0.h, linux/sh64/userent.h, linux/sparc/userent.h, linux/sparc64/userent.h, linux/tile/userent.h, linux/userent.h, linux/userent0.h, linux/x32/userent.h, linux/x86_64/userent.h, and linux/xtensa/userent.h. * process.c (struct_user_offsets): Split into architecture-specific include files, inculde userent.h.
20 lines
460 B
C
20 lines
460 B
C
#include "../s390/userent0.h"
|
|
{ PT_FPR0, "fpr0" },
|
|
{ PT_FPR1, "fpr1" },
|
|
{ PT_FPR2, "fpr2" },
|
|
{ PT_FPR3, "fpr3" },
|
|
{ PT_FPR4, "fpr4" },
|
|
{ PT_FPR5, "fpr5" },
|
|
{ PT_FPR6, "fpr6" },
|
|
{ PT_FPR7, "fpr7" },
|
|
{ PT_FPR8, "fpr8" },
|
|
{ PT_FPR9, "fpr9" },
|
|
{ PT_FPR10, "fpr10" },
|
|
{ PT_FPR11, "fpr11" },
|
|
{ PT_FPR12, "fpr12" },
|
|
{ PT_FPR13, "fpr13" },
|
|
{ PT_FPR14, "fpr14" },
|
|
{ PT_FPR15, "fpr15" },
|
|
/* Other fields in "struct user" */
|
|
#include "../s390/userent1.h"
|