From 17204bbc085487fb24f37035f3b20c3a07c010e9 Mon Sep 17 00:00:00 2001 From: dg Date: Fri, 7 Oct 1994 05:45:27 +0000 Subject: [PATCH] #ifdef DISKLESS the copying of the nfs_diskless structure. Not the best solution, but the only one I have time for at the moment. --- sys/amd64/amd64/locore.S | 4 +++- sys/amd64/amd64/locore.s | 4 +++- sys/i386/i386/locore.s | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S index d0ea96e0018..afdd20dd8ad 100644 --- a/sys/amd64/amd64/locore.S +++ b/sys/amd64/amd64/locore.S @@ -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. diff --git a/sys/amd64/amd64/locore.s b/sys/amd64/amd64/locore.s index d0ea96e0018..afdd20dd8ad 100644 --- a/sys/amd64/amd64/locore.s +++ b/sys/amd64/amd64/locore.s @@ -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. diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s index d0ea96e0018..afdd20dd8ad 100644 --- a/sys/i386/i386/locore.s +++ b/sys/i386/i386/locore.s @@ -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. -- 2.45.2