Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2021 20:36:27 +0100
From:      Gordon Bergling <gbe@freebsd.org>
To:        John Baldwin <jhb@freebsd.org>
Cc:        src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org
Subject:   Re: git: c7f3aa34cf0e - main - arm64: Trim duplicate code from cpu_fork_kthread_handler().
Message-ID:  <YAc0uzr7Gchj286x@lion.0xfce3.net>
In-Reply-To: <89e088a6-c257-9f14-b056-c962dd1d3a6b@FreeBSD.org>
References:  <202101191906.10JJ6kxB082918@gitrepo.freebsd.org> <89e088a6-c257-9f14-b056-c962dd1d3a6b@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 19, 2021 at 11:10:18AM -0800, John Baldwin wrote:
> On 1/19/21 11:06 AM, John Baldwin wrote:
> > The branch main has been updated by jhb:
> > 
> > URL: https://cgit.FreeBSD.org/src/commit/?id=c7f3aa34cf0eca4de268e8fca19af60db210558a
> > 
> > commit c7f3aa34cf0eca4de268e8fca19af60db210558a
> > Author:     John Baldwin <jhb@FreeBSD.org>
> > AuthorDate: 2021-01-08 22:56:22 +0000
> > Commit:     John Baldwin <jhb@FreeBSD.org>
> > CommitDate: 2021-01-19 19:05:41 +0000
> > 
> >     arm64: Trim duplicate code from cpu_fork_kthread_handler().
> >     
> >     cpu_fork_kthread_handler() is always called after either cpu_fork() or
> >     cpu_copy_thread().  The arm64 version was duplicating some of the work
> >     already done by both of those functions.
> >     
> >     Sponsored by:   Netflix
> 
> Gah, pushed the wrong branch.  This and the next commit were both
> reviewed by markj@.

Thanks for the quick bugfix anyway.

--Gordon



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