Re: [PATCH v2] powerpc/vphn: fix endian issue in NUMA device node code

2014-10-06 Thread Nishanth Aravamudan
On 03.10.2014 [11:13:17 +0200], Greg Kurz wrote: > The associativity domain numbers are obtained from the hypervisor through > registers and written into memory by the guest: the packed array passed to > vphn_unpack_associativity() is then native-endian, unlike what was assumed > in the following c

[PATCH v2] powerpc/vphn: fix endian issue in NUMA device node code

2014-10-03 Thread Greg Kurz
The associativity domain numbers are obtained from the hypervisor through registers and written into memory by the guest: the packed array passed to vphn_unpack_associativity() is then native-endian, unlike what was assumed in the following commit: commit b08a2a12e44eaec5024b2b969f4fcb98169d1ca3 A