linux-um archives
 help / color / mirror / Atom feed
* [uml-devel] Quick and dirty patch for 2.6.5 + 2.6.4-um1 patch v2
@ 2004-04-07 22:35 Piotr Neuman
  0 siblings, 0 replies; only message in thread
From: Piotr Neuman @ 2004-04-07 22:35 UTC (permalink / raw)
  To: user-mode-linux-devel

[-- Attachment #1: Type: text/plain, Size: 287 bytes --]

> This is just a hack to compile 2.6.5 kernel + 2.6.4-um1 patch. As Jeff Dike 
> put it "you might post that to uml-devel for the impatient" ;), but it's not 
> official fix...

This is a revised version, Jeff Dike says this one seems ok ;).

http://kem.p.lodz.pl/~peter/2.6.5-uml1.fix2

[-- Attachment #2: 2.6.5-uml1.fix --]
[-- Type: text/x-diff, Size: 1116 bytes --]

diff -ruN linux/include/asm-i386/system.h uml/linux/include/asm-i386/system.h
--- linux/include/asm-i386/system.h	2004-04-07 23:29:03.000000000 +0200
+++ uml/linux/include/asm-i386/system.h	2004-04-07 23:24:39.000000000 +0200
@@ -243,6 +243,7 @@
 #define __HAVE_ARCH_CMPXCHG 1
 #endif
 
+#ifndef __UM_SYSTEM_I386_H 
 static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old,
 				      unsigned long new, int size)
 {
@@ -270,6 +271,8 @@
 	return old;
 }
 
+#endif
+
 #define cmpxchg(ptr,o,n)\
 	((__typeof__(*(ptr)))__cmpxchg((ptr),(unsigned long)(o),\
 					(unsigned long)(n),sizeof(*(ptr))))
--- linux/arch/um/Makefile-i386	2004-04-07 23:29:20.521333000 +0200
+++ uml/linux/arch/um/Makefile-i386	2004-04-07 23:22:31.000000000 +0200
@@ -30,7 +30,7 @@
 $(SYS_DIR)/thread.h: $(SYS_UTIL_DIR)/mk_thread 
 	$(call filechk,$@)
 
-$(SYS_UTIL_DIR)/mk_sc: scripts/fixdep include/config/MARKER FORCE ; 
+$(SYS_UTIL_DIR)/mk_sc: scripts/basic/fixdep include/config/MARKER FORCE ; 
 	$(Q)$(MAKE) $(build)=$(SYS_UTIL_DIR) $@
 
 $(SYS_UTIL_DIR)/mk_thread: $(ARCH_SYMLINKS) $(GEN_HEADERS) sys_prepare FORCE ; 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-04-07 22:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-07 22:35 [uml-devel] Quick and dirty patch for 2.6.5 + 2.6.4-um1 patch v2 Piotr Neuman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox