mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 04:04:15 +08:00
[fix] compilation error from rpi (#7143)
* [fix] compile error from rpi
This commit is contained in:
@@ -39,11 +39,11 @@
|
||||
return psci_call((MIGRATE), cpuid, 0, 0); \
|
||||
}
|
||||
|
||||
struct psci_ops_t psci_ops;
|
||||
|
||||
#ifdef RT_USING_FDT
|
||||
#include "dtb_node.h"
|
||||
|
||||
struct psci_ops_t psci_ops;
|
||||
|
||||
#if __SIZE_WIDTH__ == 64
|
||||
#define PSCI_FN_NATIVE(version, name) PSCI_##version##_FN64_##name
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user