File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -675,8 +675,8 @@ static umode_t arm_cmn_event_attr_is_visible(struct kobject *kobj,
675
675
676
676
if ((chan == 5 && cmn -> rsp_vc_num < 2 ) ||
677
677
(chan == 6 && cmn -> dat_vc_num < 2 ) ||
678
- (chan == 7 && cmn -> snp_vc_num < 2 ) ||
679
- (chan == 8 && cmn -> req_vc_num < 2 ))
678
+ (chan == 7 && cmn -> req_vc_num < 2 ) ||
679
+ (chan == 8 && cmn -> snp_vc_num < 2 ))
680
680
return 0 ;
681
681
}
682
682
@@ -794,8 +794,8 @@ static umode_t arm_cmn_event_attr_is_visible(struct kobject *kobj,
794
794
_CMN_EVENT_XP(pub_##_name, (_event) | (4 << 5)), \
795
795
_CMN_EVENT_XP(rsp2_##_name, (_event) | (5 << 5)), \
796
796
_CMN_EVENT_XP(dat2_##_name, (_event) | (6 << 5)), \
797
- _CMN_EVENT_XP(snp2_ ##_name, (_event) | (7 << 5)), \
798
- _CMN_EVENT_XP(req2_ ##_name, (_event) | (8 << 5))
797
+ _CMN_EVENT_XP(req2_ ##_name, (_event) | (7 << 5)), \
798
+ _CMN_EVENT_XP(snp2_ ##_name, (_event) | (8 << 5))
799
799
800
800
801
801
static struct attribute * arm_cmn_event_attrs [] = {
You can’t perform that action at this time.
0 commit comments