arch/x86/include/asm/cmdline.h
0 → 100644
+6
−0
+1
−1
arch/x86/lib/cmdline.c
0 → 100644
+84
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Carve out early cmdline parsing function into .../lib/cmdline.c so it can be used by early code in the kernel proper as well. Adapted from arch/x86/boot/cmdline.c. Signed-off-by:Borislav Petkov <bp@suse.de> Link: http://lkml.kernel.org/r/1400525957-11525-2-git-send-email-bp@alien8.de Signed-off-by:
H. Peter Anvin <hpa@zytor.com>