[Skiboot] [PATCH RFC 06/12] opal-prd: Sync hostboot interfaces with HBRT

Jeremy Kerr jk at ozlabs.org
Fri May 26 09:38:37 AEST 2017


Hi Dan,

>                   /* Reserve some space for future growth. */
> -                 void (*reserved[31])(void);
> +                 void (*reserved[27])(void);
> 
>                   /* Reserve some space for future growth. */
> -                 void (*reserved[29])(void);
> +                 void (*reserved[22])(void);
> 
> 
> So 27 and 22 is what you want me to change to?

That's what my calculations give me, and our internal ABI checks seem to
pass with those values. It could do with someone else checking my work,
but I'm fairly certain these are correct.

Cheers,


Jeremy


More information about the Skiboot mailing list