@@ -610,6 +610,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
610
610
.icache_bsize = 32 ,
611
611
.dcache_bsize = 32 ,
612
612
.num_pmcs = 4 ,
613
+ .pmc_type = PPC_PMC_IBM ,
613
614
.cpu_setup = __setup_cpu_750cx ,
614
615
.machine_check = machine_check_generic ,
615
616
.platform = "ppc750" ,
@@ -623,6 +624,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
623
624
.icache_bsize = 32 ,
624
625
.dcache_bsize = 32 ,
625
626
.num_pmcs = 4 ,
627
+ .pmc_type = PPC_PMC_IBM ,
626
628
.cpu_setup = __setup_cpu_750cx ,
627
629
.machine_check = machine_check_generic ,
628
630
.platform = "ppc750" ,
@@ -636,6 +638,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
636
638
.icache_bsize = 32 ,
637
639
.dcache_bsize = 32 ,
638
640
.num_pmcs = 4 ,
641
+ .pmc_type = PPC_PMC_IBM ,
639
642
.cpu_setup = __setup_cpu_750cx ,
640
643
.machine_check = machine_check_generic ,
641
644
.platform = "ppc750" ,
@@ -649,6 +652,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
649
652
.icache_bsize = 32 ,
650
653
.dcache_bsize = 32 ,
651
654
.num_pmcs = 4 ,
655
+ .pmc_type = PPC_PMC_IBM ,
652
656
.cpu_setup = __setup_cpu_750 ,
653
657
.machine_check = machine_check_generic ,
654
658
.platform = "ppc750" ,
@@ -662,6 +666,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
662
666
.icache_bsize = 32 ,
663
667
.dcache_bsize = 32 ,
664
668
.num_pmcs = 4 ,
669
+ .pmc_type = PPC_PMC_IBM ,
665
670
.cpu_setup = __setup_cpu_750 ,
666
671
.machine_check = machine_check_generic ,
667
672
.platform = "ppc750" ,
@@ -675,6 +680,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
675
680
.icache_bsize = 32 ,
676
681
.dcache_bsize = 32 ,
677
682
.num_pmcs = 4 ,
683
+ .pmc_type = PPC_PMC_IBM ,
678
684
.cpu_setup = __setup_cpu_750 ,
679
685
.machine_check = machine_check_generic ,
680
686
.platform = "ppc750" ,
@@ -688,6 +694,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
688
694
.icache_bsize = 32 ,
689
695
.dcache_bsize = 32 ,
690
696
.num_pmcs = 4 ,
697
+ .pmc_type = PPC_PMC_IBM ,
691
698
.cpu_setup = __setup_cpu_750 ,
692
699
.machine_check = machine_check_generic ,
693
700
.platform = "ppc750" ,
@@ -701,6 +708,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
701
708
.icache_bsize = 32 ,
702
709
.dcache_bsize = 32 ,
703
710
.num_pmcs = 4 ,
711
+ .pmc_type = PPC_PMC_IBM ,
704
712
.cpu_setup = __setup_cpu_750fx ,
705
713
.machine_check = machine_check_generic ,
706
714
.platform = "ppc750" ,
@@ -714,6 +722,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
714
722
.icache_bsize = 32 ,
715
723
.dcache_bsize = 32 ,
716
724
.num_pmcs = 4 ,
725
+ .pmc_type = PPC_PMC_IBM ,
717
726
.cpu_setup = __setup_cpu_750fx ,
718
727
.machine_check = machine_check_generic ,
719
728
.platform = "ppc750" ,
@@ -727,6 +736,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
727
736
.icache_bsize = 32 ,
728
737
.dcache_bsize = 32 ,
729
738
.num_pmcs = 4 ,
739
+ .pmc_type = PPC_PMC_IBM ,
730
740
.cpu_setup = __setup_cpu_750 ,
731
741
.machine_check = machine_check_generic ,
732
742
.platform = "ppc750" ,
@@ -741,6 +751,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
741
751
.icache_bsize = 32 ,
742
752
.dcache_bsize = 32 ,
743
753
.num_pmcs = 4 ,
754
+ .pmc_type = PPC_PMC_G4 ,
744
755
.cpu_setup = __setup_cpu_7400 ,
745
756
.machine_check = machine_check_generic ,
746
757
.platform = "ppc7400" ,
@@ -755,6 +766,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
755
766
.icache_bsize = 32 ,
756
767
.dcache_bsize = 32 ,
757
768
.num_pmcs = 4 ,
769
+ .pmc_type = PPC_PMC_G4 ,
758
770
.cpu_setup = __setup_cpu_7400 ,
759
771
.machine_check = machine_check_generic ,
760
772
.platform = "ppc7400" ,
@@ -769,6 +781,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
769
781
.icache_bsize = 32 ,
770
782
.dcache_bsize = 32 ,
771
783
.num_pmcs = 4 ,
784
+ .pmc_type = PPC_PMC_G4 ,
772
785
.cpu_setup = __setup_cpu_7410 ,
773
786
.machine_check = machine_check_generic ,
774
787
.platform = "ppc7400" ,
@@ -783,6 +796,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
783
796
.icache_bsize = 32 ,
784
797
.dcache_bsize = 32 ,
785
798
.num_pmcs = 6 ,
799
+ .pmc_type = PPC_PMC_G4 ,
786
800
.cpu_setup = __setup_cpu_745x ,
787
801
.oprofile_cpu_type = "ppc/7450" ,
788
802
.oprofile_type = PPC_OPROFILE_G4 ,
@@ -799,6 +813,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
799
813
.icache_bsize = 32 ,
800
814
.dcache_bsize = 32 ,
801
815
.num_pmcs = 6 ,
816
+ .pmc_type = PPC_PMC_G4 ,
802
817
.cpu_setup = __setup_cpu_745x ,
803
818
.oprofile_cpu_type = "ppc/7450" ,
804
819
.oprofile_type = PPC_OPROFILE_G4 ,
@@ -815,6 +830,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
815
830
.icache_bsize = 32 ,
816
831
.dcache_bsize = 32 ,
817
832
.num_pmcs = 6 ,
833
+ .pmc_type = PPC_PMC_G4 ,
818
834
.cpu_setup = __setup_cpu_745x ,
819
835
.oprofile_cpu_type = "ppc/7450" ,
820
836
.oprofile_type = PPC_OPROFILE_G4 ,
@@ -831,6 +847,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
831
847
.icache_bsize = 32 ,
832
848
.dcache_bsize = 32 ,
833
849
.num_pmcs = 6 ,
850
+ .pmc_type = PPC_PMC_G4 ,
834
851
.cpu_setup = __setup_cpu_745x ,
835
852
.oprofile_cpu_type = "ppc/7450" ,
836
853
.oprofile_type = PPC_OPROFILE_G4 ,
@@ -847,6 +864,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
847
864
.icache_bsize = 32 ,
848
865
.dcache_bsize = 32 ,
849
866
.num_pmcs = 6 ,
867
+ .pmc_type = PPC_PMC_G4 ,
850
868
.cpu_setup = __setup_cpu_745x ,
851
869
.oprofile_cpu_type = "ppc/7450" ,
852
870
.oprofile_type = PPC_OPROFILE_G4 ,
@@ -863,6 +881,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
863
881
.icache_bsize = 32 ,
864
882
.dcache_bsize = 32 ,
865
883
.num_pmcs = 6 ,
884
+ .pmc_type = PPC_PMC_G4 ,
866
885
.cpu_setup = __setup_cpu_745x ,
867
886
.oprofile_cpu_type = "ppc/7450" ,
868
887
.oprofile_type = PPC_OPROFILE_G4 ,
@@ -879,6 +898,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
879
898
.icache_bsize = 32 ,
880
899
.dcache_bsize = 32 ,
881
900
.num_pmcs = 6 ,
901
+ .pmc_type = PPC_PMC_G4 ,
882
902
.cpu_setup = __setup_cpu_745x ,
883
903
.oprofile_cpu_type = "ppc/7450" ,
884
904
.oprofile_type = PPC_OPROFILE_G4 ,
@@ -895,6 +915,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
895
915
.icache_bsize = 32 ,
896
916
.dcache_bsize = 32 ,
897
917
.num_pmcs = 6 ,
918
+ .pmc_type = PPC_PMC_G4 ,
898
919
.cpu_setup = __setup_cpu_745x ,
899
920
.oprofile_cpu_type = "ppc/7450" ,
900
921
.oprofile_type = PPC_OPROFILE_G4 ,
@@ -910,6 +931,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
910
931
.icache_bsize = 32 ,
911
932
.dcache_bsize = 32 ,
912
933
.num_pmcs = 6 ,
934
+ .pmc_type = PPC_PMC_G4 ,
913
935
.cpu_setup = __setup_cpu_745x ,
914
936
.oprofile_cpu_type = "ppc/7450" ,
915
937
.oprofile_type = PPC_OPROFILE_G4 ,
@@ -926,6 +948,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
926
948
.icache_bsize = 32 ,
927
949
.dcache_bsize = 32 ,
928
950
.num_pmcs = 6 ,
951
+ .pmc_type = PPC_PMC_G4 ,
929
952
.cpu_setup = __setup_cpu_745x ,
930
953
.oprofile_cpu_type = "ppc/7450" ,
931
954
.oprofile_type = PPC_OPROFILE_G4 ,
@@ -942,6 +965,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
942
965
.icache_bsize = 32 ,
943
966
.dcache_bsize = 32 ,
944
967
.num_pmcs = 6 ,
968
+ .pmc_type = PPC_PMC_G4 ,
945
969
.cpu_setup = __setup_cpu_745x ,
946
970
.oprofile_cpu_type = "ppc/7450" ,
947
971
.oprofile_type = PPC_OPROFILE_G4 ,
0 commit comments