From f4dc1a73e440766bbc12b738462ae9467f6030fe Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Sun, 5 Jun 2011 11:33:41 +0200 Subject: SMM: add defines for APM_CNT register in the current code, the defines for the APM_CNT (0xb2) register are duplicated in almost every place where it is used. define those values in cpu/x86/smm.h, and only include this file. And while at it, fixup whitespace. Change-Id: Iae712aff53322acd51e89986c2abf4c794e25484 Signed-off-by: Sven Schnelle Reviewed-on: http://review.coreboot.org/4 Tested-by: build bot (Jenkins) --- src/mainboard/lenovo/x60/mainboard_smi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/lenovo/x60/mainboard_smi.c') diff --git a/src/mainboard/lenovo/x60/mainboard_smi.c b/src/mainboard/lenovo/x60/mainboard_smi.c index 5e0f6a98b0..78f7f2a4f6 100644 --- a/src/mainboard/lenovo/x60/mainboard_smi.c +++ b/src/mainboard/lenovo/x60/mainboard_smi.c @@ -75,4 +75,3 @@ int mainboard_io_trap_handler(int smif) * On failure, the IO Trap Handler returns a value != 0 */ return 0; } - -- cgit v1.2.3