summaryrefslogtreecommitdiffstats
path: root/src/kernel/makefile
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2011-07-06 10:16:21 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2011-07-14 14:53:35 -0500
commit2583b46750d1e1c062763eff204baa1460e7ae90 (patch)
tree3fc331001e03e014bba295eda594fe86d248d477 /src/kernel/makefile
parentaccc0f438eca45dcd1058a195d192d51a6f1c4aa (diff)
downloadtalos-hostboot-2583b46750d1e1c062763eff204baa1460e7ae90.tar.gz
talos-hostboot-2583b46750d1e1c062763eff204baa1460e7ae90.zip
Initial checkin of PageTableManager - RTC:3195
Add new delRange method to delete based on page numbers, part of RTC:3195 Plus code review comments from previous commit - http://gfw160.austin.ibm.com:8080/gerrit/188 Change-Id: Ie45365162cf1367c5c0dcc3afc2907a6ddfa53d3 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/188 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: MATTHEW S. BARTH <msbarth@us.ibm.com>
Diffstat (limited to 'src/kernel/makefile')
-rw-r--r--src/kernel/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/makefile b/src/kernel/makefile
index 4f100c660..fd64fd611 100644
--- a/src/kernel/makefile
+++ b/src/kernel/makefile
@@ -1,7 +1,7 @@
ROOTPATH = ../..
OBJS = start.o kernel.o console.o pagemgr.o heapmgr.o taskmgr.o cpumgr.o
-OBJS += syscall.o scheduler.o spinlock.o exception.o vmmmgr.o timemgr.o futexmgr.o
+OBJS += syscall.o scheduler.o spinlock.o exception.o vmmmgr.o timemgr.o futexmgr.o ptmgr.o
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud