Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/acpi fix typo, revert to previous version



details:   https://anonhg.NetBSD.org/src/rev/ffdef7b92e6d
branches:  trunk
changeset: 769592:ffdef7b92e6d
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Sep 15 12:32:30 2011 +0000

description:
fix typo, revert to previous version

diffstat:

 sys/arch/x86/acpi/Makefile.wakecode.inc |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 6c0eb71a8dfb -r ffdef7b92e6d sys/arch/x86/acpi/Makefile.wakecode.inc
--- a/sys/arch/x86/acpi/Makefile.wakecode.inc   Thu Sep 15 12:28:24 2011 +0000
+++ b/sys/arch/x86/acpi/Makefile.wakecode.inc   Thu Sep 15 12:32:30 2011 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile.wakecode.inc,v 1.7 2011/09/14 14:58:43 christos Exp $
+# $NetBSD: Makefile.wakecode.inc,v 1.8 2011/09/15 12:32:30 christos Exp $
 # FreeBSD: src/sys/i386/acpica/Makefile,v 1.3 2002/05/01 21:54:07 peter Exp
 
 ACPI_WAKECODE_S=       ${S}/arch/${MACHINE}/acpi/acpi_wakecode.S
 ACPI_GENWAKECODE=      ${S}/arch/x86/acpi/genwakecode.sh
-ACPI_WAKEUP_C=         ${S}/arch/x86/acpi/acpi_wakeup.c
 ACPI_GENCMD=           AWK=${TOOL_AWK:Q} \
                        HEXDUMP=${TOOL_HEXDUMP:Q} \
                        SED=${TOOL_SED:Q} \
@@ -21,4 +20,4 @@
        ${ACPI_GENCMD} ${ACPI_GENWAKECODE} > acpi_wakecode.h
        rm -f acpi_wakecode.bin acpi_wakecode.o acpi_wakecode.bin.map
 
-acpi_wakeup.o acpu_wakeup.d: acpi_wakecode.h
+acpi_wakeup.o acpi_wakeup.d: acpi_wakecode.h



Home | Main Index | Thread Index | Old Index