]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/prom: Define structs for client architecture vectors
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 18 Nov 2016 12:15:41 +0000 (23:15 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 30 Nov 2016 12:19:59 +0000 (23:19 +1100)
commit24075a34671fbff4f28b051210cb82cdcc7c5533
tree57deafff6bbdcdaa8f7e047570fe2dc4d613feb8
parentb7ef76428f129d235cb46701121f6f06e427a9bc
powerpc/prom: Define structs for client architecture vectors

The "client architecture vectors" are a series of structures we pass to
firmware to define various things, such as what processors we support
and many other options.

Each structure is entirely different so we have to define a different
struct for each one, but that's OK.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/prom_init.c