From cd6d281fbee4de59aad1e76f1ed9afeb19ce9a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Tue, 6 Dec 2016 13:58:56 +0200 Subject: CPU: Move SMM prototypes under x86 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iefbc17dcfcf312338d94b2c2945c7fac3b23bff6 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/17732 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/mainboard/siemens/sitemp_g1p1/mainboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/siemens') diff --git a/src/mainboard/siemens/sitemp_g1p1/mainboard.c b/src/mainboard/siemens/sitemp_g1p1/mainboard.c index 736ef3431e..1f266a7a00 100644 --- a/src/mainboard/siemens/sitemp_g1p1/mainboard.c +++ b/src/mainboard/siemens/sitemp_g1p1/mainboard.c @@ -760,7 +760,7 @@ static void detect_hw_variant( device_t dev ) } } -static void smm_lock( void ) +void smm_lock(void) { /* LOCK the SMM memory window and enable normal SMM. * After running this function, only a full reset can -- cgit v1.2.3