Correct #ifdef for nfs_disless support is #ifdef NFS, there will be no
option DISKLESS for the 2.0 nfs diskless support. A 2.0 diskless kernel simple needs NFS linked in statically.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
|
||||
* $Id: locore.s,v 1.33 1994/10/06 09:22:47 rgrimes Exp $
|
||||
* $Id: locore.s,v 1.34 1994/10/07 05:45:27 davidg Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -250,7 +250,7 @@ NON_GPROF_ENTRY(btext)
|
||||
movsb
|
||||
|
||||
1:
|
||||
#ifdef DISKLESS
|
||||
#ifdef NFS
|
||||
/*
|
||||
* If we have a nfs_diskless structure copy it in
|
||||
*/
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
|
||||
* $Id: locore.s,v 1.33 1994/10/06 09:22:47 rgrimes Exp $
|
||||
* $Id: locore.s,v 1.34 1994/10/07 05:45:27 davidg Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -250,7 +250,7 @@ NON_GPROF_ENTRY(btext)
|
||||
movsb
|
||||
|
||||
1:
|
||||
#ifdef DISKLESS
|
||||
#ifdef NFS
|
||||
/*
|
||||
* If we have a nfs_diskless structure copy it in
|
||||
*/
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
|
||||
* $Id: locore.s,v 1.33 1994/10/06 09:22:47 rgrimes Exp $
|
||||
* $Id: locore.s,v 1.34 1994/10/07 05:45:27 davidg Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -250,7 +250,7 @@ NON_GPROF_ENTRY(btext)
|
||||
movsb
|
||||
|
||||
1:
|
||||
#ifdef DISKLESS
|
||||
#ifdef NFS
|
||||
/*
|
||||
* If we have a nfs_diskless structure copy it in
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user