the following patch was just integrated into master: commit 20e2f3c6e4fb56d0242405fd3a6c229952dfaccd Author: Patrick Georgi patrick@georgi-clan.de Date: Sat Aug 9 20:52:21 2014 +0200
x86/smm/smihandler.c: break case in switch
The case doesn't look like a deliberate fall-through, since the next case (SNB/IVB/HSW) is more specific than the one before it, so break out.
Change-Id: I55497aefe9e835842a82121270f2b2a9952f560d Found-by: Coverity Scan Signed-off-by: Patrick Georgi patrick@georgi-clan.de Reviewed-on: http://review.coreboot.org/6571 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan eocallaghan@alterapraxis.com Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org Reviewed-by: Aaron Durbin adurbin@gmail.com Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net
See http://review.coreboot.org/6571 for details.
-gerrit