On Mon, Nov 5, 2018 at 4:31 AM Peng Hao wrote:
>
> The pvpanic driver is available for architectures that do not
> support ACPI.So break the dependency.
>
Logically better to split this to two patches:
- preparation w/o any functional change, i.e. grouping ACPI related
stuff (which will go under
The pvpanic driver is available for architectures that do not
support ACPI.So break the dependency.
Signed-off-by: Peng Hao
---
drivers/misc/Kconfig | 2 +-
drivers/misc/pvpanic.c | 32 ++--
2 files changed, 27 insertions(+), 7 deletions(-)
diff --git a/drivers/mi