svn commit: r197863 - head/sys/amd64/acpica

Jung-uk Kim jkim at FreeBSD.org
Thu Oct 8 18:59:31 UTC 2009


2009/10/8 Jung-uk Kim <jkim at freebsd.org>:
On Thursday 08 October 2009 02:22 pm, Attilio Rao wrote:
> >  void
> >  acpi_install_wakeup_handler(struct acpi_softc *sc)
> >  {
> > +       static void     *wakeaddr = NULL;
> >        uint64_t        *pt4, *pt3, *pt2;
> >        int             i;
>
> Maybe it was better to have a non-reentrat function here?

It won't re-enter here because we cannot detach ACPI bus ATM.  It is 
just a safety belt for the distant(?) future. ;-)

Jung-uk Kim


More information about the svn-src-all mailing list