]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
m68knommu: remove command line printing DEBUG
authorGreg Ungerer <gerg@uclinux.org>
Wed, 3 Nov 2010 06:22:50 +0000 (16:22 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Wed, 5 Jan 2011 05:19:17 +0000 (15:19 +1000)
There is no need for the DEBUG based command line printing in here.
The kernel will print out the command line in the banner later in
the boot up. So remove it.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68knommu/kernel/setup.c

index 5c931f9d392ccde0ca07ded9905fd0b6f7351b36..16b2de7f51013b10d17033bc4520b741d71fac4f 100644 (file)
@@ -231,11 +231,6 @@ void __init setup_arch(char **cmdline_p)
        memcpy(boot_command_line, command_line, COMMAND_LINE_SIZE);
        boot_command_line[COMMAND_LINE_SIZE-1] = 0;
 
-#ifdef DEBUG
-       if (strlen(*cmdline_p))
-               printk(KERN_DEBUG "Command line: '%s'\n", *cmdline_p);
-#endif
-
 #if defined(CONFIG_FRAMEBUFFER_CONSOLE) && defined(CONFIG_DUMMY_CONSOLE)
        conswitchp = &dummy_con;
 #endif