diff options
author | Svatopluk Kraus <skra@FreeBSD.org> | 2016-02-17 12:36:24 +0000 |
---|---|---|
committer | Svatopluk Kraus <skra@FreeBSD.org> | 2016-02-17 12:36:24 +0000 |
commit | 1413a3ab64c6f1b386dca4f9821358678da1b420 (patch) | |
tree | 70025259534ba798cb6e4dffa3e18da0a9189680 /sys/arm/include/pmap-v6.h | |
parent | d6686e08be57f7058985f72f0e1973ff0df70cd0 (diff) |
Remove pd_prot and pd_cache members from struct arm_devmap_entry.
The struct is used for definition of static device mappings which
should always have same protection and attributes.
Notes
Notes:
svn path=/head/; revision=295694
Diffstat (limited to 'sys/arm/include/pmap-v6.h')
-rw-r--r-- | sys/arm/include/pmap-v6.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arm/include/pmap-v6.h b/sys/arm/include/pmap-v6.h index 067897779a20..1c1f6ef4e18f 100644 --- a/sys/arm/include/pmap-v6.h +++ b/sys/arm/include/pmap-v6.h @@ -250,8 +250,6 @@ void pmap_preboot_map_attr(vm_paddr_t, vm_offset_t, vm_size_t, vm_prot_t, */ void vector_page_setprot(int); -#define PTE_DEVICE VM_MEMATTR_DEVICE - #endif /* _KERNEL */ // ----------------------------------------------------------------------------- |