[Glibc-bsd-commits] r1965 - trunk/kfreebsd-7/debian/patches

ps-guest at alioth.debian.org ps-guest at alioth.debian.org
Sat Jul 7 06:33:30 UTC 2007


Author: ps-guest
Date: 2007-07-07 06:33:30 +0000 (Sat, 07 Jul 2007)
New Revision: 1965

Modified:
   trunk/kfreebsd-7/debian/patches/005_binutils.diff
   trunk/kfreebsd-7/debian/patches/999_config.diff
Log:
* some fixes also for amd64 



Modified: trunk/kfreebsd-7/debian/patches/005_binutils.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/005_binutils.diff	2007-07-03 19:27:09 UTC (rev 1964)
+++ trunk/kfreebsd-7/debian/patches/005_binutils.diff	2007-07-07 06:33:30 UTC (rev 1965)
@@ -148,6 +148,15 @@
 ===================================================================
 --- sys/amd64/amd64/cpu_switch.S.orig	2005-11-15 01:25:59.000000000 +0100
 +++ sys/amd64/amd64/cpu_switch.S	2006-06-24 17:33:03.000000000 +0200
+@@ -102,7 +102,7 @@
+ 	jz	1f				/* no, skip over */
+ 
+ 	/* Save userland %gs */
+-	movl	%gs,PCB_GS(%r8)
++	movw	%gs,PCB_GS(%r8)
+ 	movq	PCB_GS32P(%r8),%rax
+ 	movq	(%rax),%rax
+ 	movq	%rax,PCB_GS32SD(%r8)
 @@ -204,7 +204,7 @@
  	movq	%rbx,(%rax)
  	movl	$MSR_GSBASE,%ecx

Modified: trunk/kfreebsd-7/debian/patches/999_config.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/999_config.diff	2007-07-03 19:27:09 UTC (rev 1964)
+++ trunk/kfreebsd-7/debian/patches/999_config.diff	2007-07-07 06:33:30 UTC (rev 1965)
@@ -17,11 +17,12 @@
  
  options 	SCHED_4BSD		# 4BSD scheduler
  options 	PREEMPTION		# Enable kernel thread preemption
-@@ -43,6 +38,7 @@
+@@ -43,6 +38,8 @@
  options 	MSDOSFS			# MSDOS Filesystem
  options 	CD9660			# ISO 9660 Filesystem
  options 	PROCFS			# Process filesystem (requires PSEUDOFS)
 +options 	LINPROCFS
++options 	COMPAT_LINUX32
  options 	PSEUDOFS		# Pseudo-filesystem framework
  options 	GEOM_PART_GPT		# GUID Partition Tables.
  options 	GEOM_LABEL		# Provides labelization




More information about the Glibc-bsd-commits mailing list