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

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

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

parent ff5caab1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@
#ifndef __ASM_ARCH_VMALLOC_H
#define __ASM_ARCH_VMALLOC_H

#define VMALLOC_END	0xF0000000
#define VMALLOC_END	0xF0000000UL

#endif