1 /* SPDX-License-Identifier: GPL-2.0 */ << 2 #if defined(CONFIG_MMU) && !defined(CONFIG_COL << 3 PHDRS 1 PHDRS 4 { 2 { 5 text PT_LOAD FILEHDR PHDRS FLAGS (7); 3 text PT_LOAD FILEHDR PHDRS FLAGS (7); 6 data PT_LOAD FLAGS (7); 4 data PT_LOAD FLAGS (7); 7 } 5 } 8 #ifdef CONFIG_SUN3 6 #ifdef CONFIG_SUN3 9 #include "vmlinux-sun3.lds" 7 #include "vmlinux-sun3.lds" 10 #else 8 #else 11 #include "vmlinux-std.lds" 9 #include "vmlinux-std.lds" 12 #endif << 13 #else << 14 #include "vmlinux-nommu.lds" << 15 #endif 10 #endif
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.