original_kernel/arch/x86/lib
Glauber Costa 7e58818d32 x86: explicitly use edx in const delay function.
For x86_64, we can't just use %0, as it would
generate a mul against rdx, which is not really what we
want (note the ">> 32" in x86_64 version).

Using a u64 variable with a shift in i386 generates bad code,
so the solution is to explicitly use %%edx in inline assembly
for both.

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-07-09 08:52:04 +02:00
..
Makefile
checksum_32.S
clear_page_64.S
copy_page_64.S
copy_user_64.S x86-64: Fix "bytes left to copy" return value for copy_from_user() 2008-06-17 17:47:50 -07:00
copy_user_nocache_64.S x86-64: Fix "bytes left to copy" return value for copy_from_user() 2008-06-17 17:47:50 -07:00
csum-copy_64.S
csum-partial_64.c
csum-wrappers_64.c
delay_32.c x86: explicitly use edx in const delay function. 2008-07-09 08:52:04 +02:00
delay_64.c x86: explicitly use edx in const delay function. 2008-07-09 08:52:04 +02:00
getuser_32.S
getuser_64.S
io_64.c
iomap_copy_64.S
memcpy_32.c
memcpy_64.S
memmove_64.c
memset_64.S
mmx_32.c
msr-on-cpu.c
putuser_32.S
putuser_64.S
rwlock_64.S
semaphore_32.S
string_32.c
strstr_32.c
thunk_64.S
usercopy_32.c
usercopy_64.c