[GIT PULL] hexagon changes for v5.13
From: bcain
Date: Wed May 05 2021 - 17:10:20 EST
Linus,
Please pull the following changes for Hexagon: they contain build fixes.
Thanks,
-Brian
===
The following changes since commit
9ccce092fc64d19504fa54de4fd659e279cc92e7:
Merge tag 'for-linus-5.13-ofs-1' of
git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux (2021-05-02
14:13:46 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bcain/linux
tags/hexagon-5.13-0
for you to fetch changes up to f1f99adf05f2138ff2646d756d4674e302e8d02d:
Hexagon: add target builtins to kernel (2021-05-03 11:04:22 -0500)
----------------------------------------------------------------
Hexagon architecture build fixes + builtins
Small build fixes applied:
- use -mlong-calls to build
- extend jumps in futex_atomic_*
- etc
Also, for convenience and portability, the hexagon compiler builtin
functions like memcpy etc have been added to the kernel -- following the
idiom used by other architectures.
----------------------------------------------------------------
Sid Manning (4):
Hexagon: fix build errors
Hexagon: change jumps to must-extend in futex_atomic_*
Hexagon: remove DEBUG from comet config
Hexagon: add target builtins to kernel
arch/hexagon/Makefile | 6 +--
arch/hexagon/configs/comet_defconfig | 1 -
arch/hexagon/include/asm/futex.h | 4 +-
arch/hexagon/include/asm/timex.h | 3 +-
arch/hexagon/kernel/hexagon_ksyms.c | 8 ++--
arch/hexagon/kernel/ptrace.c | 4 +-
arch/hexagon/lib/Makefile | 3 +-
arch/hexagon/lib/divsi3.S | 67
++++++++++++++++++++++++++++++++
arch/hexagon/lib/memcpy_likely_aligned.S | 56
++++++++++++++++++++++++++
arch/hexagon/lib/modsi3.S | 46 ++++++++++++++++++++++
arch/hexagon/lib/udivsi3.S | 38 ++++++++++++++++++
arch/hexagon/lib/umodsi3.S | 36 +++++++++++++++++
12 files changed, 258 insertions(+), 14 deletions(-)
create mode 100644 arch/hexagon/lib/divsi3.S
create mode 100644 arch/hexagon/lib/memcpy_likely_aligned.S
create mode 100644 arch/hexagon/lib/modsi3.S
create mode 100644 arch/hexagon/lib/udivsi3.S
create mode 100644 arch/hexagon/lib/umodsi3.S
--
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project