Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1/*
2 * ARM Ltd.
3 *
4 * ARMv8 Foundation model DTS (spin table configuration)
5 */
6
7&cpu0 {
8 enable-method = "spin-table";
9 cpu-release-addr = <0x0 0x8000fff8>;
10};
11
12&cpu1 {
13 enable-method = "spin-table";
14 cpu-release-addr = <0x0 0x8000fff8>;
15};
16
17&cpu2 {
18 enable-method = "spin-table";
19 cpu-release-addr = <0x0 0x8000fff8>;
20};
21
22&cpu3 {
23 enable-method = "spin-table";
24 cpu-release-addr = <0x0 0x8000fff8>;
25};