Gentoo Archives: gentoo-alpha

From: Brian Parkhurst <brianp@×××××××.net>
To: 'Brian Parkhurst' <brianp@×××××××.net>, gentoo-alpha@l.g.o
Subject: RE: [gentoo-alpha] 2.6.9-gentoo-r4 kernel on Alpha issues?
Date: Mon, 22 Nov 2004 17:11:55
Message-Id: 200411221711.iAMHBqvI026388@smtp.washington.edu
In Reply to: [gentoo-alpha] 2.6.9-gentoo-r4 kernel on Alpha issues? by Brian Parkhurst
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Found via a google search that the kernel folks removed a reference
5 to the internal __ioremap function in the asm-alpha/io.h header.
6
7 Am Fr, den 22.10.2004 schrieb Alexander Rauth um 10:05:
8 > In 2.6.9 __ioremap( ) is gone in include/asm-alpha/io.h resp. the
9 > #define that linked alphas generic ioremap was deleted
10 >
11 > Which brakes build on alpha.
12 > Could we revert the cleanup that caused this????
13 > Or complete it ????
14 I forgot the compile log ...
15 CHK include/linux/compile.h
16 UPD include/linux/compile.h
17 CC init/version.o
18 LD init/built-in.o
19 LD .tmp_vmlinux1
20 drivers/built-in.o(.text+0xdbac): In function `fb_mmap':
21 include/asm/io.h:73: undefined reference to `__ioremap'
22 drivers/built-in.o(.text+0xdbbc):include/asm/io.h:73: undefined
23 reference to `__ioremap'
24 make: *** [.tmp_vmlinux1] Error 1
25
26 adding following line to include/asm-alpha/io.h fixed compile:
27
28 #define __ioremap(a,s) alpha_mv.mv_ioremap((unsigned long)(a),(s))
29
30 -----BEGIN PGP SIGNATURE-----
31 Version: PGP 8.1
32
33 iQA/AwUBQaId1/Z0qmLutBiIEQLPQACgyUBJjN8z7COqrSz40XLimIDAhkQAoP66
34 cMuOwoIO/x63Uumn0hqj6DCk
35 =3e5z
36 -----END PGP SIGNATURE-----
37
38
39 --
40 gentoo-alpha@g.o mailing list