ARMV4_5_MMU: review unused symbols
Remove unused data: - armv4_5_mmu_page_type_names Remove prototype of not existing function: - armv4mmu_translate_va Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
0f3bbcf096
commit
4a1bd5b806
|
@ -26,13 +26,6 @@
|
|||
#include "armv4_5_mmu.h"
|
||||
|
||||
|
||||
uint32_t armv4mmu_translate_va(struct target *target, struct armv4_5_mmu_common *armv4_5_mmu, uint32_t va, int *type, uint32_t *cb, int *domain, uint32_t *ap);
|
||||
|
||||
char* armv4_5_mmu_page_type_names[] =
|
||||
{
|
||||
"section", "large page", "small page", "tiny page"
|
||||
};
|
||||
|
||||
uint32_t armv4_5_mmu_translate_va(struct target *target, struct armv4_5_mmu_common *armv4_5_mmu, uint32_t va, int *type, uint32_t *cb, int *domain, uint32_t *ap)
|
||||
{
|
||||
uint32_t first_lvl_descriptor = 0x0;
|
||||
|
|
Loading…
Reference in New Issue