Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/drm2/include/linux Pull in acpica.h on aarch64
details: https://anonhg.NetBSD.org/src/rev/dea9fcbe12be
branches: trunk
changeset: 1006514:dea9fcbe12be
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Jan 18 03:00:04 2020 +0000
description:
Pull in acpica.h on aarch64
diffstat:
sys/external/bsd/drm2/include/linux/acpi.h | 4 ++--
sys/external/bsd/drm2/include/linux/pci.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 3cfe7a274ffa -r dea9fcbe12be sys/external/bsd/drm2/include/linux/acpi.h
--- a/sys/external/bsd/drm2/include/linux/acpi.h Sat Jan 18 02:59:42 2020 +0000
+++ b/sys/external/bsd/drm2/include/linux/acpi.h Sat Jan 18 03:00:04 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi.h,v 1.4 2015/10/17 21:07:23 jmcneill Exp $ */
+/* $NetBSD: acpi.h,v 1.5 2020/01/18 03:00:04 jmcneill Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
#define _LINUX_ACPI_H_
#ifdef _KERNEL_OPT
-#if defined(__i386__) || defined(__x86_64__)
+#if defined(__i386__) || defined(__x86_64__) || defined(__aarch64__)
#include "acpica.h"
#else
#define NACPICA 0
diff -r 3cfe7a274ffa -r dea9fcbe12be sys/external/bsd/drm2/include/linux/pci.h
--- a/sys/external/bsd/drm2/include/linux/pci.h Sat Jan 18 02:59:42 2020 +0000
+++ b/sys/external/bsd/drm2/include/linux/pci.h Sat Jan 18 03:00:04 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci.h,v 1.37 2018/08/27 14:16:38 riastradh Exp $ */
+/* $NetBSD: pci.h,v 1.38 2020/01/18 03:00:04 jmcneill Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
#define _LINUX_PCI_H_
#ifdef _KERNEL_OPT
-#if defined(i386) || defined(amd64)
+#if defined(i386) || defined(amd64) || defined(__aarch64__)
#include "acpica.h"
#else /* !(i386 || amd64) */
#define NACPICA 0
Home |
Main Index |
Thread Index |
Old Index