arch: generalize frame pointer via CONFIG_FRAME_POINTER introduction
Enabling `CONFIG_FRAME_POINTER` allows the users to build the kernel with frame-pointer. Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
parent
9473f60b80
commit
c87dc641bc
13 changed files with 32 additions and 27 deletions
|
@ -598,6 +598,9 @@ Architectures
|
|||
|
||||
* Function :c:func:`arch_start_cpu` has been renamed to :c:func:`arch_cpu_start`. (:github:`64987`)
|
||||
|
||||
* ``CONFIG_ARM64_ENABLE_FRAME_POINTER`` is deprecated. Use :kconfig:option:`CONFIG_FRAME_POINTER`
|
||||
instead. (:github:`72646`)
|
||||
|
||||
* x86
|
||||
|
||||
* Kconfigs ``CONFIG_DISABLE_SSBD`` and ``CONFIG_ENABLE_EXTENDED_IBRS``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue