Home
last modified time | relevance | path

Searched hist:d03d1d65b5570ab6fba462a09c2b3274dca80ba9 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init.cdiff d03d1d65b5570ab6fba462a09c2b3274dca80ba9 Fri Nov 18 06:15:41 CST 2016 Michael Ellerman <mpe@ellerman.id.au> 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>