The patch titled RapidIO,powerpc/85xx: fix configuration option has been added to the -mm tree. Its filename is rapidio-modify-configuration-to-support-pci-srio-controller-fix-configuration-option.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: RapidIO,powerpc/85xx: fix configuration option From: Alexandre Bounine <alexandre.bounine@xxxxxxx> Follows set of patches in -mm tree. Replaces configuration option missed in previous patches. Signed-off-by: Alexandre Bounine <alexandre.bounine@xxxxxxx> gAcked-byc: Kumar Gala <galak@xxxxxxxxxxxxxxxxxxx> Cc: Matt Porter <mporter@xxxxxxxxxxxxxxxxxxx> Cc: Li Yang <leoli@xxxxxxxxxxxxx> Cc: Thomas Moll <thomas.moll@xxxxxxxxx> Cc: Micha Nelissen <micha@xxxxxxxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/kernel/cpu_setup_fsl_booke.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/powerpc/kernel/cpu_setup_fsl_booke.S~rapidio-modify-configuration-to-support-pci-srio-controller-fix-configuration-option arch/powerpc/kernel/cpu_setup_fsl_booke.S --- a/arch/powerpc/kernel/cpu_setup_fsl_booke.S~rapidio-modify-configuration-to-support-pci-srio-controller-fix-configuration-option +++ a/arch/powerpc/kernel/cpu_setup_fsl_booke.S @@ -64,7 +64,7 @@ _GLOBAL(__setup_cpu_e500v2) bl __e500_icache_setup bl __e500_dcache_setup bl __setup_e500_ivors -#ifdef CONFIG_RAPIDIO +#ifdef CONFIG_FSL_RIO /* Ensure that RFXE is set */ mfspr r3,SPRN_HID1 oris r3,r3,HID1_RFXE@h _ Patches currently in -mm which might be from alexandre.bounine@xxxxxxx are rapidio-add-new-sysfs-attributes.patch rapidio-add-new-sysfs-attributes-v2.patch rapidio-add-rapidio-documentation.patch rapidio-add-rapidio-documentation-v2.patch rapidio-add-architecture-specific-callbacks.patch rapidio-modify-configuration-to-support-pci-srio-controller.patch rapidio-modify-configuration-to-support-pci-srio-controller-fix-configuration-option.patch rapidio-modify-subsystem-and-driver-initialization-sequence.patch rapidio-modify-mport-id-assignment.patch rapidio-remove-mport-resource-reservation-from-common-rio-code.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html