#ifdef DISKLESS the copying of the nfs_diskless structure. Not the best

solution, but the only one I have time for at the moment.
This commit is contained in:
David Greenman 1994-10-07 05:45:27 +00:00
parent 24c989ac53
commit f8f472c265
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3406
3 changed files with 9 additions and 3 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
* $Id: locore.s,v 1.32 1994/10/02 18:57:15 davidg Exp $
* $Id: locore.s,v 1.33 1994/10/06 09:22:47 rgrimes Exp $
*/
/*
@ -250,6 +250,7 @@ NON_GPROF_ENTRY(btext)
movsb
1:
#ifdef DISKLESS
/*
* If we have a nfs_diskless structure copy it in
*/
@ -261,6 +262,7 @@ NON_GPROF_ENTRY(btext)
cld
rep
movsb
#endif
/*
* The old style disk boot.

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
* $Id: locore.s,v 1.32 1994/10/02 18:57:15 davidg Exp $
* $Id: locore.s,v 1.33 1994/10/06 09:22:47 rgrimes Exp $
*/
/*
@ -250,6 +250,7 @@ NON_GPROF_ENTRY(btext)
movsb
1:
#ifdef DISKLESS
/*
* If we have a nfs_diskless structure copy it in
*/
@ -261,6 +262,7 @@ NON_GPROF_ENTRY(btext)
cld
rep
movsb
#endif
/*
* The old style disk boot.

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
* $Id: locore.s,v 1.32 1994/10/02 18:57:15 davidg Exp $
* $Id: locore.s,v 1.33 1994/10/06 09:22:47 rgrimes Exp $
*/
/*
@ -250,6 +250,7 @@ NON_GPROF_ENTRY(btext)
movsb
1:
#ifdef DISKLESS
/*
* If we have a nfs_diskless structure copy it in
*/
@ -261,6 +262,7 @@ NON_GPROF_ENTRY(btext)
cld
rep
movsb
#endif
/*
* The old style disk boot.