Date: Mon, 18 Jan 2016 21:09:14 -0600 From: Justin Hibbits <chmeeedalf@gmail.com> To: Justin Hibbits <jhibbits@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r294307 - head/sys/powerpc/booke Message-ID: <295CDA32-E579-4479-8754-84FFC6E1C5B2@gmail.com> In-Reply-To: <201601190307.u0J37QQ9011693@repo.freebsd.org> References: <201601190307.u0J37QQ9011693@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jan 18, 2016, at 9:07 PM, Justin Hibbits wrote:
> @@ -3237,7 +3249,11 @@ tlb1_mapin_region(vm_offset_t va, vm_pad
> }
>
> mapped = (va - base);
> +#ifdef __powerpc64__
> + printf("mapped size 0x%016lx (wasted space 0x%16lx)\n",
> +#else
> printf("mapped size 0x%08x (wasted space 0x%08x)\n",
> +#endif
> mapped, mapped - size);
> return (mapped);
> }
>
This segment shouldn't have been committed. I'll leave it in, though,
since otherwise it'd be just churn, as it'll be added back anyway in
the not too distant future.
- Justin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?295CDA32-E579-4479-8754-84FFC6E1C5B2>
