mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix non-amd64 build from r292043 after reconnecting in r303410.
MFC after: 3 days X-MFC-With: r303410 Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
34938c3085
commit
5dedd7976a
1 changed files with 1 additions and 5 deletions
|
|
@ -2322,11 +2322,7 @@ do_cpuid(u_int ax, u_int cx, u_int *p)
|
|||
|
||||
#else
|
||||
#define cpuid(in, a, b, c, d)
|
||||
static __inline void
|
||||
do_cpuid(u_int ax, u_int cx, u_int *p)
|
||||
{
|
||||
}
|
||||
|
||||
#define do_cpuid(ax, cx, p)
|
||||
#endif
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue