[SH][PATCH] SH Kernel compatibility
Kaz Kojima
kkojima@rr.iij4u.or.jp
Tue Feb 10 01:35:00 GMT 2009
Andrew Stubbs <ams@codesourcery.com> wrote:
> Here's an updated version of this patch. This one has proper copyright
> year updates and a properly formed ChangeLog.
>
> Please apply this patch, if it's OK.
Perhaps our posts were crossing. Could you see
http://sourceware.org/ml/libc-alpha/2009-02/msg00034.html
already?
Plus one minor nit, it'd be better to adjust the indentation
of struct user_fpu_struct so to match other struct definitions
in procfs.h like as:
struct user_fpu_struct
{
unsigned long fp_regs[16];
unsigned long xfp_regs[16];
unsigned long fpscr;
unsigned long fpul;
};
Sorry for not noticing this earlier.
Regards,
kaz
More information about the Libc-alpha
mailing list