sunxi_cpucfg.h 170 B

12345678
  1. #include <plat/common/platform.h>
  2. #include <sunxi_cpucfg_ncat.h>
  3. static inline bool sunxi_cpucfg_has_per_cluster_regs(void)
  4. {
  5. return (plat_get_soc_revision() != 2);
  6. }