|
From: Kenn H. <ke...@us...> - 2004-10-16 13:05:04
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/boot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30870 Modified Files: head.S Log Message: boot_mv does not need to be global Index: head.S =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/boot/head.S,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- head.S 4 Oct 2004 23:02:55 -0000 1.17 +++ head.S 16 Oct 2004 13:04:51 -0000 1.18 @@ -347,8 +347,7 @@ .int 0x00000000 # # This is here because we need a safe place to store it as we -# relocate around in memory. It may be handy later. -.globl boot_mv +# relocate around in memory. boot_mv: .int 0x00000000 |