diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2024-11-21 18:36:37 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2024-11-21 18:36:37 +0000 |
| commit | 59f8f51b118a64119492837ee8e4973381554277 (patch) | |
| tree | f0f0cd4ae0e512df1a3a3962823abc7611451000 /sys/dev/md | |
| parent | 415efcecd8b80f68e76376ef2b854cb6f5c84b5a (diff) | |
Diffstat (limited to 'sys/dev/md')
| -rw-r--r-- | sys/dev/md/embedfs.S | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/md/embedfs.S b/sys/dev/md/embedfs.S index af4f9c08ed3a..62bd118647c0 100644 --- a/sys/dev/md/embedfs.S +++ b/sys/dev/md/embedfs.S @@ -42,3 +42,9 @@ mfs_root: .type mfs_root_end, %object mfs_root_end: .size mfs_root_end, . - mfs_root_end + +#if defined(__aarch64__) +#include <machine/asm.h> +#include <sys/elf_common.h> +GNU_PROPERTY_AARCH64_FEATURE_1_NOTE(GNU_PROPERTY_AARCH64_FEATURE_1_VAL) +#endif |
