Module Name: src Committed By: riz Date: Thu Mar 22 22:50:49 UTC 2012
Modified Files: src/sys/arch/amd64/amd64 [netbsd-6]: machdep.c src/sys/arch/i386/i386 [netbsd-6]: machdep.c Log Message: Pull up following revision(s) (requested by mrg in ticket #126): sys/arch/amd64/amd64/machdep.c: revision 1.180 sys/arch/i386/i386/machdep.c: revision 1.724 make i386 and amd64 cpu_reboot() more similar. in particular, bring in the unmount/sync code from i386 to amd64, and call doshutdownhooks() for i386. the amd64 changes avoid umass triggering an assert later when sd@umass is trying to sync the cache. XXX merge x86 cpu_reboot(), but there's non-trivially different still. To generate a diff of this commit: cvs rdiff -u -r1.175.2.2 -r1.175.2.3 src/sys/arch/amd64/amd64/machdep.c cvs rdiff -u -r1.717.2.5 -r1.717.2.6 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.