NetBSD-Bugs archive

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

PR/38936 CVS commit: src/sys/arch/i386/i386



The following reply was made to PR port-i386/38936; it has been noted by GNATS.

From: "Jared D. McNeill" <jmcneill%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/38936 CVS commit: src/sys/arch/i386/i386
Date: Thu, 26 Feb 2009 15:07:33 +0000 (UTC)

 Module Name:   src
 Committed By:  jmcneill
 Date:          Thu Feb 26 15:07:33 UTC 2009
 
 Modified Files:
        src/sys/arch/i386/i386: machdep.c
 
 Log Message:
 PR# port-i386/38936: system can not power down via acpi
 
 Merge change from amd64 machdep.c revision 1.42:
 
 in cpu_reboot(), only halt the other CPUs after we've done the powerdown stuff.
 the ACPI code may end up removing some pmap entries, which wants the other
 CPUs to still be running to handle TLB invalidations.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.663 -r1.664 src/sys/arch/i386/i386/machdep.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index