On Thu, Apr 30, 2009 at 6:21 PM, Kyle Moffett wrote:
>>> I'm also curious about the intent of the "mdio_instance" pointer (IE:
>>> the "mdio-device" property). Is that used when all the PHY devices
>>> are attached to the MDIO bus of only one of the (multiple) emac
>>> devices?
>>
>> It's common
Latest pull from Linus' git.
Cheers,
Sean
WARNING: vmlinux.o (.text): unexpected non-allocatable section.
Did you forget to use "ax"/"aw" in a .S file?
Note that for example contains
section definitions for use in .S files.
WARNING: vmlinux.o (.head.text): unexpected non-allocatable section.
On Sat, 2009-05-02 at 21:48 +0200, Segher Boessenkool wrote:
> > This patch introduces HAVE_NORMAL_FRAME_POINTER Kconfig symbol. When
> > defined, the top level Makefile won't add -fno-omit-frame-pointer
> > cflag (the flag is useless for PowerPC kernels, and also makes gcc
> > generate wrong code
This patch introduces HAVE_NORMAL_FRAME_POINTER Kconfig symbol. When
defined, the top level Makefile won't add -fno-omit-frame-pointer
cflag (the flag is useless for PowerPC kernels, and also makes gcc
generate wrong code).
+++ b/arch/powerpc/Kconfig
+ select HAVE_NORMAL_FRAME_POINTER
Hi Paul/Ben,
Here is an updated pull request which adds a fix to the bootwrapper
Makefile clean-files list. Please pull 'merge' branch of
git://git.secretlab.ca/git/linux-2.6
Thanks,
g.
The following changes since commit 091438dd5668396328a3419abcbc6591159eb8d1:
Linus Torvalds (1):
Li
On Sat, May 02, 2009 at 09:49:09AM +0200, Jean Delvare wrote:
>On Sat, 2 May 2009 15:07:12 +1000, Paul Mackerras wrote:
>> Jean Delvare writes:
>>
>> > The legacy i2c binding model is going away soon, so convert the
>> > macintosh windfarm drivers to the new model or they will break.
>>
>> All wo
On Sat, 2 May 2009 15:07:12 +1000, Paul Mackerras wrote:
> Jean Delvare writes:
>
> > The legacy i2c binding model is going away soon, so convert the
> > macintosh windfarm drivers to the new model or they will break.
>
> All works OK on my quad G5 (PowerMac11,2).
>
> Tested-by: Paul Mackerras