Commit 9a12f43d authored by Hari Kanigeri's avatar Hari Kanigeri

SYSLINK:proc-changed the procmgr ioctl base

This patch changes the procmgr driver's ioctl
base to start at 0x100 to fix the issue with
kernel version 2.6.31
Signed-off-by: default avatarHari Kanigeri <h-kanigeri2@ti.com>
parent 1b962917
......@@ -44,7 +44,7 @@ struct proc_mgr_cmd_args {
/*
* Base command ID for ProcMgr
*/
#define PROCMGR_BASE_CMD 0x0
#define PROCMGR_BASE_CMD 0x100
/*
* Command for ProcMgr_getConfig
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment