summaryrefslogtreecommitdiff
path: root/roms/SLOF/slof/ppc64.in
diff options
context:
space:
mode:
Diffstat (limited to 'roms/SLOF/slof/ppc64.in')
-rw-r--r--roms/SLOF/slof/ppc64.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/roms/SLOF/slof/ppc64.in b/roms/SLOF/slof/ppc64.in
index cee83e5b5..b533c68c4 100644
--- a/roms/SLOF/slof/ppc64.in
+++ b/roms/SLOF/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)