kernel-ark/arch/mips/sgi-ip27
Dave Hansen 22a9835c35 [PATCH] unify PFN_* macros
Just about every architecture defines some macros to do operations on pfns.
 They're all virtually identical.  This patch consolidates all of them.

One minor glitch is that at least i386 uses them in a very skeletal header
file.  To keep away from #include dependency hell, I stuck the new
definitions in a new, isolated header.

Of all of the implementations, sh64 is the only one that varied by a bit.
It used some masks to ensure that any sign-extension got ripped away before
the arithmetic is done.  This has been posted to that sh64 maintainers and
the development list.

Compiles on x86, x86_64, ia64 and ppc64.

Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-03-27 08:44:48 -08:00
..
ip27-berr.c [PATCH] fix more missing includes 2006-01-08 20:13:45 -08:00
ip27-console.c Using get_nasid() to find the console node will blow up nicely if 2005-10-29 19:31:31 +01:00
ip27-dbgio.c
ip27-hubio.c
ip27-init.c HUB interrupts are allocated per node, not per slice. Make manipulation 2005-10-29 19:30:59 +01:00
ip27-irq-glue.S
ip27-irq.c [PATCH] more for_each_cpu() conversions 2006-03-23 07:38:17 -08:00
ip27-klconfig.c
ip27-klnuma.c
ip27-memory.c [PATCH] unify PFN_* macros 2006-03-27 08:44:48 -08:00
ip27-nmi.c
ip27-reset.c [MIPS] Rename _machine_power_off to pm_power_off so the kernel builds again. 2006-02-07 13:30:22 +00:00
ip27-smp.c [MIPS] SMP: Fix initialization order bug. 2006-02-27 17:30:36 +00:00
ip27-timer.c
ip27-xtalk.c
Kconfig Move missplaced code line to the right place. 2005-10-29 19:30:26 +01:00
Makefile
TODO