Linux PARISC architecture development
 help / color / mirror / Atom feed
From: "Carlos O'Donell Jr." <carlos@baldric.uwo.ca>
To: parisc-linux@lists.parisc-linux.org
Subject: [parisc-linux] traps.c - void show_stack(struct pt_regs *regs)
Date: Fri, 3 May 2002 13:48:23 -0400	[thread overview]
Message-ID: <20020503134823.A23583@systemhalted> (raw)

pa,

-pa23

linux/arch/parisc/traps.c

    159                 cr30 = mfctl(30);
    160                 cr31 = mfctl(31);
    161                 stack_start = sp & ~(ISTACK_SIZE - 1);
    162                 if (stack_start == cr31) {
...
    189                 }
    190                 else
    191                 {
    192                     /* Stack Dump! */
    193                     printk(KERN_CRIT "WARNING! Stack pointer and cr30 do not correspond!\n");
    194                     printk(KERN_CRIT "Dumping virtual address stack instead\n");
    195                     dump_stack((unsigned long)__va(stack_start), (unsigned long)__va(sp), 0);
    196                 }

Line 193:

	Why do we say cr30 does not correspond to stack pointer?

c.

                 reply	other threads:[~2002-05-03 17:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20020503134823.A23583@systemhalted \
    --to=carlos@baldric.uwo.ca \
    --cc=parisc-linux@lists.parisc-linux.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox