svn commit: r210005 - head/sys/modules/acpi/acpi
Bruce Evans
brde at optusnet.com.au
Thu Jul 15 12:04:23 UTC 2010
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 noticed. Modules are supposed to be
independent of all configuration options, especially global ones,
especially especially SMP. Perhaps this is too much to ask for acpi.
Does it work now, after you removed an SMP ifdef from it?
Bruce
More information about the svn-src-head
mailing list