[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1426597183-4724-1-git-send-email-kuleshovmail@gmail.com>
Date: Tue, 17 Mar 2015 18:59:43 +0600
From: Alexander Kuleshov <kuleshovmail@...il.com>
To: Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Borislav Petkov <bp@...e.de>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH RFC] remove pointless early_printk call in x86/kernel/head64.c
There is the call of the early_printk function in the x86/kernel/head64.c, but
if i understand correctly early_printk initialized by setup_early_printk
which is early_param, but early_param initialized only in the init/main.c in
the do_early_param function. So early_printk from the x86/kernel/head64.c
will not print anything in any case.
Alexander Kuleshov (1):
x86/head64.c: remove pointless early_printk call
arch/x86/kernel/head64.c | 3 ---
1 file changed, 3 deletions(-)
--
2.3.3.472.g20ceeac.dirty
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists