Lines 1-13
Link Here
|
1 |
--- cpuid_UP.S.orig Tue Nov 26 20:20:07 2002 |
1 |
--- cpuid_UP.S.orig Wed Aug 24 20:15:46 2005 |
2 |
+++ cpuid_UP.S Sun Aug 24 16:12:12 2003 |
2 |
+++ cpuid_UP.S Wed Aug 24 20:16:16 2005 |
3 |
@@ -1,25 +1,8 @@ |
3 |
@@ -1,24 +1,9 @@ |
4 |
.align 4 |
4 |
.align 4 |
5 |
.text |
5 |
.text |
6 |
|
6 |
|
7 |
-#ifdef linux |
7 |
-#ifdef linux |
8 |
- |
8 |
- |
9 |
.globl cpuid_UP |
9 |
.globl cpuid_UP |
10 |
- .type cpuid_UP,@function |
10 |
.type cpuid_UP,@function |
11 |
cpuid_UP: |
11 |
cpuid_UP: |
12 |
- |
12 |
- |
13 |
-#else /* BSD or WIN32 */ |
13 |
-#else /* BSD or WIN32 */ |
Lines 22-28
Link Here
|
22 |
- |
22 |
- |
23 |
-_cpuid_UP: |
23 |
-_cpuid_UP: |
24 |
-#endif /* linux */ |
24 |
-#endif /* linux */ |
25 |
- |
25 |
|
26 |
pushl %ebp |
26 |
#ifdef __x86_64__ |
27 |
movl %esp,%ebp |
27 |
/* x86_64 calling convention: Args passed in rdi, rsi, rdx, rcx, r8, r9; |
28 |
pushl %edi |
|
|