[parisc-linux-cvs] linux-2.5 tausq
Randolph Chung
parisc-linux@lists.parisc-linux.org
Sat, 20 Jul 2002 15:40:13 -0600 (MDT)
CVSROOT: /var/cvs
Module name: linux-2.5
Changes by: tausq 02/07/20 15:40:12
Modified files:
include/asm-parisc: bitops.h page.h pgalloc.h processor.h
system.h thread_info.h unistd.h
Added files:
include/asm-parisc: cacheflush.h tlbflush.h
Log message:
include/asm-parisc/bitops.h
new __ffs, ffs and __clear_bit definitions
include/asm-parisc/page.h
updated prototypes for {copy,clear}_user_page
include/asm-parisc/processor.h
updated prototype for thread_saved_pc, definition of KERNEL_STACK_SIZE
moved THREAD_SIZE definition to thread_info.h
include/asm-parisc/thread_info.h
fixed current_thread_info definition
include/asm-parisc/pgalloc.h
moved cache and tlb flushing routines to new files:
include/asm-parisc/cacheflush.h & include/asm-parisc/tlbflush.h
include/asm-parisc/system.h
{prepare,flush}_arch_{switch,schedule} definitions