[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <OF33B57F6A.69479DBB-ON482575D4.00247552-482575D4.002503BB@sunplusct.com>
Date: Sat, 13 Jun 2009 14:39:50 +0800
From: liqin.chen@...plusct.com
To: Arnd Bergmann <arnd@...db.de>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-arch@...r.kernel.org, linux-kernel@...r.kernel.org,
torvalds@...ux-foundation.org
Subject: Re: [PATCH 07/27] score: create head files elf.h emergency-restart.h
errno.h
Arnd Bergmann <arnd@...db.de> 写于 2009-06-10 01:20:09:
> On Tuesday 09 June 2009, liqin.chen@...plusct.com wrote:
> > --- /dev/null
> > +++ b/arch/score/include/asm/errno.h
> > @@ -0,0 +1,7 @@
> > +#ifndef _ASM_SCORE_ERRNO_H
> > +#define _ASM_SCORE_ERRNO_H
> > +
> > +#include <asm-generic/errno.h>
> > +#define EMAXERRNO 1024
> > +
> > +#endif /* _ASM_SCORE_ERRNO_H */
>
> EMAXERRNO is mips specific right now. Do you actually need it somewhere?
>
Yes, I used it in entry.S, maybe I could remove this define latter.
Best Regards
Liqin
--
Powered by blists - more mailing lists