Copy in the nfs_diskless structure if NFS_ROOT is defined. A previous

change to include nfs_root.h precluded NFS from being defined.
Submitted by:	Parag Patel <parag@cgt.com>
This commit is contained in:
Mike Smith 1998-08-03 21:31:32 +00:00
parent 82d02417b1
commit e827c66461
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38063
3 changed files with 6 additions and 6 deletions

View file

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
* $Id: locore.s,v 1.110 1998/06/30 03:01:35 jmg Exp $
* $Id: locore.s,v 1.111 1998/07/27 16:45:01 jlemon Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@ -569,7 +569,7 @@ got_common_bi_size:
rep
movsb
#ifdef NFS
#ifdef NFS_ROOT
#ifndef BOOTP_NFSV3
/*
* If we have a nfs_diskless structure copy it in

View file

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
* $Id: locore.s,v 1.110 1998/06/30 03:01:35 jmg Exp $
* $Id: locore.s,v 1.111 1998/07/27 16:45:01 jlemon Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@ -569,7 +569,7 @@ got_common_bi_size:
rep
movsb
#ifdef NFS
#ifdef NFS_ROOT
#ifndef BOOTP_NFSV3
/*
* If we have a nfs_diskless structure copy it in

View file

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
* $Id: locore.s,v 1.110 1998/06/30 03:01:35 jmg Exp $
* $Id: locore.s,v 1.111 1998/07/27 16:45:01 jlemon Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@ -569,7 +569,7 @@ got_common_bi_size:
rep
movsb
#ifdef NFS
#ifdef NFS_ROOT
#ifndef BOOTP_NFSV3
/*
* If we have a nfs_diskless structure copy it in