commit | d479afa0372598d1417fbd4ba7cd2459df1aed4a | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Fri Aug 18 13:13:54 2023 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Fri Aug 18 17:04:39 2023 -0700 |
tree | 9790bdfa802dca3cb8c7d5e236a3dd209d25138a | |
parent | 4b503b968cc9822a39588c2d198280aff85efbc6 [diff] |
Load kernel modules from /lib/modules/`uname -r`_$(page_size) if present To support booting from both 4k/16k kernels, init need to tell which kernel we are currently booting and load the right modules. To resolve this issue, we store 16K modules into /lib/modules/`uname -r`_16k directory. Test: th Bug: 293313353 Change-Id: I4a8296384537a71e16cd20e76e6c5dfb9074f574