]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ppc64: Fix return value of some vDSO calls
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 28 Apr 2005 01:04:45 +0000 (18:04 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 28 Apr 2005 01:04:45 +0000 (18:04 -0700)
commit07733025df2beaba3866c395be0812d0e48a5b88
tree326774cd0818e893561a3e77fc57ad5ea320771a
parent9758e74156b3b9f89c00cf3b7994a53f2c430d24
[PATCH] ppc64: Fix return value of some vDSO calls

The ppc vDSO would not properly clear the return value for some calls,
which will be a problem when interfacing those calls with glibc. This
should be fixed before 2.6.12 is released (as it is the first kernel
with the ppc vDSO) so that we don't have to play with symbol versioning
and ugly workarounds.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc64/kernel/vdso32/cacheflush.S
arch/ppc64/kernel/vdso32/gettimeofday.S
arch/ppc64/kernel/vdso64/cacheflush.S