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