Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2008 23:22:42 +0200
From:      Andriy Gapon <avg@icyb.net.ua>
To:        freebsd-acpi@freebsd.org
Subject:   probable typo in acpi_cpu.c
Message-ID:  <47B0BCA2.6040204@icyb.net.ua>

next in thread | raw e-mail | index | archive | help

There is probably a typo in acpi_cpu.c, function acpi_cpu_startup:
	    if (cpu_quirks && CPU_QUIRK_NO_C3) { <----- here
		sc->cpu_cx_count = sc->cpu_non_c3 + 1;
	    }

Not sure how that affects the logic though.

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47B0BCA2.6040204>