"git@git.m2x.eu:linux/linux-davinci.git" did not exist on "aee3a29240ad167ad7875d859506d8bb90431c70"
  • Paul Mackerras's avatar
    powerpc: Merge in 64-bit powermac support. · 35499c01
    Paul Mackerras authored
    This brings in a lot of changes from arch/ppc64/kernel/pmac_*.c to
    arch/powerpc/platforms/powermac/*.c and makes various minor tweaks
    elsewhere.  On the powermac we now initialize ppc_md by copying
    the whole pmac_md structure into it, which required some changes in
    the ordering of initializations of individual fields of it.
    Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
    35499c01
Makefile 204 Bytes
ifeq ($(CONFIG_PPC_MERGE),y)
obj-$(CONFIG_PPC_PMAC)		+= powermac/
endif
obj-$(CONFIG_4xx)		+= 4xx/
obj-$(CONFIG_85xx)		+= 85xx/
obj-$(CONFIG_PPC_PSERIES)	+= pseries/
obj-$(CONFIG_PPC_ISERIES)	+= iseries/