1/*
2 * Copyright (c) 2017 Intel Corporation
3 *
4 * Partially based on global_nvs.asl for other x86 platforms
5 *
6 * SPDX-License-Identifier:	GPL-2.0+
7 */
8
9#include <asm/acpi/global_nvs.h>
10
11OperationRegion(GNVS, SystemMemory, ACPI_GNVS_ADDR, ACPI_GNVS_SIZE)
12Field(GNVS, ByteAcc, NoLock, Preserve)
13{
14    Offset (0x00),
15    PCNT, 8,    /* processor count */
16}
17