]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement UMA_MD_SMALL_ALLOC, since the BAT registers allow direct
authorgrehan <grehan@FreeBSD.org>
Thu, 29 Jan 2004 00:32:22 +0000 (00:32 +0000)
committergrehan <grehan@FreeBSD.org>
Thu, 29 Jan 2004 00:32:22 +0000 (00:32 +0000)
commit686d1f228e964970087f2249bf77752c5f7c927a
tree91ce2b64fa599adc509724e17518ca1176d41d57
parenta636c15bf6cf9d0cb2d67535ce4931b6ab096806
Implement UMA_MD_SMALL_ALLOC, since the BAT registers allow direct
addressing of memory. Makes a substantial improvement for apps that
stress the limited amount of KVM on PPC (e.g. untarring the ports tree).

uma_machdep.c stolen from amd64/ia64.
sys/conf/files.powerpc
sys/powerpc/aim/uma_machdep.c [new file with mode: 0644]
sys/powerpc/include/vmparam.h
sys/powerpc/powerpc/uma_machdep.c [new file with mode: 0644]