kernel-ark/arch/powerpc/kernel
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
..
vdso32 [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel 2005-11-11 22:25:39 +11:00
vdso64 [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel 2005-11-11 22:25:39 +11:00
asm-offsets.c [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel 2005-11-11 22:25:39 +11:00
binfmt_elf32.c
btext.c
cpu_setup_power4.S
cputable.c powerpc: Add user CPU features for POWER4, POWER5, POWER5+ and Cell. 2005-11-10 14:29:18 +11:00
entry_32.S
entry_64.S
firmware.c
fpu.S [PATCH] powerpc: Consolidate asm compatibility macros 2005-11-10 13:10:38 +11:00
head_4xx.S
head_8xx.S
head_32.S
head_44x.S
head_64.S [PATCH] powerpc: merge code values for identifying platforms 2005-11-10 13:37:51 +11:00
head_fsl_booke.S
idle_6xx.S
idle_power4.S
init_task.c
ioctl32.c
irq.c
lparcfg.c [PATCH] ppc64: Quieten lparcfg 2005-11-11 22:20:01 +11:00
lparmap.c
Makefile [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel 2005-11-11 22:25:39 +11:00
misc_32.S [PATCH] powerpc: Merge cacheflush.h and cache.h 2005-11-10 13:09:22 +11:00
misc_64.S
of_device.c
paca.c [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel 2005-11-11 22:25:39 +11:00
pmc.c
ppc32.h
ppc_ksyms.c [PATCH] powerpc: merge code values for identifying platforms 2005-11-10 13:37:51 +11:00
proc_ppc64.c [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel 2005-11-11 22:25:39 +11:00
process.c
prom_init.c [PATCH] powerpc: merge code values for identifying platforms 2005-11-10 13:37:51 +11:00
prom.c Merge git://oak/home/sfr/kernels/iseries/work 2005-11-10 15:54:00 +11:00
ptrace32.c
ptrace.c
rtas_flash.c
rtas_pci.c [PATCH] powerpc: Move more ppc64 files with no ppc32 equivalent to powerpc 2005-11-10 15:32:37 +11:00
rtas-proc.c [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel 2005-11-11 22:25:39 +11:00
rtas.c [PATCH] powerpc: merge code values for identifying platforms 2005-11-10 13:37:51 +11:00
semaphore.c
setup_32.c powerpc: Move some extern declarations from C code into headers 2005-11-10 15:53:40 +11:00
setup_64.c [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel 2005-11-11 22:25:39 +11:00
setup-common.c [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel 2005-11-11 22:25:39 +11:00
setup.h
signal_32.c [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel 2005-11-11 22:25:39 +11:00
signal_64.c
smp-tbsync.c
smp.c [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel 2005-11-11 22:25:39 +11:00
sys_ppc32.c [PATCH] powerpc: merge code values for identifying platforms 2005-11-10 13:37:51 +11:00
syscalls.c
sysfs.c [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel 2005-11-11 22:25:39 +11:00
systbl.S
time.c [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel 2005-11-11 22:25:39 +11:00
traps.c [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel 2005-11-11 22:25:39 +11:00
udbg_16550.c [PATCH] powerpc: Move udbg code to arch/powerpc 2005-11-11 22:23:34 +11:00
udbg_scc.c [PATCH] powerpc: Move udbg code to arch/powerpc 2005-11-11 22:23:34 +11:00
udbg.c [PATCH] powerpc: Move udbg code to arch/powerpc 2005-11-11 22:23:34 +11:00
vdso.c [PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel 2005-11-11 22:25:39 +11:00
vecemu.c
vector.S
vio.c
vmlinux.lds.S