summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2018-05-11 16:45:59 +0300
committerRich Felker <dalias@libc.org>2018-05-11 20:35:46 +0300
commitac21fc2dcb405cf250ad3f1228f64f64930d9211 (patch)
tree86b533b87054557d15fa45d89df957f1389d053e /.clang-format
parentb9826a4929bbd4dcb245429fd7434145c4fcdc9b (diff)
downloadlinux-ac21fc2dcb405cf250ad3f1228f64f64930d9211.tar.xz
sh: switch to NO_BOOTMEM
Commit 0fa1c579349f ("of/fdt: use memblock_virt_alloc for early alloc") inadvertently switched the DT unflattening allocations from memblock to bootmem which doesn't work because the unflattening happens before bootmem is initialized. Swapping the order of bootmem init and unflattening could also fix this, but removing bootmem is desired. So enable NO_BOOTMEM on SH like other architectures have done. Fixes: 0fa1c579349f ("of/fdt: use memblock_virt_alloc for early alloc") Reported-by: Rich Felker <dalias@libc.org> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Rich Felker <dalias@libc.org>
Diffstat (limited to '.clang-format')
0 files changed, 0 insertions, 0 deletions