From: Kirk McKusick Date: Wed, 3 May 1989 08:48:18 +0000 (-0800) Subject: merge in NFS code from Rick Macklem X-Git-Tag: BSD-4_3_Tahoe-Snapshot-Development~273 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/660fb61d3ab56b3d272c66377633c2d2a84a56e3?ds=inline merge in NFS code from Rick Macklem SCCS-vsn: sys/tahoe/tahoe/locore.s 7.7 --- diff --git a/usr/src/sys/tahoe/tahoe/locore.s b/usr/src/sys/tahoe/tahoe/locore.s index b0cb6fd9ff..d42fad8028 100644 --- a/usr/src/sys/tahoe/tahoe/locore.s +++ b/usr/src/sys/tahoe/tahoe/locore.s @@ -3,7 +3,7 @@ * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * - * @(#)locore.s 7.6 (Berkeley) %G% + * @(#)locore.s 7.7 (Berkeley) %G% */ #include "../tahoe/mtpr.h" @@ -608,6 +608,12 @@ _/**/mname: .globl _/**/mname; \ #ifdef GPROF SYSMAP(profmap ,profbase ,600*CLSIZE ) #endif +#ifdef NFS + /* + * Used by the nfs_strategy() routine for physical I/O + */ + SYSMAP(Nfsiomap, nfsiobuf ,MAXPHYS/NBPG+1 ) +#endif /* NFS */ /* * Enlarge kmempt as needed for bounce buffers allocated * by tahoe controllers.