[GIT PULL] parisc architecture updates for kernel v5.11-rc6

From: Helge Deller
Date: Wed Jan 27 2021 - 11:02:39 EST


Hi Linus,

please pull two fixes for the parisc architecture for kernel 5.11-rc6 from:

http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-5.11-2

Two small fixes:
* Fix linking error with 64-bit kernel when modules are disabled,
reported by kernel test robot.
* Remove leftover reference to power_tasklet, by Davidlohr Bueso

Thanks,
Helge

----------------------------------------------------------------
Davidlohr Bueso (1):
parisc: Remove leftover reference to the power_tasklet

Helge Deller (1):
parisc: Enable -mlong-calls gcc option by default when !CONFIG_MODULES

arch/parisc/Kconfig | 5 ++---
arch/parisc/include/asm/irq.h | 3 ---
arch/parisc/kernel/entry.S | 13 ++++++++++---
3 files changed, 12 insertions(+), 9 deletions(-)