Moved VIRTMEM PHYSMEM start/end symbols into relevant capabilities menu.

This commit is contained in:
Bahadir Balban
2009-10-01 19:34:26 +03:00
parent e6439517e9
commit 17f7207996
2 changed files with 62 additions and 62 deletions

View File

@@ -39,7 +39,7 @@ def add_container_constraint(cid):
return cml_string
def generate_container_cml(arch, ncont):
contid_occurence = 401 # Exact number of arguments
contid_occurence = 380 # Exact number of arguments
fbody = ""
with open(join(CML2_CONFIG_SRCDIR, arch + '.cml')) as in_cml:
fbody += in_cml.read()