Re: [PATCH v3 33/43] bsd-user: Make cpu_model and cpu_type visible to all of main.c

2021-09-05 Thread Warner Losh
On Sun, Sep 5, 2021 at 12:57 PM Kyle Evans wrote: > On Thu, Sep 2, 2021 at 6:53 PM wrote: > > > > From: Warner Losh > > > > cpu_model and cpu_type will be used future commits, so move them from > > main() scoped to file scoped. > > > > Signed-off-by: Warner Losh > > Acked-by: Richard

Re: [PATCH v3 33/43] bsd-user: Make cpu_model and cpu_type visible to all of main.c

2021-09-05 Thread Kyle Evans
On Thu, Sep 2, 2021 at 6:53 PM wrote: > > From: Warner Losh > > cpu_model and cpu_type will be used future commits, so move them from > main() scoped to file scoped. > > Signed-off-by: Warner Losh > Acked-by: Richard Henderson > --- > bsd-user/main.c | 4 ++-- > 1 file changed, 2

[PATCH v3 33/43] bsd-user: Make cpu_model and cpu_type visible to all of main.c

2021-09-02 Thread imp
From: Warner Losh cpu_model and cpu_type will be used future commits, so move them from main() scoped to file scoped. Signed-off-by: Warner Losh Acked-by: Richard Henderson --- bsd-user/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsd-user/main.c