]> Git Repo - linux.git/blob - samples/acrn/guest.ld
KVM: x86: Defer vtime accounting 'til after IRQ handling
[linux.git] / samples / acrn / guest.ld
1 /* SPDX-License-Identifier: GPL-2.0 */
2 OUTPUT_FORMAT(binary)
3 SECTIONS
4 {
5         .start : { *(.start) }
6         .text : { *(.text*) }
7         .rodata : { *(.rodata) }
8         .data : { *(.data) }
9 }
This page took 0.030746 seconds and 4 git commands to generate.