diff options
author | Tom Rini <trini@konsulko.com> | 2020-07-20 09:25:32 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-20 09:25:32 -0400 |
commit | 7303ba10a4a39852b9ba356fae5656b43122eec6 (patch) | |
tree | 4546d038f3daf513996fa0590f83274c01c3c501 /include/asm-generic/global_data.h | |
parent | 49cf75101db58ad3540d8de6749cf0c1d780dc76 (diff) | |
parent | 2a3d9a7af9b3f7abad4d1bc4d40f1d665a54da8f (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
- dm: core: Don't show an ACPI warning if there is no ordering
- x86: Enhance MTRR functionality to support multiple CPUs
Diffstat (limited to 'include/asm-generic/global_data.h')
-rw-r--r-- | include/asm-generic/global_data.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h index 8c78792cc9..d4a4e2215d 100644 --- a/include/asm-generic/global_data.h +++ b/include/asm-generic/global_data.h @@ -167,5 +167,6 @@ typedef struct global_data { #define GD_FLG_LOG_READY 0x08000 /* Log system is ready for use */ #define GD_FLG_WDT_READY 0x10000 /* Watchdog is ready for use */ #define GD_FLG_SKIP_LL_INIT 0x20000 /* Don't perform low-level init */ +#define GD_FLG_SMP_READY 0x40000 /* SMP init is complete */ #endif /* __ASM_GENERIC_GBL_DATA_H */ |