mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
arm: Update declarations for arm_dcache_align{,_mask}
Reported by: Jenkins
Fixes: 3d8f548b9e57 ("uma: Make the cache alignment mask unsigned")
(cherry picked from commit 185aa8c9c3d7a01d616cfaafd492f61b37ed2551)
This commit is contained in:
parent
25e0e25afd
commit
7cb0bacf53
1 changed files with 2 additions and 2 deletions
|
|
@ -178,8 +178,8 @@ void cpu_reset (void) __attribute__((__noreturn__));
|
|||
*/
|
||||
|
||||
/* PRIMARY CACHE VARIABLES */
|
||||
extern int arm_dcache_align;
|
||||
extern int arm_dcache_align_mask;
|
||||
extern unsigned int arm_dcache_align;
|
||||
extern unsigned int arm_dcache_align_mask;
|
||||
|
||||
#else /* !_KERNEL */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue