ENGR00162193 amd gpu: fixed random gsl_kmod failure

increase max process number to fix gsl_kmod open issue

Signed-off-by: xianzhong <b07117@freescale.com>
Signed-off-by: Richard Liu <r66033@freescale.com>

Conflicts:

	drivers/mxc/amd-gpu/include/gsl_buildconfig.h
This commit is contained in:
Richard Liu
2012-02-07 16:00:47 +08:00
committed by Matt Sealey
parent a984ec330b
commit f7501b49b9

View File

@@ -27,7 +27,7 @@
*/
/*
* Copyright (C) 2010 Freescale Semiconductor, Inc. All Rights Reserved.
* Copyright (C) 2012 Freescale Semiconductor, Inc. All Rights Reserved.
*/
#ifndef __GSL__BUILDCONFIG_H
@@ -49,7 +49,7 @@
/* #define GSL_MMU_PAGETABLE_PERPROCESS */
#define GSL_CALLER_PROCESS_MAX 10
#define GSL_CALLER_PROCESS_MAX 64
#define GSL_SHMEM_MAX_APERTURES 2
#endif /* __GSL__BUILDCONFIG_H */