Rename `pmf_calc_timestamp_offset` to `pmf_calc_timestamp_addr`
authordp-arm <dimitris.papastamos@arm.com>
Thu, 8 Sep 2016 10:51:49 +0000 (11:51 +0100)
committerdp-arm <dimitris.papastamos@arm.com>
Wed, 14 Sep 2016 10:41:06 +0000 (11:41 +0100)
The macro calculates an absolute address rather than an offset so
rename it to avoid confusion.

Change-Id: I351f73dfd809fd28c0c30d38928caf5c5cd1af04

include/lib/pmf/pmf_asm_macros.S

index 42dcd79406e18dff7c351bf1e6fe63db6000c1a2..be7338b0c93ecb7db055af1fd9d5629e3bcb88cd 100644 (file)
 #define PMF_TS_SIZE    8
 
        /*
-        * This macro calculates the offset into the memory
-        * region where the per-cpu timestamp value is stored
-        * for the given service name and timestamp id.
+        * This macro calculates the address of the per-cpu timestamp
+        * for the given service name and local timestamp id.
         * Clobbers: x0 - x9
         */
-       .macro pmf_calc_timestamp_offset _name _tid
+       .macro pmf_calc_timestamp_addr _name _tid
        mov     x9, x30
        bl      plat_my_core_pos
        mov     x30, x9