Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch



Nick Hudson wrote:
> Module Name:  src
> Committed By: skrll
> Date:         Wed Nov 11 16:08:32 UTC 2009
> 
> Modified Files:
>       src/sys/arch/hp700/hp700: mainbus.c
>       src/sys/arch/hppa/hppa: pmap.c
>       src/sys/arch/hppa/include: pmap.h
> 
> Log Message:
> Use the new flags argument to pmap_kenter_pa for PMAP_NOCACHE.


> +/*
> + * MD flags that we use for pmap_kenter_pa:
> + */

PMAP_NOCACHE is also documented for pmap_enter(9).

> +#define PMAP_NOCACHE    0x01 /* set the non-cacheable bit */
> +

Please keep the MD value within PMAP_MD_MASK
(defined in sys/uvm/uvm_pmap.h)
so that new MI flags won't conflict.

Christoph


Home | Main Index | Thread Index | Old Index