summaryrefslogtreecommitdiff
path: root/src/large_pages/node_text_start.S
blob: d27dd39cc236f0e6be4e68113bfff7b531a37455 (plain)
1
2
3
4
5
6
7
8
#if defined(__ELF__)
.section .note.GNU-stack,"",%progbits
#endif
.text
.align 0x2000
.global __node_text_start
.hidden __node_text_start
__node_text_start: