Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b4f8b1087f0413f6f2a2423da66eed5c1fb70b06
Commit:     b4f8b1087f0413f6f2a2423da66eed5c1fb70b06
Parent:     0f6e74a3e0c5e805d5f67f7631259c886158a47b
Author:     Ishizaki Kou <[EMAIL PROTECTED]>
AuthorDate: Wed May 9 17:38:03 2007 +1000
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Thu May 10 21:28:12 2007 +1000

    [POWERPC] celleb: Fix parsing of machine type hack command line option
    
    This is a bugfix to install Fedora Core 6 by using kernel
    command line 'celleb_machine_type_hack=CHRP'.
    
    Yes, this is a one-character fix to add forgotten '='.
    
    Signed-off-by: Kou Ishizaki <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 arch/powerpc/platforms/celleb/setup.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/platforms/celleb/setup.c 
b/arch/powerpc/platforms/celleb/setup.c
index 596ab2a..5e9f7f1 100644
--- a/arch/powerpc/platforms/celleb/setup.c
+++ b/arch/powerpc/platforms/celleb/setup.c
@@ -80,7 +80,7 @@ static int celleb_machine_type_hack(char *ptr)
        return 0;
 }
 
-__setup("celleb_machine_type_hack", celleb_machine_type_hack);
+__setup("celleb_machine_type_hack=", celleb_machine_type_hack);
 
 static void celleb_progress(char *s, unsigned short hex)
 {
-
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