File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ ENTRY(efi_rt_arch_call)
85
85
ret
86
86
END(efi_rt_arch_call)
87
87
88
- ENTRY (efi_rt_fault)
88
+ LENTRY (efi_rt_fault)
89
89
/ * Clear pcb_onfault * /
90
90
SET_FAULT_HANDLER(xzr , x11)
91
91
/ * Load curthread * /
@@ -96,6 +96,6 @@ ENTRY(efi_rt_fault)
96
96
/ * Normal exit returning an error * /
97
97
ldr x0 , =EFAULT
98
98
b .Lefi_rt_arch_call_exit
99
- END (efi_rt_fault)
99
+ LEND (efi_rt_fault)
100
100
101
101
GNU_PROPERTY_AARCH64_FEATURE_1_NOTE(GNU_PROPERTY_AARCH64_FEATURE_1_VAL)
Original file line number Diff line number Diff line change 4
4
KMOD = efirt
5
5
SRCS = efirt.c efirt_machdep.c efidev.c
6
6
SRCS+ = efirtc.c
7
+ SRCS+ = efirt_support.S
7
8
SRCS+ = device_if.h bus_if.h clock_if.h
9
+ DPSRCS+ = assym.inc
8
10
9
11
.if ${MACHINE_CPUARCH} == "amd64"
10
12
SRCS+ = opt_hwpmc_hooks.h opt_kstack_pages.h
11
- SRCS+ = efirt_support.S
12
- DPSRCS+ = assym.inc
13
+ .endif
14
+
13
15
efirt_support.o : efirt_support.S assym.inc
14
16
${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
15
17
${.IMPSRC} -o ${.TARGET}
16
- .endif
17
18
18
19
EXPORT_SYMS = YES
19
20
You can’t perform that action at this time.
0 commit comments