svn commit: r270201 - in head/sys: powerpc/include sys

Michael Moll kvedulv at kvedulv.de
Sat Aug 23 13:09:55 UTC 2014


Hi,

On Wed, Aug 20, 2014 at 11:27:00AM +0300, Konstantin Belousov wrote:
> Could someone with the machine identified as SPARC64V test the following
> patch ?  Just booting multiuser should be enough.
> 
> diff --git a/sys/sparc64/include/vmparam.h b/sys/sparc64/include/vmparam.h
> index 8e7d76c..c2f30c3 100644
> --- a/sys/sparc64/include/vmparam.h
> +++ b/sys/sparc64/include/vmparam.h
> @@ -241,5 +241,8 @@ extern vm_offset_t vm_max_kernel_address;
>  
>  #define	SFBUF
>  #define	SFBUF_MAP
> +#define	SFBUF_OPTIONAL_DIRECT_MAP	dcache_color_ignore
> +#include <machine/tlb.h>
> +#define	SFBUF_PHYS_DMAP(x)		TLB_PHYS_TO_DIRECT(x)
>  
>  #endif /* !_MACHINE_VMPARAM_H_ */

Works for me. :)

Regards
-- 
Michael Moll


More information about the freebsd-sparc64 mailing list