|
From: <sv...@va...> - 2005-12-02 16:45:35
|
Author: sewardj
Date: 2005-12-02 16:45:28 +0000 (Fri, 02 Dec 2005)
New Revision: 5270
Log:
ppc32-linux: enable sys_{set,get}priority.
Modified:
trunk/coregrind/m_syswrap/syswrap-ppc32-linux.c
trunk/coregrind/vki_unistd-ppc32-linux.h
Modified: trunk/coregrind/m_syswrap/syswrap-ppc32-linux.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_syswrap/syswrap-ppc32-linux.c 2005-12-02 16:24:14 U=
TC (rev 5269)
+++ trunk/coregrind/m_syswrap/syswrap-ppc32-linux.c 2005-12-02 16:45:28 U=
TC (rev 5270)
@@ -1560,8 +1560,8 @@
GENX_(__NR_fchmod, sys_fchmod), // 94
=20
LINX_(__NR_fchown, sys_fchown16), // 95
-//.. GENX_(__NR_getpriority, sys_getpriority), // 96
-//.. GENX_(__NR_setpriority, sys_setpriority), // 97
+ GENX_(__NR_getpriority, sys_getpriority), // 96
+ GENX_(__NR_setpriority, sys_setpriority), // 97
//.. GENX_(__NR_profil, sys_ni_syscall), // 98
//.. GENXY(__NR_statfs, sys_statfs), // 99
//..=20
Modified: trunk/coregrind/vki_unistd-ppc32-linux.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/vki_unistd-ppc32-linux.h 2005-12-02 16:24:14 UTC (rev=
5269)
+++ trunk/coregrind/vki_unistd-ppc32-linux.h 2005-12-02 16:45:28 UTC (rev=
5270)
@@ -125,8 +125,8 @@
#define __NR_ftruncate 93
#define __NR_fchmod 94
#define __NR_fchown 95
-//#define __NR_getpriority 96
-//#define __NR_setpriority 97
+#define __NR_getpriority 96
+#define __NR_setpriority 97
//#define __NR_profil 98
//#define __NR_statfs 99
//#define __NR_fstatfs 100
|