> On Feb. 21, 2012, 12:26 p.m., Ali Saidi wrote: > > src/arch/arm/stacktrace.cc, line 80 > > <http://reviews.gem5.org/r/1054/diff/1/?file=23546#file23546line80> > > > > This value is certainly wrong for ARM. > > Anthony Gutierrez wrote: > Do you know where I can find the actual value? Can't seem to locate it in > the docs/kernel source.
According to the source and config phys PAGE_OFFSET = 0xc0000000 and PHYS_OFFSET = 0x00000000. From: config_arm_2.6.38_mp_fb from gem5.org ARM full-system files arch/arm/mach-realview/include/mach/memory.h from linux-2.6 kernel source - Anthony ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1054/#review2172 ----------------------------------------------------------- On Feb. 22, 2012, 1:27 p.m., Anthony Gutierrez wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/1054/ > ----------------------------------------------------------- > > (Updated Feb. 22, 2012, 1:27 p.m.) > > > Review request for Default. > > > Description > ------- > > Changeset 8849:b3fd47d9957d > --------------------------- > changed kernel segment base address to 0xc0000000 > > > Diffs > ----- > > src/arch/arm/stacktrace.cc UNKNOWN > > Diff: http://reviews.gem5.org/r/1054/diff/diff > > > Testing > ------- > > > Thanks, > > Anthony Gutierrez > > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
