Skip to content

Commit

Permalink
Errata 607: Rule PMU_SYS_5 is moved to recommended (ARM-software#372)
Browse files Browse the repository at this point in the history
Change-Id: I1b0136051da75ef445c55f757ec22c7b7391add4

Signed-off-by: Ajayswar S <[email protected]>
  • Loading branch information
ajayswar-s authored Oct 25, 2024
1 parent 2129d08 commit 1fdeb0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion val/sbsa/include/sbsa_acs_pmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ uint32_t pmu004_entry(uint32_t num_pe);
uint32_t pmu005_entry(uint32_t num_pe);
uint32_t pmu006_entry(uint32_t num_pe);
uint32_t pmu007_entry(uint32_t num_pe);
uint32_t pmu008_entry(uint32_t num_pe);
uint32_t pmu009_entry(uint32_t num_pe);

#endif /*__SBSA_ACS_PMU_H__ */
1 change: 0 additions & 1 deletion val/sbsa/src/sbsa_execute_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@ val_sbsa_pmu_execute_tests(uint32_t level, uint32_t num_pe)
status |= pmu004_entry(num_pe);
status |= pmu005_entry(num_pe);
status |= pmu007_entry(num_pe);
status |= pmu008_entry(num_pe);
status |= pmu009_entry(num_pe);
}
val_print_test_end(status, "PMU");
Expand Down

0 comments on commit 1fdeb0f

Please sign in to comment.