mirror of https://gitee.com/openkylin/linux.git
Revert "parisc: HAVE_ARCH_TRACEHOOK"
This reverts commit 81bf550d9c
.
HAVE_ARCH_TRACEHOOK requires defining the user_regset interfaces,
including task_user_regset_view(). parisc doesn't do that yet,
so don't lie about it.
Signed-off-by: Roland McGrath <roland@redhat.com>
This commit is contained in:
parent
627fa177a1
commit
15cbf627ab
|
@ -18,7 +18,6 @@ config PARISC
|
||||||
select BUG
|
select BUG
|
||||||
select HAVE_PERF_EVENTS
|
select HAVE_PERF_EVENTS
|
||||||
select GENERIC_ATOMIC64 if !64BIT
|
select GENERIC_ATOMIC64 if !64BIT
|
||||||
select HAVE_ARCH_TRACEHOOK
|
|
||||||
help
|
help
|
||||||
The PA-RISC microprocessor is designed by Hewlett-Packard and used
|
The PA-RISC microprocessor is designed by Hewlett-Packard and used
|
||||||
in many of their workstations & servers (HP9000 700 and 800 series,
|
in many of their workstations & servers (HP9000 700 and 800 series,
|
||||||
|
|
Loading…
Reference in New Issue