All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] MIPS: Fix a typo in watchpoint register structure.
@ 2008-12-24 23:44 David Daney
  2009-01-29  1:48 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: David Daney @ 2008-12-24 23:44 UTC (permalink / raw)
  To: linux-mips; +Cc: David Daney

This fixes the ptrace ABI for watch registers, and should allow 64bit
kernels to use the watch register support.

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
---
 arch/mips/include/asm/ptrace.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/include/asm/ptrace.h b/arch/mips/include/asm/ptrace.h
index 1f30d16..ce47118 100644
--- a/arch/mips/include/asm/ptrace.h
+++ b/arch/mips/include/asm/ptrace.h
@@ -105,7 +105,7 @@ struct pt_watch_regs {
 	enum pt_watch_style style;
 	union {
 		struct mips32_watch_regs mips32;
-		struct mips32_watch_regs mips64;
+		struct mips64_watch_regs mips64;
 	};
 };
 
-- 
1.5.6.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] MIPS: Fix a typo in watchpoint register structure.
  2008-12-24 23:44 [PATCH 1/1] MIPS: Fix a typo in watchpoint register structure David Daney
@ 2009-01-29  1:48 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2009-01-29  1:48 UTC (permalink / raw)
  To: David Daney; +Cc: linux-mips

On Wed, Dec 24, 2008 at 03:44:26PM -0800, David Daney wrote:

> This fixes the ptrace ABI for watch registers, and should allow 64bit
> kernels to use the watch register support.

Thanks, applied.

  Ralf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-29  1:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-24 23:44 [PATCH 1/1] MIPS: Fix a typo in watchpoint register structure David Daney
2009-01-29  1:48 ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.