All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Mosberger <davidm@hpl.hp.com>
To: linux-ia64@vger.kernel.org
Subject: RE: [Linux-ia64] Intermittent errors on mov rr
Date: Fri, 16 Feb 2001 19:48:52 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590693005163@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590693005157@msgid-missing>

>>>>> On Fri, 16 Feb 2001 11:12:16 -0800, "Jim Hull" <jim_hull@hp.com> said:

  Jim> The fault happens because you are attempting to use a rid value which
  Jim> requires 19 bits, but Itanium only supports 18-bit rids (the minimum
  Jim> required by the architecture).  The implemented rid size is returned by
  Jim> PAL_VM_SUMMARY, which you can examine with:

  Jim> cat /proc/pal/cpu0/vm_info | grep RR.rid

  Jim> I know nothing about how IA-64 Linux manages rid values,
  Jim> whether it makes use of the rid size field returned by
  Jim> PAL_VM_SUMMARY, etc., so I can't help you any more than this.
  Jim> Probably David Mosberger can track down the root cause of this
  Jim> problem.

Linux reads PAL_VM_SUMMARY and sets the limit accordingly.  On
Itanium, the limit should be 0x8000-1 (18-3 bits) and that's what I
see:

	kdb> md ia64_ctx
	e000000000abe6e8: 00000000 00006a02 00008000 00007fff  .....j.........
						     ^^^^^^^^

Keith, can you verify that you get the right value here as well?

	--david


  parent reply	other threads:[~2001-02-16 19:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-16  7:45 [Linux-ia64] Intermittent errors on mov rr Keith Owens
2001-02-16 19:12 ` Jim Hull
2001-02-16 19:48 ` David Mosberger [this message]
2001-02-16 23:57 ` Keith Owens

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=marc-linux-ia64-105590693005163@msgid-missing \
    --to=davidm@hpl.hp.com \
    --cc=linux-ia64@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.