Corrected the PC value for non linux containers.

This commit is contained in:
Amit Mahajan
2009-10-21 17:02:03 +05:30
parent 89a937fc9c
commit 8d38c8ede6

View File

@@ -178,7 +178,7 @@ pager_ifdefs = \
#define CONFIG_CONT%(cn)d_PAGER_VMA (CONFIG_CONT%(cn)d_LINUX_PAGE_OFFSET)
#define CONFIG_CONT%(cn)d_PAGER_SIZE CONFIG_CONT%(cn)d_LINUX_MAPSIZE
#else
#define CONFIG_CONT%(cn)d_INIT_PROG_COUNTER (CONFIG_CONT%(cn)d_PAGER_LMA)
#define CONFIG_CONT%(cn)d_INIT_PROG_COUNTER (CONFIG_CONT%(cn)d_PAGER_VMA)
#endif
'''
def generate_pager_memory_ifdefs(containers):