]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add support for the getcpu system call on x86, ppc32 and ppc64. There
authorTom Hughes <tom@compton.nu>
Tue, 23 Feb 2010 10:02:55 +0000 (10:02 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 23 Feb 2010 10:02:55 +0000 (10:02 +0000)
commit2a70cf0b012792c0b8da23ff3271c6193342325e
tree299061ee93659a9d3ecf59e389099c72968bab3d
parente6c318c531f14697c8b13861fcfada90b2debe89
Add support for the getcpu system call on x86, ppc32 and ppc64. There
is no support for amd64 because there is no getcpu system call on that
platform - it is always done as a vsyscall in user space.

Based on patch from Aleksander Salwa. Closes #223758.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11054
coregrind/m_syswrap/priv_syswrap-linux.h
coregrind/m_syswrap/syswrap-linux.c
coregrind/m_syswrap/syswrap-ppc32-linux.c
coregrind/m_syswrap/syswrap-ppc64-linux.c
coregrind/m_syswrap/syswrap-x86-linux.c
include/vki/vki-linux.h