[parisc-linux-cvs] linux-2.5 tausq

Randolph Chung parisc-linux@lists.parisc-linux.org
Mon, 22 Jul 2002 01:18:57 -0600 (MDT)


CVSROOT:	/var/cvs
Module name:	linux-2.5
Changes by:	tausq	02/07/22 01:18:57

Modified files:
	arch/parisc/hpux: wrappers.S 
	arch/parisc/kernel: cache.c entry.S process.c sys_parisc.c 
	arch/parisc/lib: lusercopy.S 
	arch/parisc/tools: offset.c 
	include/asm-parisc: cacheflush.h io.h page.h pgtable.h 
	                    tlbflush.h 

Log message:
arch/parisc/hpux/wrappers.S
arch/parisc/kernel/entry.S
call schedule_tail only if CONFIG_SMP or CONFIG_PREEMPT

arch/parisc/kernel/cache.c
#include <asm/cacheflush.h>

arch/parisc/kernel/process.c
#include <asm/pgalloc.h>
define default_idle()

arch/parisc/kernel/sys_parisc.c
define sys_ioperm

arch/parisc/lib/lusercopy.S
use addr_limit from thread_info instead of from task_struct

arch/parisc/tools/offset.c
we called addr_limit TASK_SEGMENT before, now it's TI_SEGMENT...

include/asm-parisc/cacheflush.h
some new cache flushing primitives (check me!)

include/asm-parisc/io.h
define page_to_phys

include/asm-parisc/page.h
define virt_addr_valid

include/asm-parisc/pgtable.h include/asm-parisc/tlbflush.h
define some new primitives (check me!)