[parisc-linux-cvs] linux-2.5 tausq
   
    Randolph Chung
     
    parisc-linux@lists.parisc-linux.org
       
    Wed,  9 Oct 2002 00:14:52 -0600 (MDT)
    
    
  
CVSROOT:	/var/cvs
Module name:	linux-2.5
Changes by:	tausq	02/10/09 00:14:52
Modified files:
	arch/parisc/kernel: Makefile binfmt_elf32.c init_task.c 
	drivers/block  : rd.c 
	drivers/parisc : Makefile 
	include/asm-parisc: processor.h timex.h 
Log message:
arch/parisc/kernel/Makefile
- remove kernel.o from targets; we are using built-in.o now
arch/parisc/kernel/binfmt_elf32.c
- move definition of elf_caddr_t
include/asm-parisc/processor.h
- ... to here, to go with start_thread()
arch/parisc/kernel/init_task.c
- INIT_SIGNALS now takes a parameter
drivers/parisc/Makefile
- remove obsolete O_TARGET construct
include/asm-parisc/timex.h
- define CLOCK_TICK_RATE -- same as all the other archs (why is that?)
drivers/block/rd.c
- fix a typo (?)