summaryrefslogtreecommitdiff
path: root/src/arch/x86/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/syscall.h')
-rw-r--r--src/arch/x86/syscall.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/x86/syscall.h b/src/arch/x86/syscall.h
index 8cd24dd..43c576b 100644
--- a/src/arch/x86/syscall.h
+++ b/src/arch/x86/syscall.h
@@ -144,12 +144,6 @@
#else /* #if defined(__x86_64__) */
-/*
- * For x86 (32-bit), fallback to libc wrapper.
- * We can't use CONFIG_NOLIBC for x86 (32-bit) at the moment.
- *
- * TODO: Add x86 (32-bit) nolibc support.
- */
#ifdef CONFIG_NOLIBC
/**
* Note for syscall registers usage (x86, 32-bit):