summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.powerpc
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2004-01-29 00:32:22 +0000
committergrehan <grehan@FreeBSD.org>2004-01-29 00:32:22 +0000
commit686d1f228e964970087f2249bf77752c5f7c927a (patch)
tree91ce2b64fa599adc509724e17518ca1176d41d57 /sys/conf/files.powerpc
parenta636c15bf6cf9d0cb2d67535ce4931b6ab096806 (diff)
downloadFreeBSD-src-686d1f228e964970087f2249bf77752c5f7c927a.zip
FreeBSD-src-686d1f228e964970087f2249bf77752c5f7c927a.tar.gz
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.
Diffstat (limited to 'sys/conf/files.powerpc')
-rw-r--r--sys/conf/files.powerpc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc
index 5a7a5d1..3f27b2d 100644
--- a/sys/conf/files.powerpc
+++ b/sys/conf/files.powerpc
@@ -58,6 +58,7 @@ powerpc/powerpc/syncicache.c standard
powerpc/powerpc/sys_machdep.c standard
powerpc/powerpc/swtch.S standard
powerpc/powerpc/trap.c standard
+powerpc/powerpc/uma_machdep.c standard
powerpc/powerpc/vm_machdep.c standard
powerpc/powerpc/db_disasm.c optional ddb
OpenPOWER on IntegriCloud