diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-01-11 23:24:55 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-01-11 23:24:55 -0600 |
commit | 43f441f061afc988c04506a939d0f571b0e73fdb (patch) | |
tree | 37b59d1c379d0967fe32ba0e433d65aa603749c7 /system/easy-kernel/0200-x86-compile.patch | |
parent | fc4df5a4b79d327309147c6201fcb9eab1d8623a (diff) | |
download | packages-awilfox/aarch64-exp.tar.gz packages-awilfox/aarch64-exp.tar.bz2 packages-awilfox/aarch64-exp.tar.xz packages-awilfox/aarch64-exp.zip |
system/easy-kernel: aarch64 experimentawilfox/aarch64-exp
* Update to 6.1.3-mc0
This is UNOFFICIAL.
* Support M1 and Qualcomm SoCs
Diffstat (limited to 'system/easy-kernel/0200-x86-compile.patch')
-rw-r--r-- | system/easy-kernel/0200-x86-compile.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/easy-kernel/0200-x86-compile.patch b/system/easy-kernel/0200-x86-compile.patch index 1d2d7d4ad..866ed7dd7 100644 --- a/system/easy-kernel/0200-x86-compile.patch +++ b/system/easy-kernel/0200-x86-compile.patch @@ -4,8 +4,8 @@ select HAVE_FUNCTION_ARG_ACCESS_API select HAVE_SOFTIRQ_ON_OWN_STACK select HAVE_STACKPROTECTOR if CC_HAS_SANE_STACKPROTECTOR -- select HAVE_STACK_VALIDATION if X86_64 -+# select HAVE_STACK_VALIDATION if X86_64 +- select HAVE_STACK_VALIDATION if HAVE_OBJTOOL ++# select HAVE_STACK_VALIDATION if HAVE_OBJTOOL select HAVE_STATIC_CALL select HAVE_STATIC_CALL_INLINE if HAVE_STACK_VALIDATION select HAVE_PREEMPT_DYNAMIC |