2010-02-22 18:49:47

by Roland McGrath

[permalink] [raw]
Subject: [PATCH] Revert "parisc: HAVE_ARCH_TRACEHOOK"

The following changes since commit 627fa177a1502ad24390d945851209ac022f3a36:
Linus Torvalds (1):
Merge branch 'for-linus' of git://git.kernel.org/.../dtor/input

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-roland.git parisc/tracehook

Roland McGrath (1):
Revert "parisc: HAVE_ARCH_TRACEHOOK"

arch/parisc/Kconfig | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)


Thanks,
Roland

---

[PATCH] Revert "parisc: HAVE_ARCH_TRACEHOOK"

This reverts commit 81bf550d9cdfe0325eb1504b06c9f6511b442c1a.

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 <[email protected]>
---
arch/parisc/Kconfig | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
index 524d935..f388dc6 100644
--- a/arch/parisc/Kconfig
+++ b/arch/parisc/Kconfig
@@ -18,7 +18,6 @@ config PARISC
select BUG
select HAVE_PERF_EVENTS
select GENERIC_ATOMIC64 if !64BIT
- select HAVE_ARCH_TRACEHOOK
help
The PA-RISC microprocessor is designed by Hewlett-Packard and used
in many of their workstations & servers (HP9000 700 and 800 series,


2010-02-22 18:53:23

by Kyle McMartin

[permalink] [raw]
Subject: Re: [PATCH] Revert "parisc: HAVE_ARCH_TRACEHOOK"

On Mon, Feb 22, 2010 at 10:48:57AM -0800, Roland McGrath wrote:
> 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.
>

Acked-by: Kyle McMartin <[email protected]>