2008-02-29 04:40:29

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: semaphore update merge conflicts

Hi Willy,

Not as bad as I thought it might be! :-)

The merge had the following conflicts:

Documentation/feature-removal-schedule.txt
Conflicts with the ocfs2 tree - trivial to fix.
arch/avr32/kernel/semaphore.c
the avr32 tree appeared to just change spaces to tabs
in this file so I removed it (as your changes did).
include/linux/memory.h
the driver-core changed the semaphore in here to a mutex,
so the change from asm/semaphore.h to linux/semaphore.h
is no longer needed.

--
Cheers,
Stephen Rothwell [email protected]


Attachments:
(No filename) (564.00 B)
(No filename) (189.00 B)
Download all attachments

2008-02-29 10:18:34

by Haavard Skinnemoen

[permalink] [raw]
Subject: Re: linux-next: semaphore update merge conflicts

On Fri, 29 Feb 2008 15:39:58 +1100
Stephen Rothwell <[email protected]> wrote:

> arch/avr32/kernel/semaphore.c
> the avr32 tree appeared to just change spaces to tabs
> in this file so I removed it (as your changes did).

I yanked that change out of my tree. No point cleaning up that file if
it's going away.

Haavard

2008-02-29 12:17:20

by Stephen Rothwell

[permalink] [raw]
Subject: Re: linux-next: semaphore update merge conflicts

On Fri, 29 Feb 2008 11:17:31 +0100 Haavard Skinnemoen <[email protected]> wrote:
>
> Stephen Rothwell <[email protected]> wrote:
>
> > arch/avr32/kernel/semaphore.c
> > the avr32 tree appeared to just change spaces to tabs
> > in this file so I removed it (as your changes did).
>
> I yanked that change out of my tree. No point cleaning up that file if
> it's going away.

OK, thanks.

By the way, is there some place I can get a cross compiler to build avr32
kernels (or better yet a recipe for crosstool to make one)?

--
Cheers,
Stephen Rothwell [email protected]


Attachments:
(No filename) (605.00 B)
(No filename) (189.00 B)
Download all attachments

2008-02-29 12:26:07

by Haavard Skinnemoen

[permalink] [raw]
Subject: Re: linux-next: semaphore update merge conflicts

On Fri, 29 Feb 2008 23:17:04 +1100
Stephen Rothwell <[email protected]> wrote:

> On Fri, 29 Feb 2008 11:17:31 +0100 Haavard Skinnemoen <[email protected]> wrote:
> >
> > Stephen Rothwell <[email protected]> wrote:
> >
> > > arch/avr32/kernel/semaphore.c
> > > the avr32 tree appeared to just change spaces to tabs
> > > in this file so I removed it (as your changes did).
> >
> > I yanked that change out of my tree. No point cleaning up that file if
> > it's going away.
>
> OK, thanks.
>
> By the way, is there some place I can get a cross compiler to build avr32
> kernels (or better yet a recipe for crosstool to make one)?

You can get the official toolchain from this page:

http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4118

I'm not sure about crosstool, but you can get a patched version of
buildroot from this page:

http://www.atmel.no/buildroot/

Maybe you can just grab the patches from buildroot and use them with
crosstool? Or I can send them to you if you don't want to download the
whole thing.

Haavard

2008-02-29 12:30:34

by Stephen Rothwell

[permalink] [raw]
Subject: Re: linux-next: semaphore update merge conflicts

On Fri, 29 Feb 2008 13:25:14 +0100 Haavard Skinnemoen <[email protected]> wrote:
>
> On Fri, 29 Feb 2008 23:17:04 +1100
> Stephen Rothwell <[email protected]> wrote:
>
> > By the way, is there some place I can get a cross compiler to build avr32
> > kernels (or better yet a recipe for crosstool to make one)?
>
> You can get the official toolchain from this page:
>
> http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4118
>
> I'm not sure about crosstool, but you can get a patched version of
> buildroot from this page:
>
> http://www.atmel.no/buildroot/
>
> Maybe you can just grab the patches from buildroot and use them with
> crosstool? Or I can send them to you if you don't want to download the
> whole thing.

I'll have a look and let you know. Thanks.

--
Cheers,
Stephen Rothwell [email protected]
http://www.canb.auug.org.au/~sfr/


Attachments:
(No filename) (888.00 B)
(No filename) (189.00 B)
Download all attachments