mirror of
https://github.com/drasko/codezero.git
synced 2026-03-31 17:29:01 +02:00
Removed debug printouts on capability generation
This commit is contained in:
@@ -163,8 +163,8 @@ def prepare_custom_capability(cont, param, val):
|
|||||||
|
|
||||||
else: # Ignore custom_use symbol
|
else: # Ignore custom_use symbol
|
||||||
return
|
return
|
||||||
print capkey
|
#print capkey
|
||||||
print cont.caps[capkey]
|
#print cont.caps[capkey]
|
||||||
|
|
||||||
def prepare_typed_capability(cont, param, val):
|
def prepare_typed_capability(cont, param, val):
|
||||||
captype, params = param.split('_', 1)
|
captype, params = param.split('_', 1)
|
||||||
@@ -218,8 +218,8 @@ def prepare_typed_capability(cont, param, val):
|
|||||||
else:
|
else:
|
||||||
cont.caps[captype] = templ.safe_substitute(cid = val)
|
cont.caps[captype] = templ.safe_substitute(cid = val)
|
||||||
|
|
||||||
print captype
|
#print captype
|
||||||
print cont.caps[captype]
|
#print cont.caps[captype]
|
||||||
|
|
||||||
def prepare_capability(cont, param, val):
|
def prepare_capability(cont, param, val):
|
||||||
if 'CUSTOM' in param:
|
if 'CUSTOM' in param:
|
||||||
|
|||||||
@@ -153,7 +153,7 @@ def generate_kernel_cinfo(config, cinfo_path):
|
|||||||
containers.sort()
|
containers.sort()
|
||||||
|
|
||||||
print "Generating kernel cinfo..."
|
print "Generating kernel cinfo..."
|
||||||
config.config_print()
|
#config.config_print()
|
||||||
|
|
||||||
pager_ifdefs = generate_pager_memory_ifdefs(config, containers)
|
pager_ifdefs = generate_pager_memory_ifdefs(config, containers)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user