Re: [PATCH 0/3 v2] Remove need for include/asm-ppc

2007-08-19 Thread David Gibson
On Sat, Aug 18, 2007 at 12:05:36PM -0500, Kumar Gala wrote: > This patch series removes the need for include/asm-ppc in the ARCH=powerpc > build for ppc32. They exist in the following git tree: > > master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git for-2.6.24 > > posting here for ev

Re: [PATCH 3/3 v2][POWERPC] Stop include asm-ppc when building ARCH=powerpc for ppc32

2007-08-19 Thread Paul Mackerras
Kumar Gala writes: > We no longer have any dependancies on include/asm-ppc so we can get ride > of the makefile hacks to include it in the build process. On 32-bit powermac, I get: CC [M] drivers/macintosh/ans-lcd.o /home/paulus/kernel/powerpc/drivers/macintosh/ans-lcd.c:17:25: error: asm/an

Please pull Kumar's fixes-2.6.23 branch

2007-08-19 Thread Paul Mackerras
Linus, Please do a pull from: git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git fixes-2.6.23 to get four commits from Kumar that fix some bugs in the platform support for Freescale PowerPC platforms. One of the commits looks rather large, but that is because rather than fix the sa

Re: Please pull from 'for-2.6.24' branch

2007-08-19 Thread Paul Mackerras
Josh Boyer writes: > Josh Boyer (10): > Rename 4xx paths to 40x > 4xx Kconfig cleanup > Rename 44x bootwrapper > 4xx bootwrapper reworks > 40x MMU > 40x decrementer fixes > Fix 40x build > Bamboo DTS > Bamboo board support > Bamboo zImage

[PATCH] [POWERPC] iSeries: clean up lparmap mess

2007-08-19 Thread Stephen Rothwell
We need to have xLparMap in ead_64.S so that it is at a fixed address (because the linker will not resolve (address & 0x) for us). But the assembler miscalculates the KERNEL_VSID() expressions. So put the confusing expressions into asm-offset.c. Signed-off-by: Stephen Rothwell <[EMAIL PRO

Re: [PATCH 6/7 v2] fs_enet: Be an of_platform device when CONFIG_PPC_CPM_NEW_BINDING is set.

2007-08-19 Thread Scott Wood
On Sat, Aug 18, 2007 at 11:36:24AM -0500, Kumar Gala wrote: > This patch seems to mix moving to using the device tree directly w/o > some other modifications. Can it be broken into those two changes as > they'd be easier to review. The last iteration of these patches, I got complaints that I

Re: LINKSTATION default config update for linux-2.6.23-rc3

2007-08-19 Thread Segher Boessenkool
> Please update the default config in linux-2.6.23 for the LINKSTATION > board with the following changes: > > SK98LIN SysKonnect driver is deprecated. Use SKGE instead. /me confused... None of SK98LIN, SKGE, SKY2 are in the linkstation_defconfig -- not unsurprisingly, since the hardware doesn't

LINKSTATION default config update for linux-2.6.23-rc3

2007-08-19 Thread Jonathan Li
Hello, Please update the default config in linux-2.6.23 for the LINKSTATION board with the following changes: SK98LIN SysKonnect driver is deprecated. Use SKGE instead. Regards, Jon ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs

Re: [PATCH 1/2] Add scaled time to taskstats based process accounting

2007-08-19 Thread Michael Neuling
In message <[EMAIL PROTECTED]> you wrote: > Andrew Morton wrote: > >> > >>unsigned int rt_priority; > >> - cputime_t utime, stime; > >> + cputime_t utime, stime, utimescaled, stimescaled; > > > > Adding 8 or 16 bytes to the task_struct for all architectures for something > > which only p

Re: [PATCH 2/6] PowerPC 440EPx: Sequoia DTS

2007-08-19 Thread Sergei Shtylyov
Hello. I'm having sort of vacation, mostly away from computer, hence my belated reply... David Gibson wrote: >Can you describe some of the options for *not* direct mapped flash >chips - I can't reasonably come up with a way of describing the >distinction when I've never seen NOR

Re: 2.6.23-rc3 broken on G5

2007-08-19 Thread Andreas Schwab
Paul Mackerras <[EMAIL PROTECTED]> writes: > Andreas Schwab writes: > >> 1.25 GB. It also has an nvidia gfx card, in case it matters. > > Could you try this patch and see if it fixes it? It puts the code > back to being a bit closer to what it was before. That didn't change anything visibly. A

Re: [PATCH 1/2] Add scaled time to taskstats based process accounting

2007-08-19 Thread Balbir Singh
Andrew Morton wrote: >> >> unsigned int rt_priority; >> -cputime_t utime, stime; >> +cputime_t utime, stime, utimescaled, stimescaled; > > Adding 8 or 16 bytes to the task_struct for all architectures for something > which only powerpc uses? > > Is there any prospect that other CPU