On Thu, Nov 1, 2018 at 8:59 AM Peng Hao wrote:
>
> move pvpanic.c from drivers/platform/x86 to drivers/misc.
> following patches will use pvpanic device in arm64.
There are few items you need to address in the next revision:
- use proper English grammar, i.e. Capitalize beginning of sentenses
- d
move pvpanic.c from drivers/platform/x86 to drivers/misc.
following patches will use pvpanic device in arm64.
Signed-off-by: Peng Hao
---
drivers/misc/Kconfig | 8 +++
drivers/misc/Makefile| 1 +
drivers/{platform/x86 => misc}/pvpanic.c | 0
drivers/pl