+ * This function is carefully constructed to measure and verify the
+ * performance boost provided by eSRAM. We invalidate the cache with a
+ * wbinvd() and then perform a series of reads - each of which will cause a
+ * cacheline miss. We measure the aggregate time it takes to complete the
+ * series of reads and return the delta in cycles. The calling function will
+ * pass either a pointer to DRAM or a pointer to eSRAM.
+ *
+ * @param walker: Pointer to RAM area to test.
+ * @return: Number of cycles to complete test.
+ */
So I don't see the wbinvd() that the description mentions.
+ * esram_self_test_init - entry point for IMR driver.
+ * esram_self_test_exit - exit point for IMR code.
Stale 'IMR' references left over from copy & paste?