diff options
Diffstat (limited to 'arch/arm/mach-realview/include/mach/vmalloc.h')
| -rw-r--r-- | arch/arm/mach-realview/include/mach/vmalloc.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-realview/include/mach/vmalloc.h b/arch/arm/mach-realview/include/mach/vmalloc.h index fe0de1b507a..a2a4c686140 100644 --- a/arch/arm/mach-realview/include/mach/vmalloc.h +++ b/arch/arm/mach-realview/include/mach/vmalloc.h @@ -18,4 +18,4 @@   * along with this program; if not, write to the Free Software   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA   */ -#define VMALLOC_END		0xf8000000 +#define VMALLOC_END		0xf8000000UL  |