Pager Mapsize updated in cinfo template only instead of cinfo.c

This commit is contained in:
Amit Mahajan
2009-11-03 01:34:51 +05:30
parent a41a8e0d93
commit 2b1adb059d
7 changed files with 66 additions and 64 deletions

View File

@@ -12,6 +12,7 @@ class Container:
self.id = id
self.pager_lma = 0
self.pager_vma = 0
self.pager_size = 0
self.pager_task_region_start = 0
self.pager_task_region_end = 0
self.pager_shm_region_start = 0