[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 04/08] i386/i386/ldt.c: remove forward declaration
From: |
Samuel Thibault |
Subject: |
Re: [PATCH 04/08] i386/i386/ldt.c: remove forward declaration |
Date: |
Wed, 11 Dec 2013 00:12:31 +0100 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
Marin Ramesa, le Tue 10 Dec 2013 19:19:59 +0100, a écrit :
> --- a/i386/i386/ldt.h
> +++ b/i386/i386/ldt.h
> @@ -63,6 +63,8 @@ extern struct real_descriptor ldt[LDTSZ];
>
> void ldt_init(void);
>
> +extern int syscall(void);
I'd rather see the locore.S functions put in a separate headers.
Samuel
- [PATCH 01/08] i386/i386at/kd.c (kdintr): quiet the GCC warning about signed overflow, Marin Ramesa, 2013/12/10
- [PATCH 03/08] i386/i386/db_trace.c (db_i386_stack_trace): remove unnecessary cast, Marin Ramesa, 2013/12/10
- [PATCH 02/08] i386/i386/db_trace.c: remove forward declaration, Marin Ramesa, 2013/12/10
- [PATCH 05/08] i386/i386at/kd.c: remove forward declarations, Marin Ramesa, 2013/12/10
- [PATCH 04/08] i386/i386/ldt.c: remove forward declaration, Marin Ramesa, 2013/12/10
- Re: [PATCH 04/08] i386/i386/ldt.c: remove forward declaration,
Samuel Thibault <=
- [PATCH 06/08] i386/i386at/kd.c (kdmmap): remove unnecessary cast, Marin Ramesa, 2013/12/10
- [PATCH 07/08] i386/i386at/kd.c (kdinit): remove forward declaration, Marin Ramesa, 2013/12/10
- [PATCH 08/08] i386/i386at/kd_mouse.c (kd_mouse_open): remove forward declaration, Marin Ramesa, 2013/12/10