[PATCH] Cleanup ARM ioperm implementation
Arnd Bergmann
arnd@arndb.de
Fri Dec 11 23:06:00 GMT 2015
On Friday 11 December 2015 23:32:51 Aurelien Jarno wrote:
> Since GLIBC requires a minimum 2.6.32 kernel, the patch cleanups
> the ARM ioperm by removing pre-2.4.23 kernel support.
> ---
> ChangeLog | 9 +++++++++
> sysdeps/unix/sysv/linux/arm/ioperm.c | 11 ++---------
> 2 files changed, 11 insertions(+), 9 deletions(-)
The patch looks fine, but I found something else about the code here:
I notice that the contents of that file only deal with a single ARMv4
platform, and very few of those machines are still in use with
new software.
Would it make sense to build this code only when targeting an ARMv4
system, as opposed to ARMv5 or ARMv7?
Arnd
More information about the Libc-alpha
mailing list