From: Andy P. <at...@us...> - 2002-04-09 17:07:25
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/parisc In directory usw-pr-cvs1:/tmp/cvs-serv15874/parisc Modified Files: config.in vmlinux.lds Log Message: synch 2.4.15 commit 30 Index: config.in =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/parisc/config.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- config.in 14 Jan 2001 19:55:55 -0000 1.1.1.1 +++ config.in 9 Apr 2002 17:07:19 -0000 1.2 @@ -7,6 +7,8 @@ define_bool CONFIG_PARISC y define_bool CONFIG_UID16 n +define_bool CONFIG_RWSEM_GENERIC_SPINLOCK y +define_bool CONFIG_RWSEM_XCHGADD_ALGORITHM n mainmenu_option next_comment comment 'Code maturity level options' Index: vmlinux.lds =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/parisc/vmlinux.lds,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- vmlinux.lds 14 Jan 2001 19:55:54 -0000 1.1.1.1 +++ vmlinux.lds 9 Apr 2002 17:07:19 -0000 1.2 @@ -22,7 +22,7 @@ } = 0 . = ALIGN(16); - .rodata : { *(.rodata) } + .rodata : { *(.rodata) *(.rodata.*) } .kstrtab : { *(.kstrtab) } _etext = .; /* End of text section */ |