diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-08-31 07:30:59 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-08-31 07:30:59 +0000 |
commit | 55170187b5c772b8d688903f04b62184568665f1 (patch) | |
tree | 81ab98299a1e557632870cbaf7bbecbccc7d619a /sysutils/x86info/files | |
parent | 12e5f4c9ed300107d803f5d697ab33fec2699156 (diff) |
Notes
Diffstat (limited to 'sysutils/x86info/files')
-rw-r--r-- | sysutils/x86info/files/patch-cpuid_UP.S | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/x86info/files/patch-cpuid_UP.S b/sysutils/x86info/files/patch-cpuid_UP.S index e8e5c450c232..2c660e1ebeac 100644 --- a/sysutils/x86info/files/patch-cpuid_UP.S +++ b/sysutils/x86info/files/patch-cpuid_UP.S @@ -1,13 +1,13 @@ ---- cpuid_UP.S.orig Tue Nov 26 20:20:07 2002 -+++ cpuid_UP.S Sun Aug 24 16:12:12 2003 -@@ -1,25 +1,8 @@ +--- cpuid_UP.S.orig Wed Aug 24 20:15:46 2005 ++++ cpuid_UP.S Wed Aug 24 20:16:16 2005 +@@ -1,24 +1,9 @@ .align 4 .text -#ifdef linux - .globl cpuid_UP -- .type cpuid_UP,@function + .type cpuid_UP,@function cpuid_UP: - -#else /* BSD or WIN32 */ @@ -22,7 +22,6 @@ - -_cpuid_UP: -#endif /* linux */ -- - pushl %ebp - movl %esp,%ebp - pushl %edi + + #ifdef __x86_64__ + /* x86_64 calling convention: Args passed in rdi, rsi, rdx, rcx, r8, r9; |