* Exception: Keep "V2, etc." with their originals.
*/
enum smca_bank_types {
- SMCA_CS, /* Coherent Slave */
+ SMCA_CS, /* Coherent Station */
SMCA_CS_V2,
SMCA_DE, /* Decoder Unit */
SMCA_EX, /* Execution Unit */
static DEFINE_PER_CPU_READ_MOSTLY(u8[N_SMCA_BANK_TYPES], smca_bank_counts);
static const char * const smca_names[] = {
- [SMCA_CS ... SMCA_CS_V2] = "coherent_slave",
+ [SMCA_CS ... SMCA_CS_V2] = "coherent_station",
[SMCA_DE] = "decode_unit",
[SMCA_EX] = "execution_unit",
[SMCA_FP] = "floating_point",
}
static const char * const smca_long_names[] = {
- [SMCA_CS ... SMCA_CS_V2] = "Coherent Slave",
+ [SMCA_CS ... SMCA_CS_V2] = "Coherent Station",
[SMCA_DE] = "Decode Unit",
[SMCA_EX] = "Execution Unit",
[SMCA_FP] = "Floating Point Unit",