ACPI: OSL: Make should_use_kmap() 0 for RISC-V
authorSunil V L <sunilvl@ventanamicro.com>
Mon, 15 May 2023 05:49:12 +0000 (11:19 +0530)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 1 Jun 2023 15:45:00 +0000 (08:45 -0700)
commit214c236223b8449177a7e4a4c49dd65892f6cd59
tree1843e9676310747635678ba338a6386d5c24b875
parent4d02d88d2b922807307a3574a7b401dcccb870d1
ACPI: OSL: Make should_use_kmap() 0 for RISC-V

Without this, if the tables are larger than 4K,
acpi_map() will fail.

Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://lore.kernel.org/r/20230515054928.2079268-6-sunilvl@ventanamicro.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
drivers/acpi/osl.c