47c47,48
< return
---
> parser.add_option("--allow-atomic-migration", action="store_true",
> help="allow migratory sharing for atomic only accessed blocks")
94c95,97
< L2cacheMemory = l2_cache)
---
> L2cacheMemory = l2_cache,
> no_mig_atomic = not \
> options.allow_atomic_migration)