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:
Mark Johnston 2023-11-02 12:23:51 -04:00
parent 25e0e25afd
commit 7cb0bacf53

View file

@ -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 */