commit | d770b5a04790a4ec1c0864621eef95f5afe773cf | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Wed Jun 22 12:00:46 2016 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Wed Jun 22 12:00:46 2016 +0100 |
tree | 6771b05228145725e8e37a96c9f69e7b3f10ef4b | |
parent | 541ec870ef31433018d245614254bd9d810a9ac3 [diff] |
Revert "arm64: Add support ARCH_SUPPORTS_INT128" This reverts commit 6b14c517a2a866c8407e9864c1cd3fcc6fed55ab. The original patch and UBSAN+KASAN enabled causes Linux to fail to link with: lib/built-in.o: In function `get_signed_val': lib/ubsan.c:93: undefined reference to `__ashlti3' lib/ubsan.c:93: undefined reference to `__ashrti3' Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>