X201: Add missing CPU counter.

Change-Id: If9f10ef40193fc84ab1849429b5af678ffe831b2
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/4624
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
Vladimir Serbinenko 2014-01-02 11:08:29 +01:00
parent bd89699516
commit 24356dd5c1
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ static void acpi_create_gnvs(global_nvs_t * gnvs)
memset((void *)gnvs, 0, sizeof(*gnvs));
gnvs->apic = 1;
gnvs->mpen = 1; /* Enable Multi Processing */
gnvs->pcnt = dev_count_cpu();
/* IGD Displays */
gnvs->ndid = 3;