Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164549767
D10221.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
815 B
Referenced Files
None
Subscribers
None
D10221.diff
View Options
Index: head/sys/arm/arm/pl310.c
===================================================================
--- head/sys/arm/arm/pl310.c
+++ head/sys/arm/arm/pl310.c
@@ -272,7 +272,9 @@
#ifdef PL310_ERRATA_727915
- platform_pl310_write_debug(pl310_softc, 3);
+ if (pl310_softc->sc_rtl_revision >= CACHE_ID_RELEASE_r2p0 &&
+ pl310_softc->sc_rtl_revision < CACHE_ID_RELEASE_r3p1)
+ platform_pl310_write_debug(pl310_softc, 3);
#endif
while (size > 0) {
#ifdef PL310_ERRATA_588369
@@ -293,7 +295,9 @@
size -= g_l2cache_line_size;
}
#ifdef PL310_ERRATA_727915
- platform_pl310_write_debug(pl310_softc, 0);
+ if (pl310_softc->sc_rtl_revision >= CACHE_ID_RELEASE_r2p0 &&
+ pl310_softc->sc_rtl_revision < CACHE_ID_RELEASE_r3p1)
+ platform_pl310_write_debug(pl310_softc, 0);
#endif
pl310_cache_sync();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 3, 1:16 AM (21 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35878547
Default Alt Text
D10221.diff (815 B)
Attached To
Mode
D10221: Execute PL310_ERRATA_727915 only for related revisions
Attached
Detach File
Event Timeline
Log In to Comment