All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chen Gang <gang.chen@asianux.com>
To: Michael Ellerman <michael@ellerman.id.au>
Cc: Michael Neuling <mikey@neuling.org>,
	"paulus@samba.org" <paulus@samba.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	"linuxppc-dev@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>,
	jovi.zhangwei@huawei.com
Subject: Re: [Suggestion] powerpc: xmon: about 'longjmp' related warning.
Date: Fri, 26 Jul 2013 19:55:24 +0800	[thread overview]
Message-ID: <51F263AC.4080009@asianux.com> (raw)
In-Reply-To: <51F26164.1070801@asianux.com>

On 07/26/2013 07:45 PM, Chen Gang wrote:
> c000000000080d30:	00 00 04 ac 	.long 0x4ac
> c000000000080d34:	60 00 00 00 	nop
> c000000000080d38:	60 00 00 00 	nop
> c000000000080d3c:	60 00 00 00 	nop
>  816                 case 'm':
>  817                         cmd = inchar();
>  818                         switch (cmd) {
>  819                         case 'm':
>  820                         case 's':
>  821                         case 'd':
>  822                                 memops(cmd);
>  823                                 break;
>  824                         case 'l':
>  825                                 memlocate();
>  826                                 break;
>  827                         case 'z':
>  828                                 memzcan();
>  829                                 break;
>  830                         case 'i':
>  831                                 show_mem(0);
>  832                                 break;
>  833                         default:
>  834                                 termch = cmd;
>  835                                 memex();
>  836                         }
>  837                         break;
> c000000000080d40:	4b ff df b1 	bl      c00000000007ecf0 <.inchar>

Oh, sorry again, the comments above is incorrect, please skip them (816
-- 837)

If want to see the related code directly, please search '680(r1)' (which
mean 'fromipi')

Thanks.
-- 
Chen Gang

      parent reply	other threads:[~2013-07-26 11:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-22  7:02 [Suggestion] powerpc: xmon: about 'longjmp' related warning Chen Gang
2013-07-23 13:58 ` Michael Ellerman
2013-07-24  0:38   ` Chen Gang
2013-07-26  4:11     ` Chen Gang
2013-07-26 11:45       ` Chen Gang
2013-07-26 11:47         ` Chen Gang
2013-07-26 11:55         ` Chen Gang [this message]

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=51F263AC.4080009@asianux.com \
    --to=gang.chen@asianux.com \
    --cc=akpm@linux-foundation.org \
    --cc=jovi.zhangwei@huawei.com \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=michael@ellerman.id.au \
    --cc=mikey@neuling.org \
    --cc=paulus@samba.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.