kern/71334: [ PATCH ] mem_range_attr_{set|get} are no longer kernel-callable

Dan Lukes dan at obluda.cz
Sat Sep 4 19:10:39 PDT 2004


The following reply was made to PR kern/71334; it has been noted by GNATS.

From: Dan Lukes <dan at obluda.cz>
To: freebsd-gnats-submit at 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 at obluda.cz, dan at freebsd.cz,dan at 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--


More information about the freebsd-bugs mailing list