[parisc-linux-cvs] linux-2.5 tausq
Randolph Chung
parisc-linux@lists.parisc-linux.org
Sun, 21 Jul 2002 21:20:31 -0600 (MDT)
CVSROOT: /var/cvs
Module name: linux-2.5
Changes by: tausq 02/07/21 21:20:31
Modified files:
arch/parisc : Makefile
arch/parisc/kernel: Makefile entry.S power.c ptrace.c
semaphore.c sys_parisc.c
include/asm-parisc: current.h thread_info.h
Removed files:
arch/parisc/kernel: pdc.c real1.c
Log message:
arch/parisc/Makefile: remove ASFLAGS (doesn't work anymore)
arch/parisc/kernel/Makefile: ASFLAGS_* for the asm code that needs -traditional
entry.S: fixes some of the thread_info related stuff, syscall return path still needs work
pdc.c: removed, we use firmware.c now
power.c: #include <linux/tqueue.h>
ptrace.c: task->thread_info changes
real1.c: removed, no longer needed
semaphore.h: #include <linux/errno.h>
sys_parisc.c: i_mmap_shared is now a list and not a ptr (check this!)
current.h: fix get_current() to use thread_info
thread_info.h: shouldn't use cr27, revert to using cr30