Commit b14447fc 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 0ea3df87
...@@ -44,7 +44,7 @@ struct proc_mgr_cmd_args { ...@@ -44,7 +44,7 @@ struct proc_mgr_cmd_args {
/* /*
* Base command ID for ProcMgr * Base command ID for ProcMgr
*/ */
#define PROCMGR_BASE_CMD 0x0 #define PROCMGR_BASE_CMD 0x100
/* /*
* Command for ProcMgr_getConfig * 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