WIP FPC-III support
[linux/fpc-iii.git] / drivers / misc / lkdtm / rodata.c
blobbaacb876d1d94a6de80767b58df4848173a570e1
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * This includes functions that are meant to live entirely in .rodata
4 * (via objcopy tricks), to validate the non-executability of .rodata.
5 */
6 #include "lkdtm.h"
8 void noinstr lkdtm_rodata_do_nothing(void)
10 /* Does nothing. We just want an architecture agnostic "return". */