Bug 1526653 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Thanks.  That's as I feared -- it's the only user.h I found in the Raspbian sources.  The user_fpregs structure is completely inappropriate for ARM.

Ideally we'd be able to #ifdef our way out of this but there doesn't seem to be a reliable #ifdef for Raspbian.  I may resort to just placing some comments in the code so that the next person to attempt this will be less puzzled.
Thanks.  That's as I feared -- it's the only user.h I found in the Raspbian sources also, I was hoping the device would have something better.  The user_fpregs structure is completely inappropriate for ARM.

Ideally we'd be able to #ifdef our way out of this but there doesn't seem to be a reliable #ifdef for Raspbian.  I may resort to just placing some comments in the code so that the next person to attempt this will be less puzzled.

Back to Bug 1526653 Comment 4