mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
cxgbe(4): Remove some dead code.
(cherry picked from commit 3965469eaa)
This commit is contained in:
parent
9661887500
commit
6e405dd9e4
2 changed files with 0 additions and 12 deletions
|
|
@ -68,16 +68,6 @@ MALLOC_DECLARE(M_CXGBE);
|
|||
#define CXGBE_UNIMPLEMENTED(s) \
|
||||
panic("%s (%s, line %d) not implemented yet.", s, __FILE__, __LINE__)
|
||||
|
||||
#if defined(__i386__) || defined(__amd64__)
|
||||
static __inline void
|
||||
prefetch(void *x)
|
||||
{
|
||||
__asm volatile("prefetcht0 %0" :: "m" (*(unsigned long *)x));
|
||||
}
|
||||
#else
|
||||
#define prefetch(x) __builtin_prefetch(x)
|
||||
#endif
|
||||
|
||||
#ifndef SYSCTL_ADD_UQUAD
|
||||
#define SYSCTL_ADD_UQUAD SYSCTL_ADD_QUAD
|
||||
#define sysctl_handle_64 sysctl_handle_quad
|
||||
|
|
|
|||
|
|
@ -56,8 +56,6 @@
|
|||
#include <rdma/ib_verbs.h>
|
||||
#include <rdma/iw_cm.h>
|
||||
|
||||
#undef prefetch
|
||||
|
||||
#include "common/common.h"
|
||||
#include "common/t4_msg.h"
|
||||
#include "common/t4_regs.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue