diff options
author | alc <alc@FreeBSD.org> | 2012-09-29 22:28:00 +0000 |
---|---|---|
committer | alc <alc@FreeBSD.org> | 2012-09-29 22:28:00 +0000 |
commit | bc883ac4c72b5e5ea6ae9da9efb1db67de377554 (patch) | |
tree | 7bcd514a446c33c5c72850a829332ba490adfe5a | |
parent | 2c4db2ae64f6132722e7decded077d823661ee4e (diff) | |
download | FreeBSD-src-bc883ac4c72b5e5ea6ae9da9efb1db67de377554.zip FreeBSD-src-bc883ac4c72b5e5ea6ae9da9efb1db67de377554.tar.gz |
Eliminate an unused declaration.
-rw-r--r-- | sys/arm/include/pmap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arm/include/pmap.h b/sys/arm/include/pmap.h index f8a5f44..e20bf18 100644 --- a/sys/arm/include/pmap.h +++ b/sys/arm/include/pmap.h @@ -616,8 +616,6 @@ void pmap_use_minicache(vm_offset_t, vm_size_t); void vector_page_setprot(int); -void pmap_update(pmap_t); - /* * This structure is used by machine-dependent code to describe * static mappings of devices, created at bootstrap time. |