dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(tp): fixed Kernel stuck when close screen without gt9xx
lin
2025-02-25
be8e643514303f34f842d8cc918a01bf4a668141
[~lzh/A133.git]
/
longan
/
kernel
/
linux-4.9
/
drivers
/
misc
/
lkdtm_rodata.c
1
2
3
4
5
6
7
8
9
10
/*
* This includes functions that are meant to live entirely in .rodata
* (via objcopy tricks), to validate the non-executability of .rodata.
*/
#include "lkdtm.h"
void notrace lkdtm_rodata_do_nothing(void)
{
/* Does nothing. We just want an architecture agnostic "return". */
}