From: Markus Stockhausen Date: Mon, 26 Sep 2022 06:46:08 +0000 (+0200) Subject: realtek: fix SMP startup X-Git-Tag: v23.05.0-rc1~2260 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=2b12da1313706cdd14791f329899de11ce9a35eb;p=openwrt%2Fopenwrt.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