diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2023-06-08 03:23:53 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-06-08 03:34:39 +0200 |
commit | 417b76b1f1ab00141f6554ba76cb59ec3b8b9d76 (patch) | |
tree | 3a2d93ab6b42ba6788bb151523223be50491a672 /target/linux/rockchip/armv8/target.mk | |
parent | 2804fff57f01134bb992f1d1798e4d5af77d7112 (diff) | |
download | upstream-417b76b1f1ab00141f6554ba76cb59ec3b8b9d76.tar.gz upstream-417b76b1f1ab00141f6554ba76cb59ec3b8b9d76.tar.bz2 upstream-417b76b1f1ab00141f6554ba76cb59ec3b8b9d76.zip |
generic: drop useless binfmt patch fixing compilation warning
The compilation warning was triggered by wrongly set FRAME_WARN to 1024
even for 64bit. This was recently fix by correctly setting the
FRAME_WARN to 2048 for 64bit systems.
The compilation warning would still be triggered on 32bit system but the
actual code is never reached as ARCH_USE_GNU_PROPERTY is only set on
arm64 arch.
Drop the patch as kmalloc cause perf regression as suggested by upstream
maintainers.
Fixes: fa79baf4a6e2 ("generic: copy backport, hack, pending patch and config from 5.15 to 6.1")
Fixes: 5913ea1ba2fa ("generic: 5.15: add pending patch fixing binfmt compilation warning")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 62338f41625074640a4de9e26e5e67b010fe0ebe)
Diffstat (limited to 'target/linux/rockchip/armv8/target.mk')
0 files changed, 0 insertions, 0 deletions