blob: d7344e2d5f5393843d231d9505e53951a3480e2c [file] [log] [blame]
--- a/kernel-module-source/src/nvidia/nv-kernel.ld 2022-11-30 23:16:18.000000000 -0700
+++ b/kernel-module-source/src/nvidia/nv-kernel.ld 2022-12-27 03:15:00.357911131 -0700
@@ -28,7 +28,7 @@
.rodata : { *(.rodata) *(.rodata.*) *(.gnu.linkonce.r.*) }
- .bss : { *(.bss) *(.bss.*) }
+ .bss : { *(.bss.*) *(.bss) }
/* The rest of the sections ("orphaned sections") will just be copied from
the input to the output */