This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Optimize ppc32 clone with newer kernels, add missng include in linux/utimes.c


Hi,

starting with 2.4.21 a long standing bug in the kernel was fixed, allowing us 
to optimize powerpc32/clone.S in this case.

Also included is a missing #include in linux/utimes.c which prevented compile 
cause INLINE_SYSCALL wasn't defined.

Franz.


	* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FIXED_CLONE_SYSCALL):
	New macro.
	* sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Use it.

	* sysdeps/unix/sysv/linux/utimes.c: Include sysdep.h.

Attachment: glibc-misc-1.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]