From e3acc8fcf3f1cbf4a527cfcd6aa9aba9bd9d5e2b Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Fri, 13 Sep 2019 10:49:20 +0300 Subject: src/: Replace some __PRE_RAM__ use MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iaa56e7b98aad33eeb876edd7465c56c80fd1ac18 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/35398 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/include/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/thread.h') diff --git a/src/include/thread.h b/src/include/thread.h index e6af2efd55..b66803e3c0 100644 --- a/src/include/thread.h +++ b/src/include/thread.h @@ -20,7 +20,7 @@ #include #include -#if CONFIG(COOP_MULTITASKING) && !defined(__SMM__) && !defined(__PRE_RAM__) +#if ENV_RAMSTAGE && CONFIG(COOP_MULTITASKING) struct thread { int id; -- cgit v1.2.3