Re: [PATCH v2 01/13] ppc/boot: Run constructors on boot

2024-05-29 Thread Shawn Anastasio
Hi Andrew, On 5/24/24 3:03 PM, Andrew Cooper wrote: > PPC collects constructors, but doesn't run them yet. Do so. > > They'll shortly be used to confirm correct behaviour of the bitops primitives. > > Signed-off-by: Andrew Cooper > --- Looks good to me. Acked-by: Shawn Anastasio Thanks, Sh

[PATCH v2 01/13] ppc/boot: Run constructors on boot

2024-05-24 Thread Andrew Cooper
PPC collects constructors, but doesn't run them yet. Do so. They'll shortly be used to confirm correct behaviour of the bitops primitives. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné CC: Wei Liu CC: Stefano Stabellini CC: Julien Grall CC: Volodymyr Babchuk CC: Ber