All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jim Gifford <maillist@jg555.com>
To: sparclinux@vger.kernel.org
Subject: Re: Build Issue - Sparc64
Date: Thu, 19 Jan 2006 00:32:43 +0000	[thread overview]
Message-ID: <43CEDE2B.7050705@jg555.com> (raw)
In-Reply-To: <43C6A8A3.9090100@jg555.com>

David S. Miller wrote:
> diff --git a/arch/sparc64/kernel/process.c b/arch/sparc64/kernel/process.c
> index 1dc3650..059b0d0 100644
> --- a/arch/sparc64/kernel/process.c
> +++ b/arch/sparc64/kernel/process.c
> @@ -164,6 +164,7 @@ void machine_restart(char * cmd)
>  	panic("Reboot failed!");
>  }
>  
> +#ifdef CONFIG_COMPAT
>  static void show_regwindow32(struct pt_regs *regs)
>  {
>  	struct reg_window32 __user *rw;
> @@ -189,6 +190,9 @@ static void show_regwindow32(struct pt_r
>  	       r_w.ins[0], r_w.ins[1], r_w.ins[2], r_w.ins[3],
>  	       r_w.ins[4], r_w.ins[5], r_w.ins[6], r_w.ins[7]);
>  }
> +#else
> +#define show_regwindow32(regs)	do { } while (0)
> +#endif
>  
>  static void show_regwindow(struct pt_regs *regs)
>  {
>   
Worked like a champ. Thank you.

-- 
----
Jim Gifford
maillist@jg555.com


  parent reply	other threads:[~2006-01-19  0:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-12 19:06 Build Issue - Sparc64 Jim Gifford
2006-01-12 21:30 ` Jim Gifford
2006-01-12 21:32 ` Jim Gifford
2006-01-18 22:58 ` David S. Miller
2006-01-18 23:02 ` Jim Gifford
2006-01-18 23:04 ` David S. Miller
2006-01-19  0:32 ` Jim Gifford [this message]
2006-01-19  0:38 ` David S. Miller

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=43CEDE2B.7050705@jg555.com \
    --to=maillist@jg555.com \
    --cc=sparclinux@vger.kernel.org \
    /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.