From e650f914e1081e7bb48fc883ceb00dffa748a70a Mon Sep 17 00:00:00 2001 From: Shubhraprakash Date: Mon, 23 Aug 2010 18:56:22 -0600 Subject: Rename force_no_low_watermark to a flag flag will now be used to specify memory attributes required for IOCTL_KGSL_SHAREDMEM_FROM_VMALLOC ioctl Change-Id: Ie0fe56c8eb649ccaf89724a636fb565944fabf8d --- libc/kernel/common/linux/msm_kgsl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/kernel/common/linux/msm_kgsl.h b/libc/kernel/common/linux/msm_kgsl.h index 2cd9e4b..7b7a4e7 100644 --- a/libc/kernel/common/linux/msm_kgsl.h +++ b/libc/kernel/common/linux/msm_kgsl.h @@ -191,7 +191,7 @@ struct kgsl_sharedmem_from_vmalloc { unsigned int gpuaddr; unsigned int hostptr; - int force_no_low_watermark; + unsigned int flags; }; #define IOCTL_KGSL_SHAREDMEM_FROM_VMALLOC _IOWR(KGSL_IOC_TYPE, 0x23, struct kgsl_sharedmem_from_vmalloc) -- cgit v1.1