linux/arch/ppc/mm
Kumar Gala 8dabba5d1a [POWERPC] Fix is_power_of_4(x) compile error
When building an 85xx kernel we get:

  CC      arch/powerpc/mm/pgtable_32.o
arch/powerpc/mm/pgtable_32.c: In function 'io_block_mapping':
arch/powerpc/mm/pgtable_32.c:330: error: expected identifier before '(' token
arch/powerpc/mm/pgtable_32.c:330: error: expected statement before ')' token

The is_power_of_2(x) fixup patch left an extra ')' on the is_power_of_4 macro.
There is a similiar issue on the arch/ppc side.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2007-02-09 09:30:05 -06:00
..
4xx_mmu.c
44x_mmu.c
Makefile
fault.c [PATCH] pidspace: is_init() 2006-09-29 09:18:12 -07:00
fsl_booke_mmu.c
hashtable.S
init.c [PATCH] mm: use symbolic names instead of indices for zone initialisation 2006-10-11 11:14:14 -07:00
mem_pieces.c
mem_pieces.h
mmu_context.c
mmu_decl.h
pgtable.c [POWERPC] Fix is_power_of_4(x) compile error 2007-02-09 09:30:05 -06:00
ppc_mmu.c
tlb.c