diff options
| author | Michael Brown | 2008-04-21 14:23:11 +0200 |
|---|---|---|
| committer | Michael Brown | 2008-04-21 14:23:11 +0200 |
| commit | 35a583667780122e8dabc72737be51fe914b4257 (patch) | |
| tree | 1407b011e3a8659a45c55fe6792797507a802364 /src/drivers/infiniband/hermon.h | |
| parent | [Hermon] Fix event queue doorbells. (diff) | |
| download | ipxe-35a583667780122e8dabc72737be51fe914b4257.tar.gz ipxe-35a583667780122e8dabc72737be51fe914b4257.tar.xz ipxe-35a583667780122e8dabc72737be51fe914b4257.zip | |
[Infiniband] Move event-queue process from driver to Infiniband core
Diffstat (limited to 'src/drivers/infiniband/hermon.h')
| -rw-r--r-- | src/drivers/infiniband/hermon.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/infiniband/hermon.h b/src/drivers/infiniband/hermon.h index 45d7a1ce8..1ae27780f 100644 --- a/src/drivers/infiniband/hermon.h +++ b/src/drivers/infiniband/hermon.h @@ -9,7 +9,6 @@ #include <stdint.h> #include <gpxe/uaccess.h> -#include <gpxe/process.h> #include "mlx_bitops.h" #include "MT25408_PRM.h" @@ -465,8 +464,6 @@ struct hermon { /** Event queue */ struct hermon_event_queue eq; - /** Event queue process */ - struct process event_process; /** Completion queue in-use bitmask */ hermon_bitmask_t cq_inuse[ HERMON_BITMASK_SIZE ( HERMON_MAX_CQS ) ]; |
