Source-Changes archive

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

Failure (i386) from: CVS commit: src/sys/rump



On Monday 2008-12-29 22:16 +0000, Antti Kantee caused:
:Module Name:   src
:Committed By:  pooka
:Date:          Mon Dec 29 22:16:15 UTC 2008
:
:Modified Files:
:       src/sys/rump: Makefile.rump
:       src/sys/rump/librump/rumpkern: Makefile.rumpkern percpu.c
:           rump_private.h
:Added Files:
:       src/sys/rump/librump/rumpkern/arch/i386: Makefile.inc cpu.c spl.c
:
:Log Message:
:Switch i386 away from rump/include/machine.  This means that rump
:on i386 now uses the native kernel ABI.  This in turn means that
:rump modules and kernel modules are binary equivalent and can be
:used interchangeably.

arch/i386/{cpu,spl}.c can't find "rump_private.h"

Simplest change may be


--- sys/rump/librump/rumpkern/Makefile.rumpkern.org     2008-12-30 
10:59:49.000000000 +1100
+++ sys/rump/librump/rumpkern/Makefile.rumpkern 2008-12-30 13:26:41.000000000 
+1100
@@ -64,6 +64,7 @@
 SHLIB_MAJOR=    0
 SHLIB_MINOR=    0
 
+CPPFLAGS+=     -I${RUMPTOP}/librump/rumpkern
 CPPFLAGS+=     -I${RUMPTOP}/librump/rumpkern/opt -DMAXUSERS=32
 CPPFLAGS+=     -I${RUMPTOP}/librump/rumpnet -I${RUMPTOP}/librump/rumpvfs
 CFLAGS+=       -Wno-pointer-sign


Regards,
Geoff


Home | Main Index | Thread Index | Old Index