On Wed, 27 Jul 2011 15:34:31 +0200
Alexander Graf wrote:
> On 07/25/2011 10:40 PM, Scott Wood wrote:
> > On Sat, 23 Jul 2011 12:50:05 +0200
> > Alexander Graf wrote:
> >
> >> +typedef struct spin_info {
> >> +uint64_t addr;
> >> +uint64_t r3;
> >> +uint32_t resv;
> >> +uint32_t p
On 07/25/2011 10:40 PM, Scott Wood wrote:
On Sat, 23 Jul 2011 12:50:05 +0200
Alexander Graf wrote:
+typedef struct spin_info {
+uint64_t addr;
+uint64_t r3;
+uint32_t resv;
+uint32_t pir;
+uint64_t r6;
+} __attribute__ ((packed)) SpinInfo;
Note that r6 isn't part of the eP
On Sat, 23 Jul 2011 12:50:05 +0200
Alexander Graf wrote:
> +typedef struct spin_info {
> +uint64_t addr;
> +uint64_t r3;
> +uint32_t resv;
> +uint32_t pir;
> +uint64_t r6;
> +} __attribute__ ((packed)) SpinInfo;
Note that r6 isn't part of the ePAPR spin table -- I think it ma