summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/arch-tangier/acpi/global_nvs.asl
blob: 895b807e96eaaf7c0d01d5d0e1233c90d1dd35cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (c) 2017 Intel Corporation
 *
 * Partially based on global_nvs.asl for other x86 platforms
 */

#include <asm/acpi/global_nvs.h>

OperationRegion(GNVS, SystemMemory, ACPI_GNVS_ADDR, ACPI_GNVS_SIZE)
Field(GNVS, ByteAcc, NoLock, Preserve)
{
    PCNT, 8,    /* processor count */
}