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

r1281 - trunk/kfreebsd-6/debian/patches



Author: rmh
Date: 2006-03-01 16:05:15 +0000 (Wed, 01 Mar 2006)
New Revision: 1281

Modified:
   trunk/kfreebsd-6/debian/patches/907_cpu_class.diff
Log:
Revert r1274.  We'll have to do this in glibc anyway, so better to maintain kernel compatibility.

Modified: trunk/kfreebsd-6/debian/patches/907_cpu_class.diff
===================================================================
--- trunk/kfreebsd-6/debian/patches/907_cpu_class.diff	2006-03-01 15:01:01 UTC (rev 1280)
+++ trunk/kfreebsd-6/debian/patches/907_cpu_class.diff	2006-03-01 16:05:15 UTC (rev 1281)
@@ -27,14 +27,3 @@
  		break;
  #endif
  	default:
---- sys/amd64/amd64/identcpu.c~	2006-02-28 12:31:12.000000000 +0100
-+++ sys/amd64/amd64/identcpu.c	2006-02-28 12:41:06.000000000 +0100
-@@ -71,7 +71,7 @@
- static void print_AMD_assoc(int i);
- 
- int	cpu_class;
--char machine[] = "amd64";
-+char machine[] = "x86_64";
- SYSCTL_STRING(_hw, HW_MACHINE, machine, CTLFLAG_RD, 
-     machine, 0, "Machine class");
- 



Reply to: