lkml.org 
[lkml]   [2022]   [Sep]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 01/10] misc: fastrpc: Rename audio protection domain to root
    Date
    The AUDIO_PD will be done via static pd, so the proper name here is
    actually ROOT_PD.

    Co-developed-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
    Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
    Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
    ---
    drivers/misc/fastrpc.c | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/drivers/misc/fastrpc.c b/drivers/misc/fastrpc.c
    index 58654d394d17..8d803ee33904 100644
    --- a/drivers/misc/fastrpc.c
    +++ b/drivers/misc/fastrpc.c
    @@ -83,7 +83,7 @@
    #define FASTRPC_RMID_INIT_MEM_UNMAP 11

    /* Protection Domain(PD) ids */
    -#define AUDIO_PD (0) /* also GUEST_OS PD? */
    +#define ROOT_PD (0) /* also GUEST_OS PD? */
    #define USER_PD (1)
    #define SENSORS_PD (2)

    @@ -1889,7 +1889,7 @@ static long fastrpc_device_ioctl(struct file *file, unsigned int cmd,
    err = fastrpc_invoke(fl, argp);
    break;
    case FASTRPC_IOCTL_INIT_ATTACH:
    - err = fastrpc_init_attach(fl, AUDIO_PD);
    + err = fastrpc_init_attach(fl, ROOT_PD);
    break;
    case FASTRPC_IOCTL_INIT_ATTACH_SNS:
    err = fastrpc_init_attach(fl, SENSORS_PD);
    --
    2.34.1
    \
     
     \ /
      Last update: 2022-09-02 17:57    [W:3.607 / U:0.140 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site