[parisc-linux-cvs] linux-2.6 tausq

Randolph Chung randolph at tausq.org
Fri Aug 20 00:29:54 MDT 2004


> Modified files:
> 	include/asm-parisc: posix_types.h 
> 
> Log message:
> fix __kernel_clock_t definition so that e.g. proper process times are returned
> to userspace

parisc was the only arch that didn't define this as long.... some of the
other functions assume the type is long, so i've done:

-typedef int                    __kernel_clock_t;
+typedef long                   __kernel_clock_t;

this fixes the erroneous process times reported by /proc/*/stat

randolph
-- 
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/


More information about the parisc-linux-cvs mailing list