]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
stand: use archsw.arch_copyin instead of i386_copyin
authorWarner Losh <imp@FreeBSD.org>
Fri, 16 Sep 2022 15:08:23 +0000 (09:08 -0600)
committerWarner Losh <imp@FreeBSD.org>
Fri, 16 Sep 2022 15:18:56 +0000 (09:18 -0600)
commita705c72f214293a7aae5f83235a82f126f73e109
treee33a9a54a40feb8befd60fd0cd0887767ea6a7df
parentb44869cba1b391931b831135a9cefcc6ca635103
stand: use archsw.arch_copyin instead of i386_copyin

Since archsw.arch_copyin is always i386_copyin, this will be a nop in
terms of functionality. This is a diff reduction against other copies of
the code that differ only by what copyin routine they call.

Sponsored by: Netflix
Reviewed by: tsoome
Differential Revision: https://reviews.freebsd.org/D36568
stand/i386/libi386/bootinfo.c
stand/i386/libi386/bootinfo32.c
stand/i386/libi386/bootinfo64.c