Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2009 14:59:21 -0400
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        Attilio Rao <attilio@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r197863 - head/sys/amd64/acpica
Message-ID:  <200910081459.22441.jkim@FreeBSD.org>
In-Reply-To: <3bbf2fe10910081122t2e23d1cep44846da4a7035227@mail.gmail.com>
References:  <200910081741.n98HfrI3028811@svn.freebsd.org> <3bbf2fe10910081122t2e23d1cep44846da4a7035227@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
2009/10/8 Jung-uk Kim <jkim@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910081459.22441.jkim>