]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(versal-net): use api_id directly without FUNCID_MASK
authorMichal Simek <michal.simek@amd.com>
Mon, 3 Oct 2022 12:02:57 +0000 (14:02 +0200)
committerMichal Simek <michal.simek@amd.com>
Mon, 3 Oct 2022 12:03:38 +0000 (14:03 +0200)
commitb0eb6d124b1764264778d17b1519bfe62b7b9337
treed9ea19eac85350d57169da92baf994fe08ed17da
parentaa9d315009fba78cb3135b06d93001b2b18cf748
fix(versal-net): use api_id directly without FUNCID_MASK

The purpose of this code is to extract api_id from smc_fid but this masking
is done already in the code with using generic mask from smccc.h
(FUNCID_NUM_MASK). That's why remove FUNCID_MASK is which not needed and
actually also equal to already used FUNCID_NUM_MASK.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Change-Id: I1113825baa5d9d58d9d7c5d9d5855fecf62e8d45
plat/xilinx/versal_net/plat_psci.c