From debc289846561f481fdbe6de588ca5d3e250775e Mon Sep 17 00:00:00 2001 From: kettenis Date: Sun, 10 Jul 2016 20:36:41 +0000 Subject: [PATCH] Rename apic_proc_uid field to acpi_proc_uid in the acpi_madt_x2apic struct. It is the ACPI processor UID that is stored here. ok guenther@ --- sys/dev/acpi/acpireg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/acpi/acpireg.h b/sys/dev/acpi/acpireg.h index 87576bb58e1..1bef5c4fba4 100644 --- a/sys/dev/acpi/acpireg.h +++ b/sys/dev/acpi/acpireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acpireg.h,v 1.35 2016/05/07 18:03:36 kettenis Exp $ */ +/* $OpenBSD: acpireg.h,v 1.36 2016/07/10 20:36:41 kettenis Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert * Copyright (c) 2005 Marco Peereboom @@ -338,7 +338,7 @@ struct acpi_madt_x2apic { u_int8_t reserved[2]; u_int32_t apic_id; u_int32_t flags; /* Same flags as acpi_madt_lapic */ - u_int32_t apic_proc_uid; + u_int32_t acpi_proc_uid; } __packed; struct acpi_madt_x2apic_nmi { -- 2.20.1