[PATCH] powerpc: Merge (move) numnodes.h and sparsemem.h
authorDavid Gibson <david@gibson.dropbear.id.au>
Wed, 2 Nov 2005 03:48:36 +0000 (14:48 +1100)
committerPaul Mackerras <paulus@samba.org>
Wed, 2 Nov 2005 04:25:42 +0000 (15:25 +1100)
commit1fc8b4ef4e1a0d6f2e16581716a4ae6e16ad3a76
tree0fb740ab061e7c5ccaac586c5a7b48f15001e99e
parentde2d3dbd17e6bb60bde4632ce1c7df063b073934
[PATCH] powerpc: Merge (move) numnodes.h and sparsemem.h

The ppc64 versions of numnodes.h and sparsemem.h can be safely moved
to asm-powerpc with no changes apart from changing the #define to the
standard _ASM_POWERPC_ form.  There are no ppc32 versions of these
files, because they only have any effect if CONFIG_SPARSEMEM is
enabled, which it never can be on ppc32.

Built and booted on pSeries (POWER5), built for 32-bit powermac.

Signed-off-by: David Gibson <dwg@au1.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-powerpc/numnodes.h [new file with mode: 0644]
include/asm-powerpc/sparsemem.h [moved from include/asm-ppc64/sparsemem.h with 77% similarity]
include/asm-ppc64/numnodes.h [deleted file]