mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-14 03:44:58 +08:00
ascii: Remove non-ASCII characters
We will soon be enforcing ASCII-only characters for source.
This commit is contained in:
committed by
Kinsey Moore
parent
7a4a42d23b
commit
b714e4a809
6
bsps/arm/shared/cache/cache-l2c-310.c
vendored
6
bsps/arm/shared/cache/cache-l2c-310.c
vendored
@@ -784,12 +784,12 @@ static void l2c_310_check_errata( uint32_t rtl_release )
|
||||
|
||||
assert( 0 == ( l2cc->aux_ctrl & L2C_310_AUX_HPSODRE_MASK ) );
|
||||
|
||||
/* Erratum: 729815 The “High Priority for SO and Dev reads” feature can
|
||||
/* Erratum: 729815 The "High Priority for SO and Dev reads" feature can
|
||||
* cause Quality of Service issues to cacheable read transactions*/
|
||||
|
||||
/* Conditions
|
||||
This problem occurs when the following conditions are met:
|
||||
1. Bit[10] “High Priority for SO and Dev reads enable” of the PL310
|
||||
1. Bit[10] "High Priority for SO and Dev reads enable" of the PL310
|
||||
Auxiliary Control Register is set to 1.
|
||||
2. PL310 receives a cacheable read that misses in the L2 cache.
|
||||
3. PL310 receives a continuous flow of Strongly Ordered or Device
|
||||
@@ -797,7 +797,7 @@ static void l2c_310_check_errata( uint32_t rtl_release )
|
||||
Workaround
|
||||
A workaround is only necessary in systems that are able to issue a
|
||||
continuous flow of Strongly Ordered or Device reads. In such a case,
|
||||
the workaround is to disable the “High Priority for SO and Dev reads”
|
||||
the workaround is to disable the "High Priority for SO and Dev reads"
|
||||
feature. This is the default behavior.*/
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user