arm: Update declarations for arm_dcache_align{,_mask}

Reported by:	Jenkins
Fixes:		3d8f548b9e ("uma: Make the cache alignment mask unsigned")
This commit is contained in:
Mark Johnston 2023-11-02 12:23:51 -04:00
parent d7f9a421df
commit 185aa8c9c3

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