Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144562259
D9864.1775478151.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
508 B
Referenced Files
None
Subscribers
None
D9864.1775478151.diff
View Options
Index: sys/arm/mv/mv_machdep.c
===================================================================
--- sys/arm/mv/mv_machdep.c
+++ sys/arm/mv/mv_machdep.c
@@ -254,6 +254,13 @@
* as strongly ordered instead of device memory.
*/
pmap_remap_vm_attr(PTE2_ATTR_DEVICE, PTE2_ATTR_SO);
+
+ /*
+ * Enable HW L1 prefetch.
+ * This feature gives significant performance gain although
+ * is not always enabled by the low-level firmware on Armada38X.
+ */
+ plat_cpuinfo.plat_actlr = (1 << 2);
#endif
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 6, 12:22 PM (15 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28274932
Default Alt Text
D9864.1775478151.diff (508 B)
Attached To
Mode
D9864: Enable L1 Dcache prefetch for Cortex A9 CPUs
Attached
Detach File
Event Timeline
Log In to Comment