summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_thread.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2017-05-11 04:29:20 +0000
committerjhb <jhb@FreeBSD.org>2017-05-11 04:29:20 +0000
commita3bbb52744f6222d95f7329383f674e7c4472ab5 (patch)
tree23968dfe96202bd265de2e3f4786232265ad9dd1 /sys/kern/kern_thread.c
parentcd85d2ba464801be89680dd84abd9079acb5aca8 (diff)
downloadFreeBSD-src-a3bbb52744f6222d95f7329383f674e7c4472ab5.zip
FreeBSD-src-a3bbb52744f6222d95f7329383f674e7c4472ab5.tar.gz
MFC 313999: Consolidate statements to initialize files.
Previously, the first lines of various generated files from system call tables were generated in two sections. Some of the initialization was done in BEGIN, and the rest was done when the first line was encountered. The main reason for this split before r313564 was that most of the initialization done in the second section depended on the $FreeBSD$ tag extracted from the system call table. Now that the $FreeBSD$ tag is no longer used, consolidate all of the file initialization in the BEGIN section. This change was tested by confirming that the content of generated files did not change.
Diffstat (limited to 'sys/kern/kern_thread.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud