Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/acpi adjust for newer acpica
details: https://anonhg.NetBSD.org/src/rev/96ff563309b6
branches: trunk
changeset: 333262:96ff563309b6
user: christos <christos%NetBSD.org@localhost>
date: Sat Oct 25 21:00:20 2014 +0000
description:
adjust for newer acpica
diffstat:
sys/dev/acpi/acpi.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 2178e811628c -r 96ff563309b6 sys/dev/acpi/acpi.c
--- a/sys/dev/acpi/acpi.c Sat Oct 25 21:00:06 2014 +0000
+++ b/sys/dev/acpi/acpi.c Sat Oct 25 21:00:20 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi.c,v 1.258 2014/02/25 18:30:09 pooka Exp $ */
+/* $NetBSD: acpi.c,v 1.259 2014/10/25 21:00:20 christos Exp $ */
/*-
* Copyright (c) 2003, 2007 The NetBSD Foundation, Inc.
@@ -100,7 +100,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.258 2014/02/25 18:30:09 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.259 2014/10/25 21:00:20 christos Exp $");
#include "opt_acpi.h"
#include "opt_pcifixup.h"
@@ -253,7 +253,6 @@
/*
* Start up ACPICA.
*/
- AcpiGbl_AllMethodsSerialized = false;
AcpiGbl_EnableInterpreterSlack = true;
rv = AcpiInitializeSubsystem();
Home |
Main Index |
Thread Index |
Old Index