Date: Fri, 4 Sep 1998 14:59:25 +0200 (CEST) From: Søren Schmidt <sos@FreeBSD.ORG> To: dfr@FreeBSD.ORG (Doug Rabson) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_exec.c vfs_bio.c vfs_cluster.c src/sys/miscfs/devfs devfs_vnops.c src/sys/miscfs/specfs Message-ID: <199809041259.OAA13262@sos.freebsd.dk> In-Reply-To: <199809040806.BAA29440@freefall.freebsd.org> from Doug Rabson at "Sep 4, 98 01:06:59 am"
next in thread | previous in thread | raw e-mail | index | archive | help
In reply to Doug Rabson who wrote:
This break the kernel build on i386:
loading kernel
pmap.o: Undefined symbol `_PAGE_WAKEUP' referenced from text segment
pmap.o: Undefined symbol `_PAGE_WAKEUP' referenced from text segment
pmap.o: Undefined symbol `_PAGE_WAKEUP' referenced from text segment
pmap.o: Undefined symbol `_PAGE_WAKEUP' referenced from text segment
pmap.o: Undefined symbol `_PAGE_WAKEUP' referenced from text segment
pmap.o: Undefined symbol `_PAGE_WAKEUP' referenced from text segment
*** Error code 1
i386/i386/pmap.c needs to be taught the new way of things :(
> dfr 1998/09/04 01:06:58 PDT
>
> Modified files:
> sys/kern kern_exec.c vfs_bio.c vfs_cluster.c
> sys/miscfs/devfs devfs_vnops.c
> sys/miscfs/specfs spec_vnops.c
> sys/nfs nfs_bio.c
> sys/vm swap_pager.c vm_fault.c vm_kern.c
> vm_map.c vm_mmap.c vm_object.c vm_page.c
> vm_page.h vm_pageout.c vnode_pager.c
> Log:
> Cosmetic changes to the PAGE_XXX macros to make them consistent with
> the other objects in vm.
>
> Revision Changes Path
> 1.86 +3 -3 src/sys/kern/kern_exec.c
> 1.174 +19 -19 src/sys/kern/vfs_bio.c
> 1.70 +3 -3 src/sys/kern/vfs_cluster.c
> 1.60 +2 -2 src/sys/miscfs/devfs/devfs_vnops.c
> 1.72 +2 -2 src/sys/miscfs/specfs/spec_vnops.c
> 1.60 +2 -2 src/sys/nfs/nfs_bio.c
> 1.101 +5 -5 src/sys/vm/swap_pager.c
> 1.88 +12 -12 src/sys/vm/vm_fault.c
> 1.50 +5 -5 src/sys/vm/vm_kern.c
> 1.135 +7 -7 src/sys/vm/vm_map.c
> 1.83 +2 -2 src/sys/vm/vm_mmap.c
> 1.128 +25 -25 src/sys/vm/vm_object.c
> 1.107 +11 -11 src/sys/vm/vm_page.c
> 1.46 +47 -21 src/sys/vm/vm_page.h
> 1.126 +11 -11 src/sys/vm/vm_pageout.c
> 1.97 +5 -5 src/sys/vm/vnode_pager.c
>
>
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team
Even more code to hack -- will it ever end?
..
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809041259.OAA13262>
