linux-2.3 willy
    Matthew Wilcox 
    willy@puffin.external.hp.com
    Fri, 11 Aug 2000 17:40:16 -0600
    
    
  
CVSROOT:	/home/cvs/parisc
Module name:	linux-2.3
Changes by:	willy	00/08/11 17:40:16
Modified files:
	arch/parisc    : vmlinux.lds 
	arch/parisc64  : vmlinux.lds 
	include/asm-parisc: semaphore.h spinlock.h 
	include/linux  : init.h 
Log message:
switch to using .init.text instead of .text.init for the __init functions.
This prevents a namespace collision with -ffunction-sections.
ditto .exit.text and .lock.text.
combine all .text* input sections into one .text output section.
This speeds up link speeds tremendously.