Re: svn commit: r210005 - head/sys/modules/acpi/acpi

2010-07-16 Thread Jung-uk Kim
On Friday 16 July 2010 05:42 pm, M. Warner Losh wrote: > In message: <201007161514.04955.j...@freebsd.org> > > Jung-uk Kim writes: > : On Thursday 15 July 2010 08:04 am, Bruce Evans wrote: > : > On Tue, 13 Jul 2010, Jung-uk Kim wrote: > : > > Log: > : > > Define SMP unconditionally fo

Re: svn commit: r210005 - head/sys/modules/acpi/acpi

2010-07-16 Thread M. Warner Losh
In message: <201007161514.04955.j...@freebsd.org> Jung-uk Kim writes: : On Thursday 15 July 2010 08:04 am, Bruce Evans wrote: : > On Tue, 13 Jul 2010, Jung-uk Kim wrote: : > > Log: : > > Define SMP unconditionally for amd64 and remove opt_global.h : > > from SRCS. Note it is done just

Re: svn commit: r210005 - head/sys/modules/acpi/acpi

2010-07-16 Thread Jung-uk Kim
On Thursday 15 July 2010 08:04 am, Bruce Evans wrote: > On Tue, 13 Jul 2010, Jung-uk Kim wrote: > > Log: > > Define SMP unconditionally for amd64 and remove opt_global.h > > from SRCS. Note it is done just for correctness sake because we > > do not build, ship, or support acpi.ko on amd64. > > > >

Re: svn commit: r210005 - head/sys/modules/acpi/acpi

2010-07-15 Thread Bruce Evans
On Tue, 13 Jul 2010, Jung-uk Kim wrote: Log: Define SMP unconditionally for amd64 and remove opt_global.h from SRCS. Note it is done just for correctness sake because we do not build, ship, or support acpi.ko on amd64. Prodded by:bde Thanks. It was much more interesting than I notice

svn commit: r210005 - head/sys/modules/acpi/acpi

2010-07-13 Thread Jung-uk Kim
Author: jkim Date: Tue Jul 13 16:57:52 2010 New Revision: 210005 URL: http://svn.freebsd.org/changeset/base/210005 Log: Define SMP unconditionally for amd64 and remove opt_global.h from SRCS. Note it is done just for correctness sake because we do not build, ship, or support acpi.ko on amd64