x86/boot: Build the command line parsing code unconditionally
authorBorislav Petkov <bp@suse.de>
Wed, 30 Jan 2019 10:19:37 +0000 (11:19 +0100)
committerBorislav Petkov <bp@suse.de>
Fri, 1 Feb 2019 10:51:01 +0000 (11:51 +0100)
commitac09c5f43cf613939850cc38d7a34ae6556016ba
treed41eb439b0913a8efabb4d31f2bc13f5a0848406
parentaf0c9af1b3f66052c369d08be3f60fa9a9559e48
x86/boot: Build the command line parsing code unconditionally

Just drop the three-item ifdeffery and build it in unconditionally.
Early cmdline parsing is needed more often than not.

Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: bhe@redhat.com
Cc: hpa@zytor.com
Cc: indou.takao@jp.fujitsu.com
Cc: kasong@redhat.com
Cc: keescook@chromium.org
Cc: mingo@redhat.com
Cc: msys.mizuma@gmail.com
Cc: tglx@linutronix.de
Cc: x86@kernel.org
Link: https://lkml.kernel.org/r/20190130112238.GB18383@zn.tnic
arch/x86/boot/compressed/cmdline.c