mirror of https://gitee.com/openkylin/linux.git
sh: Enable HAVE_ARCH_TRACEHOOK.
Now that the rest of the support requirements are out of the way, finally enable support for tracehook. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
fb4f87a2f0
commit
3231739d97
|
@ -23,6 +23,7 @@ config SUPERH32
|
||||||
def_bool !SUPERH64
|
def_bool !SUPERH64
|
||||||
select HAVE_KPROBES
|
select HAVE_KPROBES
|
||||||
select HAVE_KRETPROBES
|
select HAVE_KRETPROBES
|
||||||
|
select HAVE_ARCH_TRACEHOOK if (!SH_FPU && !SH_DSP)
|
||||||
|
|
||||||
config SUPERH64
|
config SUPERH64
|
||||||
def_bool y if CPU_SH5
|
def_bool y if CPU_SH5
|
||||||
|
|
Loading…
Reference in New Issue