Benjamin Herrenschmidt
a7f290dad3
[PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel
...
This patch moves the vdso's to arch/powerpc, adds support for the 32
bits vdso to the 32 bits kernel, rename systemcfg (finally !), and adds
some new (still untested) routines to both vdso's: clock_gettime() with
support for CLOCK_REALTIME and CLOCK_MONOTONIC, clock_getres() (same
clocks) and get_tbfreq() for glibc to retreive the timebase frequency.
Tom,Steve: The implementation of get_tbfreq() I've done for 32 bits
returns a long long (r3, r4) not a long. This is such that if we ever
add support for >4Ghz timebases on ppc32, the userland interface won't
have to change.
I have tested gettimeofday() using some glibc patches in both ppc32 and
ppc64 kernels using 32 bits userland (I haven't had a chance to test a
64 bits userland yet, but the implementation didn't change and was
tested earlier). I haven't tested yet the new functions.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2005-11-11 22:25:39 +11:00
..
2005-11-02 15:53:01 +11:00
2005-09-09 22:11:34 +10:00
2005-09-21 19:21:08 +10:00
2005-11-10 11:24:04 +11:00
2005-09-09 22:11:34 +10:00
2005-11-10 13:10:38 +11:00
2005-11-10 15:51:14 +11:00
2005-11-11 22:25:39 +11:00
2005-10-11 09:59:38 +10:00
2005-11-10 13:10:38 +11:00
2005-11-10 13:10:38 +11:00
2005-09-09 22:11:35 +10:00
2005-09-28 15:42:53 +10:00
2005-11-10 13:09:22 +11:00
2005-11-10 13:09:22 +11:00
2005-10-26 15:54:31 +10:00
2005-11-10 11:24:04 +11:00
2005-11-10 14:29:18 +11:00
2005-08-30 13:32:05 +10:00
2005-11-10 11:23:53 +11:00
2005-10-20 20:53:39 +10:00
2005-08-30 13:32:05 +10:00
2005-09-22 21:03:33 +10:00
2005-11-10 11:38:05 +11:00
2005-11-11 22:25:39 +11:00
2005-08-30 13:32:05 +10:00
2005-09-09 22:11:34 +10:00
2005-09-07 16:57:39 -07:00
2005-11-10 13:37:51 +11:00
2005-11-10 13:10:38 +11:00
2005-10-26 17:16:38 +10:00
2005-10-10 22:50:37 +10:00
2005-10-20 20:53:39 +10:00
2005-11-10 15:32:37 +11:00
2005-11-09 16:19:53 +11:00
2005-10-26 16:47:42 +10:00
2005-11-08 12:20:34 +11:00
2005-09-09 22:11:34 +10:00
2005-11-01 14:36:30 +11:00
2005-11-06 16:56:47 -08:00
2005-08-30 13:32:05 +10:00
2005-11-03 16:58:17 +11:00
2005-11-11 22:19:56 +11:00
2005-09-27 13:51:59 +10:00
2005-11-03 15:35:45 +11:00
2005-10-20 20:53:39 +10:00
2005-09-19 09:38:49 +10:00
2005-11-07 07:53:45 -08:00
2005-09-09 22:11:34 +10:00
2005-10-06 12:06:20 +10:00
2005-08-30 13:32:06 +10:00
2005-11-10 11:24:04 +11:00
2005-11-07 14:42:09 +11:00
2005-10-20 20:53:39 +10:00
2005-09-09 22:11:34 +10:00
2005-10-20 20:53:39 +10:00
2005-09-09 22:11:34 +10:00
2005-09-09 22:11:34 +10:00
2005-10-20 17:09:51 +10:00
2005-09-09 22:11:35 +10:00
2005-09-09 22:11:34 +10:00
2005-11-02 15:25:42 +11:00
2005-10-06 13:22:17 +10:00
2005-10-20 20:53:39 +10:00
2005-09-21 19:21:08 +10:00
2005-11-10 11:24:04 +11:00
2005-09-09 22:11:35 +10:00
2005-10-27 20:50:54 +10:00
2005-08-30 13:32:06 +10:00
2005-10-20 20:53:39 +10:00
2005-10-20 20:53:39 +10:00
2005-11-09 07:55:52 -08:00
2005-09-09 22:11:34 +10:00
2005-09-21 19:21:07 +10:00
2005-11-10 13:10:38 +11:00
2005-11-10 16:00:32 +11:00
2005-11-11 22:25:39 +11:00
2005-11-08 11:17:40 +11:00
2005-10-06 12:06:20 +10:00
2005-11-03 16:03:07 +11:00
2005-11-10 13:09:22 +11:00
2005-11-10 13:37:51 +11:00
2005-08-30 13:32:06 +10:00
2005-11-03 14:41:19 +11:00
2005-10-22 15:57:55 +10:00
2005-10-31 13:37:12 +11:00
2005-10-27 16:45:52 +10:00
2005-09-25 22:38:45 +10:00
2005-09-19 09:38:50 +10:00
2005-10-31 13:37:12 +11:00
2005-09-09 22:11:34 +10:00
2005-09-09 22:11:35 +10:00
2005-09-09 22:11:35 +10:00
2005-09-09 22:11:34 +10:00
2005-11-03 16:24:25 +11:00
2005-09-12 17:19:12 +10:00
2005-11-10 11:23:46 +11:00
2005-11-07 13:18:13 +11:00
2005-11-08 11:17:40 +11:00
2005-09-09 22:11:34 +10:00
2005-09-09 22:11:34 +10:00
2005-11-11 22:21:41 +11:00
2005-09-21 19:21:09 +10:00
2005-10-28 22:48:08 +10:00
2005-11-03 16:02:23 +11:00
2005-09-21 19:21:10 +10:00
2005-09-09 22:11:34 +10:00
2005-09-25 22:38:46 +10:00
2005-11-10 15:53:40 +11:00
2005-11-10 11:24:04 +11:00
2005-09-09 22:11:34 +10:00
2005-11-01 14:36:55 +11:00
2005-11-06 16:56:47 -08:00
2005-11-01 16:59:20 +11:00
2005-10-12 08:24:47 -07:00
2005-11-04 10:20:27 +11:00
2005-11-06 16:56:47 -08:00
2005-11-11 22:21:11 +11:00
2005-10-27 16:45:50 +10:00
2005-11-10 13:10:38 +11:00
2005-11-03 16:59:17 +11:00
2005-11-11 22:23:34 +11:00
2005-09-09 22:11:34 +10:00
2005-10-20 20:53:39 +10:00
2005-10-31 13:37:12 +11:00
2005-09-09 22:11:35 +10:00
2005-11-11 22:25:39 +11:00
2005-11-11 22:25:39 +11:00
2005-09-21 19:21:09 +10:00
2005-10-24 17:40:23 +10:00
2005-11-08 22:55:08 +11:00
2005-08-30 13:32:05 +10:00