am c566f35a: am ab0b0cdf: Merge "Finish <sys/user.h>."
* commit 'c566f35af462de45d119fb3b024e3db56d76927a': Finish <sys/user.h>.
This commit is contained in:
commit
d1214a7ec5
@ -196,6 +196,15 @@ struct user_fp {
|
||||
unsigned char ftype[8];
|
||||
unsigned int init_flag;
|
||||
};
|
||||
struct user_vfp {
|
||||
unsigned long long fpregs[32];
|
||||
unsigned long fpscr;
|
||||
};
|
||||
struct user_vfp_exc {
|
||||
unsigned long fpexc;
|
||||
unsigned long fpinst;
|
||||
unsigned long fpinst2;
|
||||
};
|
||||
struct user {
|
||||
struct pt_regs regs;
|
||||
int u_fpvalid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user