The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-fixes-5.19-1 for you to fetch changes up to 5c95fe8b02011c3b69173e0d86aff6d4c2798601: LoongArch: Remove MIPS comment about cycle counter (2022-06-08 11:00:40 +0800) ---------------------------------------------------------------- LoongArch fixes for v5.19-rc2 ---------------------------------------------------------------- Huacai Chen (2): LoongArch: Fix the !CONFIG_SMP build LoongArch: Fix copy_thread() build errors Jason A. Donenfeld (1): LoongArch: Remove MIPS comment about cycle counter arch/loongarch/Kconfig | 1 + arch/loongarch/include/asm/hardirq.h | 2 +- arch/loongarch/include/asm/percpu.h | 1 + arch/loongarch/include/asm/smp.h | 23 +++++++---------------- arch/loongarch/include/asm/timex.h | 7 ------- arch/loongarch/kernel/acpi.c | 4 ++++ arch/loongarch/kernel/cacheinfo.c | 1 + arch/loongarch/kernel/irq.c | 7 ++++++- arch/loongarch/kernel/process.c | 14 ++++++++------ arch/loongarch/kernel/setup.c | 5 ++--- arch/loongarch/kernel/smp.c | 2 -- 11 files changed, 31 insertions(+), 36 deletions(-)