At Sat, 21 Feb 2015 09:51:23 +,
Al Viro wrote:
>
> On Sat, Feb 21, 2015 at 04:53:49PM +0900, Yoshinori Sato wrote:
>
> > +static inline void *
> > +get_sigframe(struct k_sigaction *ka, struct pt_regs *regs, size_t
> > frame_size)
> > +{
> > + unsigned long usp;
> > +
> > + /* Default to
On Sat, Feb 21, 2015 at 04:53:49PM +0900, Yoshinori Sato wrote:
> +static inline void *
> +get_sigframe(struct k_sigaction *ka, struct pt_regs *regs, size_t frame_size)
> +{
> + unsigned long usp;
> +
> + /* Default to using normal stack. */
> + usp = rdusp();
> +
> + /* This is t
Signed-off-by: Yoshinori Sato
---
arch/h8300/kernel/process.c | 171
arch/h8300/kernel/ptrace.c | 203 +
arch/h8300/kernel/signal.c | 308
3 files changed, 682 insertions(+)
create mode 100644 arc
3 matches
Mail list logo