OSDN Git Service

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)
commitd03d1d65b5570ab6fba462a09c2b3274dca80ba9
tree57deafff6bbdcdaa8f7e047570fe2dc4d613feb8
parent53ce299615e587e900548eb6b384c3081b71bbfa
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