SMM: add defines for APM_CNT register
authorSven Schnelle <svens@stackframe.org>
Sun, 5 Jun 2011 09:33:41 +0000 (11:33 +0200)
committerSven Schnelle <svens@stackframe.org>
Tue, 7 Jun 2011 20:01:29 +0000 (22:01 +0200)
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 <svens@stackframe.org>
Reviewed-on: http://review.coreboot.org/4
Tested-by: build bot (Jenkins)

No differences found