Skip to content

Commit

Permalink
update to riscv-kernel-6.11.0 v31
Browse files Browse the repository at this point in the history
  • Loading branch information
ZLangJIT committed Oct 16, 2024
1 parent 2ab7863 commit e18d9e6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions rvvm.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5917,10 +5917,10 @@ index 7cbe407..8e5e681 100644
if (rvvm_getarg("dumpdtb")) rvvm_dump_dtb(machine, rvvm_getarg("dumpdtb"));
return true;
diff --git a/src/rvvm.c b/src/rvvm.c
index 71f1dbf..89e2da7 100644
index 71f1dbf..7f09a93 100644
--- a/src/rvvm.c
+++ b/src/rvvm.c
@@ -691,16 +691,59 @@ PUBLIC void rvvm_free_machine(rvvm_machine_t* machine)
@@ -691,16 +691,58 @@ PUBLIC void rvvm_free_machine(rvvm_machine_t* machine)
free(machine);
}

Expand Down Expand Up @@ -5963,8 +5963,7 @@ index 71f1dbf..89e2da7 100644
+ || (B_BEGIN >= A_BEGIN && ( // handle 1, 2, 4, 6, 7, 9
+ (B_END <= A_END) // handle *1, 3, *4, *7, 8, *9
+ || (B_END >= A_END) // handle 1, *2, 5, *6, 8, 9
+ ))
+ );
+ ));
+}
+
// Returns addr if zone is free
Expand Down

0 comments on commit e18d9e6

Please sign in to comment.