]> git.baikalelectronics.ru Git - kernel.git/commit
RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW)
authorJoe Perches <joe@perches.com>
Thu, 7 Mar 2019 23:56:34 +0000 (15:56 -0800)
committerPalmer Dabbelt <palmer@sifive.com>
Fri, 29 Mar 2019 06:18:51 +0000 (23:18 -0700)
commit8ae9872e7b8815cd3a89ddee2b99c8fb6e0310e9
tree8350ae0439b11d44c28808698f5dfe03be889387
parent17323dc6d4271ce4c4da3229a0781d7feff3a69a
RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW)

IS_ENABLED should generally use CONFIG_ prefaced symbols and
it doesn't appear as if there is a CMODEL_MEDLOW define.

Signed-off-by: Joe Perches <joe@perches.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
arch/riscv/kernel/module.c