From: Paul Mackerras <hidden> Date: 2005-10-28 13:05:25
If anyone has patches for arch/ppc{,64} and include/asm-ppc{,64} that
they would like to see go upstream now that 2.6.14 is out, other than
patches that are already in the powerpc-merge tree, please let me
know. I am planning to ask Linus to pull the powerpc-merge tree
shortly, and that will probably break your patches.
I think the merge tree is looking pretty good, although the merge is
by no means complete yet. The powermac, pseries and iseries platforms
seem to be working fine with ARCH=powerpc. 32-bit chrp is mostly
there but needs a bit more work.
If possible, I'd like to get to the point where we can remove
arch/ppc64 entirely by the end of the 2-week merge window for 2.6.15.
Paul.
From: Christopher Friesen <hidden> Date: 2005-10-28 16:00:48
Paul Mackerras wrote:
If possible, I'd like to get to the point where we can remove
arch/ppc64 entirely by the end of the 2-week merge window for 2.6.15.
I haven't been following this seriously, so forgive me if this has
already been asked.
Under the unified architecture, what is the machine type in the "uname"
outout?
Chris
From: Andreas Schwab <hidden> Date: 2005-10-28 17:54:58
"Christopher Friesen" [off-list ref] writes:
Under the unified architecture, what is the machine type in the "uname"
outout?
I don't think that should change in any way.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
From: Kumar Gala <hidden> Date: 2005-10-28 18:41:11
On Oct 28, 2005, at 11:00 AM, Christopher Friesen wrote:
Paul Mackerras wrote:
quoted
If possible, I'd like to get to the point where we can remove
arch/ppc64 entirely by the end of the 2-week merge window for 2.6.15.
I haven't been following this seriously, so forgive me if this has
already been asked.
Under the unified architecture, what is the machine type in the
"uname" outout?
When building the merge tree for a 32-bit cpu uname spits out:
Linux fred 2.6.14-rc5-g278144ed #9 Thu Oct 27 09:20:01 CDT 2005 ppc
unknown
- kumar
From: Paul Mackerras <hidden> Date: 2005-10-29 00:10:22
Christopher Friesen writes:
Under the unified architecture, what is the machine type in the "uname"
outout?
"ppc" on 32-bit machines, "ppc64" on 64-bit machines, same as before.
The intention is that the merge doesn't change the user/kernel ABI in
any way. :)
Paul.
From: Kumar Gala <hidden> Date: 2005-10-28 18:49:26
On Oct 28, 2005, at 8:05 AM, Paul Mackerras wrote:
If anyone has patches for arch/ppc{,64} and include/asm-ppc{,64} that
they would like to see go upstream now that 2.6.14 is out, other than
patches that are already in the powerpc-merge tree, please let me
know. I am planning to ask Linus to pull the powerpc-merge tree
shortly, and that will probably break your patches.
I think the merge tree is looking pretty good, although the merge is
by no means complete yet. The powermac, pseries and iseries platforms
seem to be working fine with ARCH=powerpc. 32-bit chrp is mostly
there but needs a bit more work.
If possible, I'd like to get to the point where we can remove
arch/ppc64 entirely by the end of the 2-week merge window for 2.6.15.
I can't find any use of mpc85xx_show_cpuinfo. Is there something subtle here?
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
On Freedag 28 Oktober 2005 15:05, Paul Mackerras wrote:
If anyone has patches for arch/ppc{,64} and include/asm-ppc{,64} that
they would like to see go upstream now that 2.6.14 is out, other than
patches that are already in the powerpc-merge tree, please let me
know. =A0I am planning to ask Linus to pull the powerpc-merge tree
shortly, and that will probably break your patches.
Out of my spufs patches, I'd like to have at least the reservation
for my two system call numbers in there so we don't get any conflicts
on that front. The patch follows in another mail.
=46rom my point of view, the spufs itself could go in at this point,
but I have the feeling that the real concerns from other people
will come up at the moment that I post them for inclusion.=20
Andrew, are you ok with including spufs in -mm when the merge
tree is upstream?
If possible, I'd like to get to the point where we can remove
arch/ppc64 entirely by the end of the 2-week merge window for 2.6.15.
Ok, I'll do a new patch to move over the BPA files then to get
my stuff out of the way ASAP.
Arnd <><
This creates two powerpc specific dummy system calls that will
later be used on the Cell platform to manage SPUs.
Reserve the system call numbers now so we don't accidentally
use the same numbers for different system calls.
Signed-off-by: Arnd Bergmann <redacted>
---
Please apply to merge tree