Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.12-rc3 14 lines 270 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#include <linux/linkage.h> 3#include <asm/page.h> 4 5 __PAGE_ALIGNED_DATA 6 7 .globl vdso32_start, vdso32_end 8 .balign PAGE_SIZE 9vdso32_start: 10 .incbin "arch/powerpc/kernel/vdso/vdso32.so.dbg" 11 .balign PAGE_SIZE 12vdso32_end: 13 14 .previous