From: Russell King <rmk+lkml@arm.linux.org.uk>
To: Adrian Bunk <bunk@kernel.org>
Cc: Roland McGrath <roland@redhat.com>,
linux-kernel@vger.kernel.org, cooloney@kernel.org,
dev-etrax@axis.com, dhowells@redhat.com, gerg@uclinux.org,
yasutake.koichi@jp.panasonic.com, linux-parisc@vger.kernel.org,
paulus@samba.org, linuxppc-dev@ozlabs.org,
linux-sh@vger.kernel.org, chris@zankel.net,
linux-mips@linux-mips.org, ysato@users.sourceforge.jp,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [2.6 patch] asm/ptrace.h userspace headers cleanup
Date: Wed, 25 Jun 2008 08:46:02 +0100 [thread overview]
Message-ID: <20080625074602.GA14791@flint.arm.linux.org.uk> (raw)
In-Reply-To: <20080623174809.GE4756@cs181140183.pp.htv.fi>
On Mon, Jun 23, 2008 at 08:48:09PM +0300, Adrian Bunk wrote:
> diff --git a/include/asm-arm/ptrace.h b/include/asm-arm/ptrace.h
> index 7aaa206..8382b75 100644
> --- a/include/asm-arm/ptrace.h
> +++ b/include/asm-arm/ptrace.h
> @@ -139,8 +139,6 @@ static inline int valid_user_regs(struct pt_regs *regs)
> return 0;
> }
>
> -#endif /* __KERNEL__ */
> -
> #define pc_pointer(v) \
> ((v) & ~PCMASK)
>
> @@ -153,10 +151,10 @@ extern unsigned long profile_pc(struct pt_regs *regs);
> #define profile_pc(regs) instruction_pointer(regs)
> #endif
>
> -#ifdef __KERNEL__
> #define predicate(x) ((x) & 0xf0000000)
> #define PREDICATE_ALWAYS 0xe0000000
> -#endif
> +
> +#endif /* __KERNEL__ */
>
> #endif /* __ASSEMBLY__ */
>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of:
WARNING: multiple messages have this Message-ID (diff)
From: Russell King <rmk+lkml@arm.linux.org.uk>
To: Adrian Bunk <bunk@kernel.org>
Cc: Roland McGrath <roland@redhat.com>,
linux-kernel@vger.kernel.org, cooloney@kernel.org,
dev-etrax@axis.com, dhowells@redhat.com, gerg@uclinux.org,
yasutake.koichi@jp.panasonic.com, linux-parisc@vger.kernel.org,
paulus@samba.org, linuxppc-dev@ozlabs.org,
linux-sh@vger.kernel.org, chris@zankel.net,
linux-mips@linux-mips.org, ysato@users.sourceforge.jp,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [2.6 patch] asm/ptrace.h userspace headers cleanup
Date: Wed, 25 Jun 2008 07:46:02 +0000 [thread overview]
Message-ID: <20080625074602.GA14791@flint.arm.linux.org.uk> (raw)
In-Reply-To: <20080623174809.GE4756@cs181140183.pp.htv.fi>
On Mon, Jun 23, 2008 at 08:48:09PM +0300, Adrian Bunk wrote:
> diff --git a/include/asm-arm/ptrace.h b/include/asm-arm/ptrace.h
> index 7aaa206..8382b75 100644
> --- a/include/asm-arm/ptrace.h
> +++ b/include/asm-arm/ptrace.h
> @@ -139,8 +139,6 @@ static inline int valid_user_regs(struct pt_regs *regs)
> return 0;
> }
>
> -#endif /* __KERNEL__ */
> -
> #define pc_pointer(v) \
> ((v) & ~PCMASK)
>
> @@ -153,10 +151,10 @@ extern unsigned long profile_pc(struct pt_regs *regs);
> #define profile_pc(regs) instruction_pointer(regs)
> #endif
>
> -#ifdef __KERNEL__
> #define predicate(x) ((x) & 0xf0000000)
> #define PREDICATE_ALWAYS 0xe0000000
> -#endif
> +
> +#endif /* __KERNEL__ */
>
> #endif /* __ASSEMBLY__ */
>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of:
WARNING: multiple messages have this Message-ID (diff)
From: Russell King <rmk+lkml@arm.linux.org.uk>
To: Adrian Bunk <bunk@kernel.org>
Cc: chris@zankel.net, dev-etrax@axis.com, ysato@users.sourceforge.jp,
linux-parisc@vger.kernel.org, linux-sh@vger.kernel.org,
linux-mips@linux-mips.org, cooloney@kernel.org,
linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org,
paulus@samba.org, gerg@uclinux.org,
Andrew Morton <akpm@linux-foundation.org>,
yasutake.koichi@jp.panasonic.com,
Roland McGrath <roland@redhat.com>
Subject: Re: [2.6 patch] asm/ptrace.h userspace headers cleanup
Date: Wed, 25 Jun 2008 08:46:02 +0100 [thread overview]
Message-ID: <20080625074602.GA14791@flint.arm.linux.org.uk> (raw)
In-Reply-To: <20080623174809.GE4756@cs181140183.pp.htv.fi>
On Mon, Jun 23, 2008 at 08:48:09PM +0300, Adrian Bunk wrote:
> diff --git a/include/asm-arm/ptrace.h b/include/asm-arm/ptrace.h
> index 7aaa206..8382b75 100644
> --- a/include/asm-arm/ptrace.h
> +++ b/include/asm-arm/ptrace.h
> @@ -139,8 +139,6 @@ static inline int valid_user_regs(struct pt_regs *regs)
> return 0;
> }
>
> -#endif /* __KERNEL__ */
> -
> #define pc_pointer(v) \
> ((v) & ~PCMASK)
>
> @@ -153,10 +151,10 @@ extern unsigned long profile_pc(struct pt_regs *regs);
> #define profile_pc(regs) instruction_pointer(regs)
> #endif
>
> -#ifdef __KERNEL__
> #define predicate(x) ((x) & 0xf0000000)
> #define PREDICATE_ALWAYS 0xe0000000
> -#endif
> +
> +#endif /* __KERNEL__ */
>
> #endif /* __ASSEMBLY__ */
>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of:
next prev parent reply other threads:[~2008-06-25 7:47 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-23 17:48 [2.6 patch] asm/ptrace.h userspace headers cleanup Adrian Bunk
2008-06-23 17:48 ` Adrian Bunk
2008-06-23 17:48 ` Adrian Bunk
2008-06-23 20:08 ` Roland McGrath
2008-06-23 20:08 ` Roland McGrath
2008-06-23 20:08 ` Roland McGrath
2008-06-24 0:15 ` Greg Ungerer
2008-06-24 0:15 ` Greg Ungerer
2008-06-24 0:15 ` Greg Ungerer
2008-06-24 4:08 ` Paul Mundt
2008-06-24 4:08 ` Paul Mundt
2008-06-24 4:08 ` Paul Mundt
2008-06-24 5:18 ` Grant Grundler
2008-06-24 5:18 ` Grant Grundler
2008-06-24 5:18 ` Grant Grundler
2008-06-24 8:15 ` Jesper Nilsson
2008-06-24 8:15 ` Jesper Nilsson
2008-06-24 8:15 ` Jesper Nilsson
2008-06-24 8:25 ` Chris Zankel
2008-06-24 8:25 ` Chris Zankel
2008-06-24 8:25 ` Chris Zankel
2008-06-24 10:23 ` David Howells
2008-06-24 10:23 ` David Howells
2008-06-24 10:23 ` David Howells
2008-06-24 22:17 ` Paul Mackerras
2008-06-24 22:17 ` Paul Mackerras
2008-06-24 22:17 ` Paul Mackerras
2008-06-25 7:46 ` Russell King [this message]
2008-06-25 7:46 ` Russell King
2008-06-25 7:46 ` Russell King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080625074602.GA14791@flint.arm.linux.org.uk \
--to=rmk+lkml@arm.linux.org.uk \
--cc=akpm@linux-foundation.org \
--cc=bunk@kernel.org \
--cc=chris@zankel.net \
--cc=cooloney@kernel.org \
--cc=dev-etrax@axis.com \
--cc=dhowells@redhat.com \
--cc=gerg@uclinux.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=linux-parisc@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=paulus@samba.org \
--cc=roland@redhat.com \
--cc=yasutake.koichi@jp.panasonic.com \
--cc=ysato@users.sourceforge.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.