* ia64 patch for 2.5.75
@ 2003-07-12 8:58 David Mosberger
0 siblings, 0 replies; only message in thread
From: David Mosberger @ 2003-07-12 8:58 UTC (permalink / raw)
To: linux-ia64
The latest ia64 patch is now available at
ftp://ftp.kernel.org/pub/linux/kernel/ports/ia64/v2.5/ in file:
linux-2.5.75-ia64-030712.diff.gz
It's a "whopping" 10KB in size, so clearly things are heading in the
right direction.
The patch mostly fixes the ACPI irq breakage in the main tree (some
bits haven't made it yet, apparently) and some per-CPU related fixes
(those are just temporary workarounds; Rusty is working on the proper
fix).
There is one mildly interesting change: I moved per-CPU data area from
region 5 to the end of region 7. This allows us to address this area
via a simple "addl" (instead of movl or a GOT access). At the moment,
this hardly makes a difference because the compiler can't take
advantage of it. I have a prototype of a GCC patch which would change
that though. Once GCC can take advantage of this feature, addressing
CPU-local variables will become even cheaper.
This patch hasn't received a huge amount of testing, but it does seem
to work quite well for me on a 4-way Itanium 2 machine (rx5670) and
the Ski simulator.
Enjoy,
--david
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-07-12 8:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-12 8:58 ia64 patch for 2.5.75 David Mosberger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox