Skip to content

Commit 825e568

Browse files
committed
Fix linker script for older versions of vGPU.
1 parent c63cc3b commit 825e568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kern.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ SECTIONS
9090
{
9191
*(.data)
9292
vgpu_unlock_nv_kern_rodata_beg = .;
93-
*nv-kernel.o(.rodata)
93+
*nv-kernel.o(.rodata*)
9494
vgpu_unlock_nv_kern_rodata_end = .;
9595
}
9696
.data1 0 : { *(.data1) }

0 commit comments

Comments
 (0)