sophgo / linux-riscv

Linux kernel stable tree
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
Other
23 stars 47 forks source link

riscv: fix v0p7 hiding #103

Closed Icenowy closed 7 months ago

Icenowy commented 7 months ago

The variable for hiding v0p7 needs to be set BEFORE the ISA set initialzation, so use early_param instead of __setup .