mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 01:51:34 +00:00
762f169f5d
Only the arch_efi_call_virt() macro that some architectures override needs to be a macro, given that it is variadic and encapsulates calls via function pointers that have different prototypes. The associated setup and teardown code are not special in this regard, and don't need to be instantiated at each call site. So turn them into ordinary C functions and move them out of line. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> |
||
---|---|---|
.. | ||
atom | ||
ce4100 | ||
efi | ||
geode | ||
intel | ||
intel-mid | ||
intel-quark | ||
iris | ||
olpc | ||
pvh | ||
scx200 | ||
ts5500 | ||
uv | ||
Makefile |