From: Greg Ungerer Date: Wed, 3 Nov 2010 06:22:50 +0000 (+1000) Subject: m68knommu: remove command line printing DEBUG X-Git-Tag: upstream/snapshot3+hdmi~11673^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0762346034a3e94f9c3a5fe8d7c4bcaffbc1cd53;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git m68knommu: remove command line printing DEBUG 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 --- diff --git a/arch/m68knommu/kernel/setup.c b/arch/m68knommu/kernel/setup.c index 5c931f9..16b2de7 100644 --- a/arch/m68knommu/kernel/setup.c +++ b/arch/m68knommu/kernel/setup.c @@ -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