]> Git Repo - linux.git/blob - arch/m68k/kernel/vmlinux.lds.S
block: properly handle IOCB_NOWAIT for async O_DIRECT IO
[linux.git] / arch / m68k / kernel / vmlinux.lds.S
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #if defined(CONFIG_MMU) && !defined(CONFIG_COLDFIRE)
3 PHDRS
4 {
5   text PT_LOAD FILEHDR PHDRS FLAGS (7);
6   data PT_LOAD FLAGS (7);
7 }
8 #ifdef CONFIG_SUN3
9 #include "vmlinux-sun3.lds"
10 #else
11 #include "vmlinux-std.lds"
12 #endif
13 #else
14 #include "vmlinux-nommu.lds"
15 #endif
This page took 0.032208 seconds and 4 git commands to generate.