Home
last modified time | relevance | path

Searched hist:"87 e387acd8eba5021a8e5d6b54e0c5ef5c28ada2" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/openrisc/
H A DMakefilediff 87e387acd8eba5021a8e5d6b54e0c5ef5c28ada2 Sat Jan 22 05:32:38 CET 2022 Stafford Horne <shorne@gmail.com> openrisc: Add gcc machine instruction flag configuration

OpenRISC GCC supports flags to enable the backend to output instructions
if they are supported by a target processor. This patch adds
configuration flags to enable configuring these flags to tune the kernel
for a particular CPU configuration.

In the future we could also enable all of these flags by default and
provide instruction emulation in the kernel to make these choices easier
for users but this is what we provide for now.

Signed-off-by: Stafford Horne <shorne@gmail.com>