mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
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:
@@ -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 */
|
||||||
Reference in New Issue
Block a user