Index: kernel/arch/arm32/include/barrier.h
===================================================================
--- kernel/arch/arm32/include/barrier.h	(revision 297fda2c09e7341a6aee1f07408952da7f4bd3a3)
+++ kernel/arch/arm32/include/barrier.h	(revision cfeb368091e1ab5084ee63fb6cadec7079c62732)
@@ -113,5 +113,6 @@
 	inst_barrier();              /* Wait for Inst refetch */\
 } while (0)
-//TODO would be better to use cacheline size here
+/* @note: Cache type register is not awailable in uspace. We would need
+ * to export the cache line value, or use syscall for uspace smc_coherence */
 #define smc_coherence_block(a, l) \
 do { \
