From: Markus Stockhausen Date: Mon, 26 Sep 2022 06:46:08 +0000 (+0200) Subject: realtek: fix SMP startup X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2b12da1313706cdd14791f329899de11ce9a35eb;p=openwrt%2Fstaging%2Fnbd.git realtek: fix SMP startup The scope of the SMP startup structure is wrong. It is created on the stack and not as a global variable. This can lead to startup failures. Fixes: 3f41360eb70c ("realtek: use upstream recommendation for CPU start") Signed-off-by: Markus Stockhausen