svn commit: r294307 - head/sys/powerpc/booke

Justin Hibbits chmeeedalf at gmail.com
Tue Jan 19 03:09:17 UTC 2016


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


More information about the svn-src-head mailing list