We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb234a5 commit 3eb263bCopy full SHA for 3eb263b
arch/riscv/kernel/setup.c
@@ -227,7 +227,7 @@ static void __init init_resources(void)
227
static void __init parse_dtb(void)
228
{
229
/* Early scan of device tree from init memory */
230
- if (early_init_dt_scan(dtb_early_va, __pa(dtb_early_va))) {
+ if (early_init_dt_scan(dtb_early_va, dtb_early_pa)) {
231
const char *name = of_flat_dt_get_machine_name();
232
233
if (name) {
0 commit comments