From: Ulrich Drepper Date: Mon, 14 Feb 2000 18:11:04 +0000 (+0000) Subject: opl, _ioperm): Add Rebel-NetWinder to platform table so _ioperm platform X-Git-Tag: upstream/2.30~10627^2~2664 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58d7604e5df2cbd76ca41918d8f568c839a4f33d;p=external%2Fglibc.git opl, _ioperm): Add Rebel-NetWinder to platform table so _ioperm platform lookup via /proc/cpuinfo works on later version NetWinders. --- diff --git a/sysdeps/unix/sysv/linux/arm/ioperm.c b/sysdeps/unix/sysv/linux/arm/ioperm.c index f4c9322..3c51540 100644 --- a/sysdeps/unix/sysv/linux/arm/ioperm.c +++ b/sysdeps/unix/sysv/linux/arm/ioperm.c @@ -71,6 +71,7 @@ static struct platform { {"Chalice-CATS", IO_BASE_FOOTBRIDGE, IO_SHIFT_FOOTBRIDGE}, {"DEC-EBSA285", IO_BASE_FOOTBRIDGE, IO_SHIFT_FOOTBRIDGE}, {"Corel-NetWinder", IO_BASE_FOOTBRIDGE, IO_SHIFT_FOOTBRIDGE}, + {"Rebel-NetWinder", IO_BASE_FOOTBRIDGE, IO_SHIFT_FOOTBRIDGE}, }; #define IO_ADDR(port) (io.base + ((port) << io.shift))