Path: blob/master/arch/arm/mach-mxs/include/mach/vmalloc.h
10820 views
/*1* Copyright (C) 2000 Russell King.2* Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.3*4* This program is free software; you can redistribute it and/or modify5* it under the terms of the GNU General Public License as published by6* the Free Software Foundation; either version 2 of the License, or7* (at your option) any later version.8*9* This program is distributed in the hope that it will be useful,10* but WITHOUT ANY WARRANTY; without even the implied warranty of11* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12* GNU General Public License for more details.13*/1415#ifndef __MACH_MXS_VMALLOC_H__16#define __MACH_MXS_VMALLOC_H__1718/* vmalloc ending address */19#define VMALLOC_END 0xf4000000UL2021#endif /* __MACH_MXS_VMALLOC_H__ */222324