From: kettenis Date: Sun, 10 Jul 2016 20:36:41 +0000 (+0000) Subject: Rename apic_proc_uid field to acpi_proc_uid in the acpi_madt_x2apic struct. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=debc289846561f481fdbe6de588ca5d3e250775e;p=openbsd 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@ --- 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 {