The patch titled

     ppc32 8xx: fix m8xx_ide_init() #ifdef

has been added to the -mm tree.  Its filename is

     ppc32-8xx-fix-m8xx_ide_init-ifdef.patch

Patches currently in -mm which might be from [EMAIL PROTECTED] are

ppc32-8xx-fix-m8xx_ide_init-ifdef.patch
radix_tag_get-differentiate-between-no-present-node-and-tag-unset-cases.patch
radix_tag_get-differentiate-between-no-present-node-and-tag-unset-cases-fix.patch



From: Marcelo Tosatti <[EMAIL PROTECTED]>

Be more precise on deciding whether to call m8xx_ide_init() at
m8xx_setup.c:platform_init().

Compilation fails if CONFIG_BLK_DEV_IDE is defined but
CONFIG_BLK_DEV_MPC8xx_IDE isnt.

Signed-off-by: Marcelo Tosatti <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 arch/ppc/syslib/m8xx_setup.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/ppc/syslib/m8xx_setup.c~ppc32-8xx-fix-m8xx_ide_init-ifdef 
arch/ppc/syslib/m8xx_setup.c
--- devel/arch/ppc/syslib/m8xx_setup.c~ppc32-8xx-fix-m8xx_ide_init-ifdef        
2005-08-26 12:47:17.000000000 -0700
+++ devel-akpm/arch/ppc/syslib/m8xx_setup.c     2005-08-26 12:47:17.000000000 
-0700
@@ -423,7 +423,7 @@ platform_init(unsigned long r3, unsigned
        ppc_md.find_end_of_memory       = m8xx_find_end_of_memory;
        ppc_md.setup_io_mappings        = m8xx_map_io;
 
-#if defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE)
+#if defined(CONFIG_BLK_DEV_MPC8xx_IDE)
        m8xx_ide_init();
 #endif
 }
_
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to