~ubuntu-branches/ubuntu/raring/linux-mvl-dove/raring

« back to all changes in this revision

Viewing changes to arch/arm/include/asm/user.h

  • Committer: Bazaar Package Importer
  • Author(s): Andy Whitcroft, Upstream Kernel Changes
  • Date: 2010-02-23 11:01:14 UTC
  • Revision ID: james.westby@ubuntu.com-20100223110114-fz6zfmji428lpi3x
Tags: 2.6.32-201.11
[ Upstream Kernel Changes ]

* ARM: VFP: add support to sync the VFP state of the current thread
  - LP: #507503
* ARM: VFP: preserve the HW context when calling signal handlers
  - LP: #507503

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
struct user_vfp {
89
89
        unsigned long long fpregs[32];
90
90
        unsigned long fpscr;
 
91
        unsigned long fpexc;
 
92
        unsigned long fpinst;
 
93
        unsigned long fpinst2;
91
94
};
92
95
 
93
96
#endif /* _ARM_USER_H */