]> 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)
commit800a9574b3ef0c7c6a27ec7c0b2d1201eb564462
tree57deafff6bbdcdaa8f7e047570fe2dc4d613feb8
parentf108e2c2aa8911f6d9ba3663fbe936ef4fe6656c
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