Source-Changes archive

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

Re: CVS commit: src/sys



Hi,

On Mon, Jan 19, 2009 at 05:39:02PM +0000, Christos Zoulas wrote:

> Module Name:  src
> Committed By: christos
> Date:         Mon Jan 19 17:39:02 UTC 2009
> 
> Modified Files:
>       src/sys/kern: kern_cpu.c
>       src/sys/sys: cpuio.h
> Added Files:
>       src/sys/compat/sys: cpuio.h
> 
> Log Message:
> provide compat_50

+#ifdef COMPAT_50
+#include <compat/sys/cpuio.h>
+#endif

This doesn't work properly any more, when put in code outside a compat
module, because i386 (soon x86) doesn't get this in GENERIC. I sent
a mail about it a while ago, can't remember the title.

Thanks,
Andrew


Home | Main Index | Thread Index | Old Index