rpms/gkrellm-freq/devel gkrellm-gkfreq-1.0-rmasm.patch,NONE,1.1

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed Feb 8 16:09:00 UTC 2006


Author: thias

Update of /cvs/extras/rpms/gkrellm-freq/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9356

Added Files:
	gkrellm-gkfreq-1.0-rmasm.patch 
Log Message:
Add missing updated patch.


gkrellm-gkfreq-1.0-rmasm.patch:

--- NEW FILE gkrellm-gkfreq-1.0-rmasm.patch ---
diff -Naupr gkrellm-gkfreq-1.0.orig/gkfreq.c gkrellm-gkfreq-1.0/gkfreq.c
--- gkrellm-gkfreq-1.0.orig/gkfreq.c	2005-08-11 18:53:22.000000000 +0200
+++ gkrellm-gkfreq-1.0/gkfreq.c	2006-02-08 16:57:05.000000000 +0100
@@ -20,13 +20,6 @@ static GkrellmDecal	*decal_text1;
 static gint	style_id;
 
 
-__inline__ unsigned long long int rdtsc()
-{
-	unsigned long long int x;
-	__asm__ volatile (".byte 0x0f, 0x31" : "=A" (x));
-	return x;
-}
-
 static
 void read_MHz(char* buffer_, size_t bufsz_)
 {




More information about the scm-commits mailing list