From: Colin King <colin.k...@canonical.com>
Date: Mon,  7 Oct 2019 11:55:10 +0100

> From: Colin Ian King <colin.k...@canonical.com>
> 
> Don't populate the arrays port_map and sl_map on the stack but
> instead make them static. Makes the object code smaller by 64 bytes.
> 
> Before:
>    text          data     bss     dec     hex filename
>   49575          6872      64   56511    dcbf hisilicon/hns/hns_dsaf_main.o
> 
> After:
>    text          data     bss     dec     hex filename
>   49350          7032      64   56446    dc7e hisilicon/hns/hns_dsaf_main.o
> 
> (gcc version 9.2.1, amd64)
> 
> Signed-off-by: Colin Ian King <colin.k...@canonical.com>

Applied.

Reply via email to