diff options
author | 2017-12-16 11:17:02 -0800 | |
---|---|---|
committer | 2018-01-30 19:09:52 -0800 | |
commit | 3e076a7e049267e9c483674d0dd1caaca565dbef (patch) | |
tree | b48cd4f110e4399eae135f3ffcd2cc3dca098c5f /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | audit: Avoid build failures on systems without renameat (diff) | |
download | linux-dev-3e076a7e049267e9c483674d0dd1caaca565dbef.tar.xz linux-dev-3e076a7e049267e9c483674d0dd1caaca565dbef.zip |
RISC-V: Remove duplicate command-line parsing logic
builtin_cmdline handling is present in drivers/of/fdt.c so the
duplicate logic in arch/riscv/setup.c results in duplication of
the builtin command line. e.g. CONFIG_CMDLINE="root=/dev/vda ro"
gets appended twice and gives "root=/dev/vda ro root=/dev/vda ro"
Before this patch:
[ 0.000000] Kernel command line: root=/dev/vda ro root=/dev/vda ro
After this patch:
[ 0.000000] Kernel command line: root=/dev/vda ro
Signed-off-by: Michael Clark <mjc@sifive.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions