On Tue, 06 Mar 2007 15:21:40 -0800 (PST)
David Miller <[EMAIL PROTECTED]> wrote:
> From: Andrew Morton <[EMAIL PROTECTED]>
> Date: Tue, 6 Mar 2007 14:32:06 -0800
>
> > ho hum, I didn't know that, so we missed rc2-mm2.
> >
> > Could I have symlinks in /pub/scm/linux/kernel/git/davem/ to net-lates
From: Andrew Morton <[EMAIL PROTECTED]>
Date: Tue, 6 Mar 2007 14:32:06 -0800
> ho hum, I didn't know that, so we missed rc2-mm2.
>
> Could I have symlinks in /pub/scm/linux/kernel/git/davem/ to net-latest and
> sparc-latest please?
When we are in a merge window, I have only one tree for sparc
an
On Tue, 06 Mar 2007 10:11:40 -0800 (PST)
David Miller <[EMAIL PROTECTED]> wrote:
> From: [EMAIL PROTECTED]
> Date: Tue, 06 Mar 2007 02:42:28 -0800
>
> > From: Stephen Hemminger <[EMAIL PROTECTED]>
> >
> > Implement div64_64(): 64-bit by 64-bit division. Needed by networking (at
> > least).
>
>
From: Ralf Baechle <[EMAIL PROTECTED]>
Date: Tue, 6 Mar 2007 19:46:32 +
> On Tue, Mar 06, 2007 at 02:42:28AM -0800, [EMAIL PROTECTED] wrote:
>
> > Implement div64_64(): 64-bit by 64-bit division. Needed by networking (at
> > least).
>
> Your patch only implements div64_64() for 32-bit MIPS.
On Tue, Mar 06, 2007 at 02:42:28AM -0800, [EMAIL PROTECTED] wrote:
> Implement div64_64(): 64-bit by 64-bit division. Needed by networking (at
> least).
Your patch only implements div64_64() for 32-bit MIPS. Below patch adds
the trivial 64-bit bits.
Ralf
Signed-off-by: Ralf Baechle <[EMAIL
From: [EMAIL PROTECTED]
Date: Tue, 06 Mar 2007 02:42:28 -0800
> From: Stephen Hemminger <[EMAIL PROTECTED]>
>
> Implement div64_64(): 64-bit by 64-bit division. Needed by networking (at
> least).
This patch, with the types.h fixes of your's, is already in my
net-2.6.22 GIT tree if you'd like to
From: Stephen Hemminger <[EMAIL PROTECTED]>
Implement div64_64(): 64-bit by 64-bit division. Needed by networking (at
least).
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
Cc: Russell King <[EMAIL PROTECTED]>
Cc: Geert Uytterhoeven <[EMAIL PROTECTED]>
Cc: Roman Zippel <[EMAIL PROTECTED]>