Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=24cf273e2b7186903c8842b9d0044ea442d31553
Commit:     24cf273e2b7186903c8842b9d0044ea442d31553
Parent:     9ec0fd4e37c7167e4f9780d5834a1d1ed8263566
Author:     Grant Likely <[EMAIL PROTECTED]>
AuthorDate: Sat Oct 13 22:13:27 2007 -0600
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Sun Oct 14 08:56:33 2007 -0700

    Lite5200 shouldn't mess with ROOT_DEV
    
    There is no good reason for board platform code to mess with the ROOT_DEV.
    Remove it from all in-tree platforms except powermac
    
    This is a follow on to commit 745e1027751acbc1f14f8bbef378b491242b9c83.
    The original patch had this change to lite5200.c, but it got dropped in
    the psycho madness that is the 2.6.24 merge window.
    
    Signed-off-by: Grant Likely <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 arch/powerpc/platforms/52xx/lite5200.c |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/arch/powerpc/platforms/52xx/lite5200.c 
b/arch/powerpc/platforms/52xx/lite5200.c
index 774f249..65b7ae4 100644
--- a/arch/powerpc/platforms/52xx/lite5200.c
+++ b/arch/powerpc/platforms/52xx/lite5200.c
@@ -158,18 +158,6 @@ static void __init lite5200_setup_arch(void)
                of_node_put(np);
        }
 #endif
-
-#ifdef CONFIG_BLK_DEV_INITRD
-       if (initrd_start)
-               ROOT_DEV = Root_RAM0;
-       else
-#endif
-#ifdef  CONFIG_ROOT_NFS
-               ROOT_DEV = Root_NFS;
-#else
-               ROOT_DEV = Root_HDA1;
-#endif
-
 }
 
 /*
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to