Rename ARMv7-A cache.h to cp15_cache.h. Things will be broken on this commit until I get the new cache.h in place.

This commit is contained in:
Gregory Nutt
2014-07-26 16:54:19 -06:00
parent 6d9ca195ee
commit 2eb526253b
@@ -1,7 +1,7 @@
/************************************************************************************ /************************************************************************************
* arch/arm/src/armv7-a/cache.h * arch/arm/src/armv7-a/cp15_cacheops.h
* *
* Copyright (C) 2013 Gregory Nutt. All rights reserved. * Copyright (C) 2013-2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
* *
* References: * References:
@@ -46,8 +46,8 @@
* *
************************************************************************************/ ************************************************************************************/
#ifndef __ARCH_ARM_SRC_ARMV7_A_CACHE_H #ifndef __ARCH_ARM_SRC_ARMV7_A_CP15_CACHEOPS_H
#define __ARCH_ARM_SRC_ARMV7_A_CACHE_H #define __ARCH_ARM_SRC_ARMV7_A_CP15_CACHEOPS_H
/************************************************************************************ /************************************************************************************
* Included Files * Included Files
@@ -987,4 +987,4 @@ void cp15_flush_dcache(uintptr_t start, uintptr_t end);
#endif #endif
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
#endif /* __ARCH_ARM_SRC_ARMV7_A_CACHE_H */ #endif /* __ARCH_ARM_SRC_ARMV7_A_CP15_CACHEOPS_H */