On Tue, Dec 04, 2007 at 03:36:41PM +0100, Frank Behrens wrote:
> Konstantin Belousov <[EMAIL PROTECTED]> wrote on 4 Dec 2007 12:33:
> >   Modified files:
> >     sys/i386/i386        trap.c 
> >     sys/amd64/amd64      trap.c 
> >   Log:
> >   Fix the ABI change of the signal delivered on the access to the page
> >   with insufficient protection mode.
> >...
> >   1.323     +29 -2     src/sys/amd64/amd64/trap.c
> >   1.310     +29 -2     src/sys/i386/i386/trap.c
> 
> Is it useful to make this compatibilty switch dependent from
> options         COMPAT_FREEBSD6   ?
> IMHO if we don't want to run old binaries we don't need it.

It is COMPAT_FREEBSD{4,5,6} and COMPAT_FREEBSD7_CURRENT then.
Personally, I do not want to #ifdef the trap.c.

Attachment: pgpH2XNNH8GHm.pgp
Description: PGP signature

Reply via email to