mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-12 15:43:08 +00:00
Building loongarch:tinyconfig fails with the following error.
./arch/loongarch/include/asm/page.h: In function 'pfn_valid':
./arch/loongarch/include/asm/page.h:42:32: error: 'PHYS_OFFSET' undeclared
Add the missing include file and fix succeeding vdso errors.
Fixes:
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| elf.S | ||
| gen_vdso_offsets.sh | ||
| Makefile | ||
| sigreturn.S | ||
| vdso.lds.S | ||
| vdso.S | ||
| vgettimeofday.c | ||