kpatch/kmod/patch/kpatch.lds
Josh Poimboeuf 4f27b9ae31 functional reorganization
Organize the files functionally:
- kmod/core: core kmod source
- kmod/patch: patch kmod source
- kpatch: kpatch script
- kpatch-build: kpatch build script and supporting tools
- contrib: distro-related files
2014-02-13 11:00:06 -06:00

3 lines
93 B
Plaintext

__kpatch_patches = ADDR(.patches);
__kpatch_patches_end = ADDR(.patches) + SIZEOF(.patches);