Added members 'unsigned char ftype[8]', and 'unsigned int init_flag'

to struct user_fp.  Tnese were added in version 2.2.12 of the ARM
Linux kernel.
This commit is contained in:
Ulrich Drepper 1999-09-14 01:38:51 +00:00
parent ad2b56f270
commit 557847754d

View File

@ -40,6 +40,8 @@ struct user_fp
} fpregs[8];
unsigned int fpsr:32;
unsigned int fpcr:32;
unsigned char ftype[8];
unsigned int init_flag;
};
struct user