aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/linux/linux_genassym.c
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-1/+0
| | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
* linuxulator: add stub arm64 linux_genassym.cEd Maste2019-09-111-0/+2
This will be fleshed out in the future but allows us to build the arm64 linuxulator using the same infrastructure as x86. Notes: svn path=/head/; revision=352223