Commit 42da791
PCI: vmd: Assign a number to each VMD controller
If the system has multiple VMD controllers, the driver does not assign
a number to each controller, so when analyzing the interrupt through
/proc/interrupts, the names of all controllers are the same, which is
not very convenient for problem analysis. Here, try to assign a number
to each VMD controller.
Link: https://lore.kernel.org/r/1631884404-24141-1-git-send-email-brookxu.cn@gmail.com
Signed-off-by: Chunguang Xu <brookxu@tencent.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Jon Derrick <jonathan.derrick@intel.com>
Reviewed-by: Krzysztof Wilczyński <kw@linux.com>1 parent e4e737b commit 42da791
1 file changed
Lines changed: 33 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| 125 | + | |
| 126 | + | |
123 | 127 | | |
124 | 128 | | |
125 | 129 | | |
| |||
650 | 654 | | |
651 | 655 | | |
652 | 656 | | |
653 | | - | |
| 657 | + | |
654 | 658 | | |
655 | 659 | | |
656 | 660 | | |
| |||
834 | 838 | | |
835 | 839 | | |
836 | 840 | | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
837 | 851 | | |
838 | 852 | | |
839 | | - | |
| 853 | + | |
840 | 854 | | |
841 | 855 | | |
842 | | - | |
843 | | - | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
844 | 860 | | |
845 | 861 | | |
846 | 862 | | |
847 | | - | |
848 | | - | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
849 | 867 | | |
850 | 868 | | |
851 | 869 | | |
| |||
854 | 872 | | |
855 | 873 | | |
856 | 874 | | |
857 | | - | |
| 875 | + | |
858 | 876 | | |
859 | 877 | | |
860 | 878 | | |
861 | 879 | | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
862 | 885 | | |
863 | 886 | | |
864 | 887 | | |
| |||
879 | 902 | | |
880 | 903 | | |
881 | 904 | | |
| 905 | + | |
| 906 | + | |
882 | 907 | | |
883 | 908 | | |
884 | 909 | | |
| |||
903 | 928 | | |
904 | 929 | | |
905 | 930 | | |
906 | | - | |
| 931 | + | |
907 | 932 | | |
908 | 933 | | |
909 | 934 | | |
| |||
0 commit comments