On 02/02/2018 03:41 AM, Suraj Jitindar Singh wrote: >>> +/* >>> + * Partition table definitions >>> + */ >>> +#define PTCR_PTAB 0x0FFFFFFFFFFFF000ULL /* Partition >>> Table Base */ >>> +#define PTCR_PTAS 0x000000000000001FULL /* Partition >>> Table Size */ >>> + >> s/PTCR_PTAB/PTCR_PATB >> s/PTCR_PTAS/PTCR_PATS >> To match the ISA? > > Also these should be in target/ppc/mmu-book3s-v3.h, they're not hash > specific >
OK. I Will fix that. Thanks, C.