[Skiboot] [PATCH v2 3/7] mambo: Remove mambo quirk in platform generic code

Stewart Smith stewart at linux.vnet.ibm.com
Tue May 10 16:22:22 AEST 2016


Michael Neuling <mikey at neuling.org> writes:
> Mambo has it's own platform, so we can remove the generic hack.
>
> Signed-off-by: Michael Neuling <mikey at neuling.org>
> ---
>  core/platform.c | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/core/platform.c b/core/platform.c
> index 0dfbb88..371cf42 100644
> --- a/core/platform.c
> +++ b/core/platform.c
> @@ -104,9 +104,6 @@ static void generic_platform_init(void)
>
>  static int64_t generic_cec_power_down(uint64_t request __unused)
>  {
> -	if (chip_quirk(QUIRK_MAMBO_CALLOUTS))
> -		mambo_sim_exit();
> -
>  	return OPAL_UNSUPPORTED;
>  }

Looks good, merged as of 591feee

-- 
Stewart Smith
OPAL Architect, IBM.



More information about the Skiboot mailing list