Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2019 18:30:52 -0700
From:      Mark Millard <marklmi@yahoo.com>
To:        FreeBSD PowerPC ML <freebsd-ppc@freebsd.org>
Subject:   CTR2(KTR_PMAP, "moea64_bootstrap: kstack0 at %#x (%#x)", pa, va); truncates va values for powerpc64
Message-ID:  <94365D7D-A76C-4EC6-9939-65A8E322524B@yahoo.com>

next in thread | raw e-mail | index | archive | help
I noticed that:

CTR2(KTR_PMAP, "moea64_bootstrap: kstack0 at %#x (%#x)", pa, va);

truncates the number displays because I copied/pasted the material
into a printf that I was using --and had truncated values displayed.

The actual va value on the PowerMag G5 was large enough to truncate,
but the format for pa does not match pa's type for that context
either.

===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?94365D7D-A76C-4EC6-9939-65A8E322524B>