Date: Sun, 5 Sep 2004 02:10:39 GMT
From: Dan Lukes <dan@obluda.cz>
To: freebsd-bugs@FreeBSD.org
Subject: Re: kern/71334: [ PATCH ] mem_range_attr_{set|get} are no longer kernel-callable
Message-ID: <200409050210.i852AdpZ000406@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/71334; it has been noted by GNATS.
From: Dan Lukes <dan@obluda.cz>
To: freebsd-gnats-submit@FreeBSD.org
Cc:
Subject: Re: kern/71334: [ PATCH ] mem_range_attr_{set|get} are no longer
kernel-callable
Date: Sun, 05 Sep 2004 04:06:41 +0200
This is a multi-part message in MIME format.
--------------020308090205080700030809
Content-Type: text/plain; charset=ISO-8859-2; format=flowed
Content-Transfer-Encoding: 7bit
I'm sorry, but the attached patch is mistake. I attached another file
that I want. The correct patch follows.
Dan
--
Dan Lukes tel: +420 2 21914205, fax: +420 2 21914206
root of FIONet, KolejNET, webmaster of www.freebsd.cz
AKA: dan@obluda.cz, dan@freebsd.cz,dan@kolej.mff.cuni.cz
--------------020308090205080700030809
Content-Type: text/plain;
name="Makefile.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="Makefile.diff"
--- sys/modules/mem/Makefile.ORIG Sun Sep 5 03:59:44 2004
+++ sys/modules/mem/Makefile Sun Sep 5 03:59:44 2004
@@ -7,6 +7,8 @@
SRCS= memdev.c mem.c
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
SRCS+= memutil.c
+EXPORT_SYMS= mem_range_attr_get \
+ mem_range_attr_set
.endif
SRCS+= bus_if.h device_if.h vnode_if.h
--------------020308090205080700030809--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409050210.i852AdpZ000406>
