svn commit: r216679 - head/sys/x86/x86

2010-12-23 Thread John Baldwin
Author: jhb Date: Thu Dec 23 15:17:28 2010 New Revision: 216679 URL: http://svn.freebsd.org/changeset/base/216679 Log: Drop the icu_lock spinlock while pausing briefly after masking the interrupt in the I/O APIC before moving it to a different CPU. If the interrupt had been triggered by

Re: svn commit: r216674 - head/sys/dev/acpica

2010-12-23 Thread Ganbold
John, On 12/23/10 04:27, John Baldwin wrote: Author: jhb Date: Wed Dec 22 20:27:20 2010 New Revision: 216674 URL: http://svn.freebsd.org/changeset/base/216674 Log: Use resource_list_reserve() to reserve I/O port and memory resources for ACPI devices even if they are not allocated by a

Re: svn commit: r216674 - head/sys/dev/acpica

2010-12-23 Thread Jung-uk Kim
On Thursday 23 December 2010 11:41 am, Ganbold wrote: John, On 12/23/10 04:27, John Baldwin wrote: Author: jhb Date: Wed Dec 22 20:27:20 2010 New Revision: 216674 URL: http://svn.freebsd.org/changeset/base/216674 Log: Use resource_list_reserve() to reserve I/O port and memory

svn commit: r216680 - head/sys/dev/acpica

2010-12-23 Thread John Baldwin
Author: jhb Date: Thu Dec 23 18:50:14 2010 New Revision: 216680 URL: http://svn.freebsd.org/changeset/base/216680 Log: Don't try to reserve a resource that is already allocated. If the ECDT table is present, then the acpi_ec(4) driver will allocate its resources from nexus0 before the

svn commit: r216681 - head/sys/arm/xscale/ixp425

2010-12-23 Thread Warner Losh
Author: imp Date: Thu Dec 23 19:28:50 2010 New Revision: 216681 URL: http://svn.freebsd.org/changeset/base/216681 Log: IXP4XX_GPIO_{,UN}LOCK() don't take args. Remove the sc here to make this compile again. Modified: head/sys/arm/xscale/ixp425/avila_gpio.c Modified:

svn commit: r216685 - head

2010-12-23 Thread Warner Losh
Author: imp Date: Fri Dec 24 04:55:56 2010 New Revision: 216685 URL: http://svn.freebsd.org/changeset/base/216685 Log: Redirect stderr from config to /dev/null. config -m is printing lots of annoying warnings when dealing with arm. The arm config files need to be fixed, but this restricts

svn commit: r216687 - head/lib/libthr/thread

2010-12-23 Thread David Xu
Author: davidxu Date: Fri Dec 24 07:41:39 2010 New Revision: 216687 URL: http://svn.freebsd.org/changeset/base/216687 Log: Always clear flag PMUTEX_FLAG_DEFERED when unlocking, as it is only significant for lock owner. Modified: head/lib/libthr/thread/thr_mutex.c Modified: