Skip to content

Commit

Permalink
[BZ #1566]
Browse files Browse the repository at this point in the history
2005-12-23  Ulrich Drepper  <drepper@redhat.com>
	[BZ #1566]
	* sysdeps/i386/i586/memusage.h: New file.
	* sysdeps/i386/memusage.h: Don't define GETTIME.
  • Loading branch information
Ulrich Drepper committed Dec 23, 2005
1 parent 0a9a2b3 commit 9256e57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2005-12-23 Ulrich Drepper <drepper@redhat.com>

[BZ #1566]
* sysdeps/i386/i586/memusage.h: New file.
* sysdeps/i386/memusage.h: Don't define GETTIME.

2005-12-22 Ulrich Drepper <drepper@redhat.com>

[BZ #1499]
Expand Down
1 change: 0 additions & 1 deletion sysdeps/i386/memusage.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
02111-1307 USA. */

#define GETSP() ({ register uintptr_t stack_ptr asm ("esp"); stack_ptr; })
#define GETTIME(low,high) asm ("rdtsc" : "=a" (low), "=d" (high))

#include <sysdeps/generic/memusage.h>

0 comments on commit 9256e57

Please sign in to comment.