aboutsummaryrefslogtreecommitdiff
path: root/slof/ppc64.in
diff options
context:
space:
mode:
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2013-09-24 15:09:29 +0530
committerNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2013-10-04 12:01:20 +0530
commit7f5d67ca5f9a50d1c2169e5b2417e60b1b7d3967 (patch)
tree92aef4d0b73ae743c2dc59912fc0de6bc88b9420 /slof/ppc64.in
parent7e0d5387128228d407ee1cafd2ce6fa9ac6252b9 (diff)
downloadSLOF-7f5d67ca5f9a50d1c2169e5b2417e60b1b7d3967.zip
SLOF-7f5d67ca5f9a50d1c2169e5b2417e60b1b7d3967.tar.gz
SLOF-7f5d67ca5f9a50d1c2169e5b2417e60b1b7d3967.tar.bz2
Implement range allocator
Use the allocator with dma-map-in so it does not create duplicate TCE entries. Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Diffstat (limited to 'slof/ppc64.in')
-rw-r--r--slof/ppc64.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/slof/ppc64.in b/slof/ppc64.in
index cee83e5..b533c68 100644
--- a/slof/ppc64.in
+++ b/slof/ppc64.in
@@ -74,7 +74,10 @@ cod(START-RTAS)
cod(FLUSHCACHE)
-
+// Bit map allocator
+cod(BM-ALLOCATOR-INIT)
+cod(BM-ALLOC)
+cod(BM-FREE)
// Hang.
cod(CRASH)