From 660fb61d3ab56b3d272c66377633c2d2a84a56e3 Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Wed, 3 May 1989 00:48:18 -0800 Subject: [PATCH] merge in NFS code from Rick Macklem SCCS-vsn: sys/tahoe/tahoe/locore.s 7.7 --- usr/src/sys/tahoe/tahoe/locore.s | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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. -- 2.20.1