From: Florian Weimer Date: Sun, 9 Feb 2020 15:37:39 +0000 (+0100) Subject: Linux: pciconfig_iobase syscall number is always available on alpha X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0b25191ab5e26e43659e8793ad7621956606635;p=thirdparty%2Fglibc.git Linux: pciconfig_iobase syscall number is always available on alpha Due to the built-in tables, __NR_pciconfig_iobase is always defined. --- diff --git a/sysdeps/unix/sysv/linux/alpha/ioperm.c b/sysdeps/unix/sysv/linux/alpha/ioperm.c index 086c782b9f5..1f9c38db983 100644 --- a/sysdeps/unix/sysv/linux/alpha/ioperm.c +++ b/sysdeps/unix/sysv/linux/alpha/ioperm.c @@ -542,7 +542,6 @@ init_iosys (void) /* First try the pciconfig_iobase syscall added to 2.2.15 and 2.3.99. */ -#ifdef __NR_pciconfig_iobase addr = __pciconfig_iobase (IOBASE_DENSE_MEM, 0, 0); if (addr != -1) { @@ -584,7 +583,6 @@ init_iosys (void) return 0; } -#endif /* Second, collect the contents of /etc/alpha_systype or /proc/cpuinfo. */