bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 5/5] i386/i386/seg.c: remove file


From: Samuel Thibault
Subject: Re: [PATCH 5/5] i386/i386/seg.c: remove file
Date: Sat, 16 Nov 2013 11:08:54 +0100
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Marin Ramesa, le Fri 15 Nov 2013 19:39:20 +0100, a écrit :
> MACH_INLINE is already defined where needed. Inline functions from seg.h and
> tss.h get compiled when included from other files, therefore seg.c serves no
> real purpose. I think it's safe to remove.

It does serve purpose: the inline is an extern inline. It means the
compiler is allowed not to inline, and instead emit a reference to an
external function, which is provided by seg.c, precisely.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]