From: Kenn H. <ke...@us...> - 2003-04-17 02:14:44
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/boot In directory sc8-pr-cvs1:/tmp/cvs-serv5404/arch/vax/boot Modified Files: head.S Log Message: Changes to names of init sections in 2.5.44 Index: head.S =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/boot/head.S,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- head.S 29 Oct 2002 00:52:50 -0000 1.5 +++ head.S 17 Apr 2003 02:14:41 -0000 1.6 @@ -8,6 +8,7 @@ # Some of this stuff could be in .init sections and thrown away. # +#include <linux/init.h> /* For __INITDATA */ #include <asm/mtpr.h> /* Processor register definitions */ #include <asm/mv.h> /* machine vector definitions */ #include <asm/page.h> /* get PAGE_OFFSET definition */ @@ -405,7 +406,7 @@ prom_sidex: .int 0x00000000 # our dummy pcb -.section .data.init +__INITDATA .globl fake_pcb fake_pcb: .fill 24,4,0x00000000 |