Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8bbde43 authored by Barry Song's avatar Barry Song Committed by Arnd Bergmann
Browse files

ARM: NUC93X: add UL suffix to VMALLOC_END to ensure it is properly typed

parent 085fb617
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -18,6 +18,6 @@
#ifndef __ASM_ARCH_VMALLOC_H
#ifndef __ASM_ARCH_VMALLOC_H
#define __ASM_ARCH_VMALLOC_H
#define __ASM_ARCH_VMALLOC_H


#define VMALLOC_END	  (0xE0000000)
#define VMALLOC_END	  0xE0000000UL


#endif /* __ASM_ARCH_VMALLOC_H */
#endif /* __ASM_ARCH_VMALLOC_H */