summaryrefslogtreecommitdiff
path: root/util/nvmutil/include/common.h
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-19 07:43:43 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-26 06:59:42 +0000
commitd9f2aff95cb63ad13085e6abd49a75064cd61657 (patch)
treec9c1fc7888d97b7d2f32506e04ba9a28b85b196c /util/nvmutil/include/common.h
parent81ac8eead9971d365c64c10eb6ccb6adb0ae0ece (diff)
nvmutil: don't have finite eintr wait
this is technically incorrect. we don't control faults in the hardware. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/include/common.h')
-rw-r--r--util/nvmutil/include/common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/nvmutil/include/common.h b/util/nvmutil/include/common.h
index 270e5994..ae805548 100644
--- a/util/nvmutil/include/common.h
+++ b/util/nvmutil/include/common.h
@@ -59,10 +59,6 @@ int fchmod(int fd, mode_t mode);
#define HAVE_REAL_PREAD_PWRITE 0
#endif
-#ifndef MAX_EAGAIN_RETRIES
-#define MAX_EAGAIN_RETRIES 100000
-#endif
-
#ifndef LOOP_EAGAIN
#define LOOP_EAGAIN 1
#endif