Re: [PATCH 1/1] powerpc: Fix initramfs size in PPC32 build

2010-10-31 Thread Geert Uytterhoeven
On Fri, 22 Oct 2010, Kerstin Jonsson wrote: > commit ffe8018c3424892c9590048fc36caa6c3e0c8a76 of the -mm tree > fixes the initramfs size calculation for e.g. s390 but breaks it > for 32bit architectures which do not define CONFIG_32BIT. > > This patch fix the problem for PPC32 which will elsewise

Re: PowerMac G4 RAM

2010-10-31 Thread Benjamin Herrenschmidt
On Sat, 2010-10-30 at 22:48 -0500, kevin diggs wrote: > Hi, > > I have a G4 that has 1.25 G of ram. Under Linux I only get 768M? > Anyone know why? It is a GiGE with a dual 7455 PowerLogix cpu upgrade. > Kernel is 2.6.28. Tried enabling CONFIG_HIGHMEM ? Cheers, Ben. ___

Re: [PATCH v2 02/22] bitops: rename generic little-endian bitops functions

2010-10-31 Thread Hans-Christian Egtvedt
Around Thu 21 Oct 2010 23:40:57 +0900 or thereabout, Akinobu Mita wrote: > As a preparation for providing little-endian bitops for all architectures, > This removes generic_ prefix from little-endian bitops function names > in asm-generic/bitops/le.h. > > s/generic_find_next_le_bit/find_next_le_bi

eabi supported

2010-10-31 Thread Oliver Kowalke
Hi, could you tell me which Linux distribution does support powerpc with eabi (embedded abi)? I tried 'T2 Project' but it doesn't offer ABI selection in its config script. thx, Oliver ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org htt

Re: [PATCH] OF device tree: Move of_get_mac_address() to a common source file.

2010-10-31 Thread Grant Likely
On Tue, Oct 26, 2010 at 03:07:13PM -0700, David Daney wrote: > There are two identical implementations of of_get_mac_address(), one > each in arch/powerpc/kernel/prom_parse.c and > arch/microblaze/kernel/prom_parse.c. Move this function to a new > common file of_net.{c,h} and adjust all the caller

Re:

2010-10-31 Thread Michal Simek
Hi, Nishanth Aravamudan wrote: Use set_dma_ops and remove now used-once oddly named temp pointer sd. Signed-off-by: Milton Miller Signed-off-by: Nishanth Aravamudan Cc: b...@kernel.crashing.org Cc: linuxppc-dev@lists.ozlabs.org --- arch/microblaze/pci/pci-common.c |6 ++ 1 files chan