[PATCH v2 0/2] Fix timer initialization and Add support hotplug.
Atish Patra
atish.patra at wdc.com
Wed May 9 15:02:20 PDT 2018
The patch (1/2)fixes issues around timer initialization. This fix is
required for CPU hotplug to work. That's why they are clubbed into one
series. I can separate them if required.
Changes from v1 to v2:
1. Removed compiler warnings about unused variables.
Atish Patra (2):
RISCV: Register clocksource and events correctly
RISCV: Support cpu hotplug.
arch/riscv/Kconfig | 11 ++++++-
arch/riscv/include/asm/csr.h | 1 +
arch/riscv/include/asm/smp.h | 9 ++++--
arch/riscv/kernel/head.S | 12 +++++++
arch/riscv/kernel/process.c | 7 +++++
arch/riscv/kernel/setup.c | 17 ++++++++++
arch/riscv/kernel/smpboot.c | 66 +++++++++++++++++++++++++++++++++++++--
arch/riscv/kernel/time.c | 9 +-----
arch/riscv/kernel/traps.c | 6 ++--
drivers/clocksource/riscv_timer.c | 44 +++++++++++++++++---------
include/linux/cpuhotplug.h | 1 +
11 files changed, 150 insertions(+), 33 deletions(-)
--
2.7.4
More information about the linux-riscv
mailing list