aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/pmap.h
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2013-10-27 03:13:26 +0000
committerIan Lepore <ian@FreeBSD.org>2013-10-27 03:13:26 +0000
commit99af02e3b635fa5e0181a65986d88befd3763105 (patch)
tree2845b26324c8412cced10240287b98ab1a90ff52 /sys/arm/include/pmap.h
parent64894120645405cca2694a54bc19ef35cf0a3483 (diff)
downloadsrc-99af02e3b635fa5e0181a65986d88befd3763105.tar.gz
src-99af02e3b635fa5e0181a65986d88befd3763105.zip
Retire arm_remap_nocache() and the data and constants associated with it.
The only remaining user was the code that allocates bounce pages for armv4 busdma. It's not clear why bounce pages would need uncached memory, but if that ever changes, kmem_alloc_attr() would be the way to get it.
Notes
Notes: svn path=/head/; revision=257201
Diffstat (limited to 'sys/arm/include/pmap.h')
-rw-r--r--sys/arm/include/pmap.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/arm/include/pmap.h b/sys/arm/include/pmap.h
index 471792b80387..39493a3175f2 100644
--- a/sys/arm/include/pmap.h
+++ b/sys/arm/include/pmap.h
@@ -735,11 +735,6 @@ struct arm_small_page {
#endif
-#define ARM_NOCACHE_KVA_SIZE 0x1000000
-extern vm_offset_t arm_nocache_startaddr;
-void *arm_remap_nocache(void *, vm_size_t);
-void arm_unmap_nocache(void *, vm_size_t);
-
extern vm_paddr_t dump_avail[];
#endif /* _KERNEL */