Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.19 28 lines 290 B view raw
1/* 2 * ARM Ltd. 3 * 4 * ARMv8 Foundation model DTS (PSCI configuration) 5 */ 6 7/ { 8 psci { 9 compatible = "arm,psci-1.0"; 10 method = "smc"; 11 }; 12}; 13 14&cpu0 { 15 enable-method = "psci"; 16}; 17 18&cpu1 { 19 enable-method = "psci"; 20}; 21 22&cpu2 { 23 enable-method = "psci"; 24}; 25 26&cpu3 { 27 enable-method = "psci"; 28};