You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(210) |
Jun
(169) |
Jul
(167) |
Aug
(128) |
Sep
(218) |
Oct
(120) |
Nov
(86) |
Dec
(71) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(91) |
Feb
(179) |
Mar
(52) |
Apr
(56) |
May
(183) |
Jun
(62) |
Jul
(63) |
Aug
(49) |
Sep
(36) |
Oct
(35) |
Nov
(72) |
Dec
(30) |
2002 |
Jan
(53) |
Feb
(61) |
Mar
(56) |
Apr
(13) |
May
(1) |
Jun
(7) |
Jul
(80) |
Aug
(73) |
Sep
(30) |
Oct
(29) |
Nov
(8) |
Dec
(40) |
2003 |
Jan
(10) |
Feb
(2) |
Mar
(4) |
Apr
(9) |
May
(3) |
Jun
(19) |
Jul
(64) |
Aug
(53) |
Sep
(28) |
Oct
(7) |
Nov
(3) |
Dec
(21) |
2004 |
Jan
(11) |
Feb
(30) |
Mar
(18) |
Apr
(1) |
May
(13) |
Jun
(18) |
Jul
(13) |
Aug
|
Sep
(9) |
Oct
(5) |
Nov
|
Dec
|
2005 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(10) |
Aug
(21) |
Sep
(7) |
Oct
(10) |
Nov
(6) |
Dec
|
2006 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
(2) |
Sep
(6) |
Oct
(10) |
Nov
(8) |
Dec
(3) |
2007 |
Jan
(3) |
Feb
(6) |
Mar
(1) |
Apr
(6) |
May
(10) |
Jun
(7) |
Jul
(13) |
Aug
(8) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
From: <hei...@at...> - 2000-08-09 11:49:10
|
----- Original Message ----- From: "Geert Uytterhoeven" <ge...@li...> To: "Arno Griffioen" <gri...@ps...> Cc: <fh...@at...>; <lin...@li...> Sent: Tuesday, July 18, 2000 2:18 PM Subject: Re: APUS bus access > On Tue, 18 Jul 2000, Arno Griffioen wrote: > BTW, I see some things in <asm/io.h> that shouldn't be there: > > #if defined(CONFIG_APUS) > #define inw(port) in_be16((u16 *)((port)+_IO_BASE)) > #define outw(val, port) out_be16((u16 *)((port)+_IO_BASE), (val)) > #define inl(port) in_be32((u32 *)((port)+_IO_BASE)) > #define outl(val, port) out_be32((u32 *)((port)+_IO_BASE), (val)) > #else > > Since APUS doesn't have I/O space, these should not be defined at all. > > [ Hmm, they are defined to in_be16() and friends. Why??? ] > In the MMIO 53c770 driver readw, readl, writew, writel are used when both the driver and SCSI chip are in big endian mode. I was just looking in asm-ppc and in io.h it has #define readw(addr) in_le16((volatile unsigned short *)addr)) and #define readl(addr) in_le32((volatile unsigned *)addr)). Why is the "le"? Shouldn't this be "be". The writel is also defined as out_le32(). Is APUS big endian or little endian. Is M68K Linux big endian or little endian? Am I so confused about this? Can someone explain it to me? I always think big endian == m68k, sparc; little endian == intel, alpha. Is the Amiga different? What is Power Macintosh Linux? BTW I tried writing 0xee00ff11 to a 32 bit register on the '770 chip and got 0xff11 back. Fred |
From: Geert U. <ge...@li...> - 2000-08-08 13:50:21
|
On Mon, 7 Aug 2000 fh...@at... wrote: > In <Pine.LNX.4.10.10008021416290.427-100000@cassiopeia.home>, on 08/02/00 > at 02:21 PM, Geert Uytterhoeven <ge...@li...> said: > > >On Tue, 1 Aug 2000 fh...@at... wrote: > > >Depending on the wanted endiannes (I don't know how the 53c770 is > >connected to the PPC bus, it could be byte swapped), you should map e.g. > >writel_b2l() to out_be32() or out_le32(). Note that arguments for writel > >and out_*32 are in a different order. > > How would I find out? I tried sending a message to Ralph Schmidt but so > far I have received no answer. Attached is my latest dmesg after > compiling the driver as MMIO. I guess I now have to learn about SCSI > scripts. Any pointers? By reading a register for which you (partially) know the contents. If you read back what you'd expect, you're reading in the correct endianness. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |
From: <fh...@at...> - 2000-08-08 02:08:06
|
In <Pine.LNX.4.10.10008021416290.427-100000@cassiopeia.home>, on 08/02/00 at 02:21 PM, Geert Uytterhoeven <ge...@li...> said: >On Tue, 1 Aug 2000 fh...@at... wrote: >Depending on the wanted endiannes (I don't know how the 53c770 is >connected to the PPC bus, it could be byte swapped), you should map e.g. >writel_b2l() to out_be32() or out_le32(). Note that arguments for writel >and out_*32 are in a different order. How would I find out? I tried sending a message to Ralph Schmidt but so far I have received no answer. Attached is my latest dmesg after compiling the driver as MMIO. I guess I now have to learn about SCSI scripts. Any pointers? Fred Searching for SAVEKMSG magic... Found 2653 bytes at 0x001e0008 >>>>>>>>>>>>>>>>>>>> Total memory = 64MB; using 256kB for hash table (at c0200000) Linux version 2.2.10 (root@amiga1) (gcc version 2.95.2 19991024 (release)) #111 Thu Aug 3 07:23:29 EDT 2000 Amiga hardware found: [A4000T] VIDEO BLITTER AUDIO FLOPPY A4000_SCSI A4000_IDE KEYBOARD MOUSE SERIAL PARALLEL A3000_CLK CHIP_RAM PAULA LISA ALICE_NTSC ZORRO3 APUS: BATs=0, BUS=66MHz, RAM=70ns, PCI bridge=1 time_init: decrementer frequency = 990000000/60 Console: colour dummy device 80x25 Calibrating delay loop... 395.67 BogoMIPS Memory: 62160k available (1216k kernel code, 1536k data, 112k init) [c0000000,c4000000] POSIX conformance testing by UNIFIX Zorro: Probing AutoConfig expansion devices: 5 devices Linux NET4.0 for Linux 2.2 Based upon Swansea University Computer Society NET3.039 NET4: Unix domain sockets 1.0 for Linux NET4.0. NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCPCStarting kswapd v 1.5 CV3D detected running in Z3 mode Console: switching to colour frame buffer device 160x64 fb0: Cybervision/3D frame buffer device, using 4096K of video memory fb1: Amiga AGA frame buffer device, using 1280K of video memory **** apus_kbd_init_hw M68K Serial driver version 1.01 ttyS0 at 0x80dff018: Amiga builtin pty: 256 Unix98 ptys configured lp_init: lp using interrupt driver lp0: Builtin parallel port at 0x80bfe101 Amiga mouse installed. DMA sound driver installed, using 4 buffers of 32k. RAM disk driver initialized: 16 RAM disks of 4096K size loop: registered device at major 7 ide0: Gayle IDE interface (A4000 style) hda: ST34342A, ATA DISK drive ide0 at 80dd2020 on irq 0x0000000c hda: ST34342A, 4103MB w/128kB Cache, CHS=8894/15/63 FD: probing units fouod <5>fd: drive 0 didn't identify, setting default ffffffff fd0 fd1 scsi-ncr53c7xx : NCR53c710 at memory 0x80dd0040, io 0x0, irq 12 scsi0: Revision 0x1 scsi0 : NCR code relocated to 0xbf365e8 (virt 0xc3f365e8) scsi0 : test 1 started ncr53c8xx: 53c770 detected ncr53c770-0: rev=0x00, base=0xf40000, io_port=0x0, irq=12 new NCB[2924] @c02f0000. new SCRIPT[3772] @c3f35000. new SCRIPTH[3708] @c3f34000. Peparing... stuff: 10 5 192 32 1 set verbose: myaddr: 0 myaddr: 7 myaddr: 7 ncr53c770-0: ID 7, Fast-20, Parity Checking ncr53c770-0: initial SCNTL3/DMODE/DCNTL/CTEST3/4/5 = (hex) 05/c0/20/00/00/04 ncr53c770-0: final SCNTL3/DMODE/DCNTL/CTEST3/4/5 = (hex) 05/82/20/00/08/24 istat: 0 SCSI reset istat: 40 istat: 0 offset: c CACHE TEST FAILED: script execution failed. start=0bf34e50, pc=00004e7c, end=0bf34e7c c0000004 082f006c 00f40034 c0000004 00f4001c 082f006c c0000004 082f006c 00f4001c 98080000 00000063 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 <<<<<<<<<<<<<<<<<<<< |
From: Michel <dae...@st...> - 2000-08-07 15:40:55
|
Alan Buxey wrote: > what modules are there on the CVS-tree now.. (is there a CVS command to > find out, sorry if there is!) ? Go to the CVS page on SourceForge, then follow 'Browse the Repository'. The top level directories are the modules. > I'm checking out the current 2.2 and 2.3 trees. is the '2.4' under 2.3 > or is there a 2.4 tree now? The former. Michel -- Do I look like a freakin' people person? ______________________________________________________________________________ Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86, Team *AMIGA*, AUGS |
From: Alan B. <al...@ms...> - 2000-08-07 14:17:18
|
hi, what modules are there on the CVS-tree now.. (is there a CVS command to find out, sorry if there is!) ? I'm checking out the current 2.2 and 2.3 trees. is the '2.4' under 2.3 or is there a 2.4 tree now? alan |
From: Geert U. <ge...@li...> - 2000-08-07 13:14:17
|
On Sun, 6 Aug 2000, Roman Zippel wrote: > > The same bug is present in the kernel, even in 2.0.38 (the oldest version I > > have here). I'm wondering how it got there, since it once was OK (IIRC, I added > > support for muFS and other/group protection in 1994). Or am I missing > > something? > > Was it before or after write support? According to the Changes, that was > somewhere in 1.3 and on the ftp sites I only find 2.0.x and up... Look in the `old' directory. Or was it deleted? > > I also compiled with -Wall and created the patch below. Personally I would use > > __u32 to store 32-bit values (i.e. `LONG' under AmigaOS), and __u16 for 16-bit > > values, to avoid portability problems. > > I probably add some more configure tests for that. :) > Thanks for the patch. I'm using -Wall too, but I got no warnings for that > (using gcc 2.95.2 here). I'm using i486-linux/2.7.2.3 here. Time to upgrade to potato :-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |
From: Roman Z. <zi...@fh...> - 2000-08-07 12:29:07
|
Hi, > The BIG question is: must us create drivers so big as amiserial.c for > each our serial board ? ( little provocation... :) ) The standard answer right now is to look at drivers/char/generic_serial.c and drivers who use it. IMO the main problem is that the standard driver serial.c doesn't use that interface (at least not yet). On the other hand generic_serial.c uses similiar mechanisms that m68k_serial.c used, so I'm still wondering how that went in but not m68k_serial.c... bye, Roman |
From: Michel <dae...@st...> - 2000-08-07 07:46:51
|
Giorgio Terzi wrote: > i have downloaded our 2.3 (2.4) kernel to understand better what you > meant about m68kserial.c & co. > The result is that in 2.3 exists a only big amiserial.c driver that, > i think, covers only our internal serial. I have searched for > multiface III code that is referenced in make menuconfig but it seems > disappeared. > May it be integrated in amiserial ? > I will make a more in-deep search but seems that there isn't. I don't expect it to be. > The BIG question is: must us create drivers so big as amiserial.c for > each our serial board ? ( little provocation... :) ) I don't think so. > Seriously, what will be the strategy we will use ? Is true that today > the 99% of the serial boards (ours too) use StarTech chips and Amiga is > Plug&Play as others...(or more) but i think that a more modular but > similar approach as the past used (but not approved) will save space. > In what it seems to be at a first quick read amiserial.c covers all the > job: from tty to the serial chip. > Must we work in this so extended fashon or... there are other ideas ? From what I've read on Kernel Traffic, the PC serial.c maintainer as well as Linus would like all serial drivers to use common code from either serial.c or even more upper layer tty code. You might want to check on linux-kernel . > May be i have not understood something (i have downoaded 2.3 yesterday) > but i wish to have your (and group ) opinions. Also waiting for the Gurus' opinions... Michel -- Here I am! Now what are your other two wishes? ______________________________________________________________________________ Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86, Team *AMIGA*, AUGS |
From: Iain S. <ia...@sa...> - 2000-08-07 01:02:28
|
Hi, This patch makes a common code base for dmasound between 2.4.0 and 2.2.17. It is, essentially, the same as Geert's 2.4.0 split-up applied back to 2.2.17. I would like to ask Paulus to consider including this patch in pmac 2.2.17. However, it affects other archs. It is unlikely to work 'out-of-the-box' for these archs - although I have tried to do as much of the 'wrapper' work as poss. I would like to know if the other dmasound users consider it worthwhile putting this in at 2.2.17, and whether it has been tried. There is an alternative possibility if it is only wanted for pmac. ====== Motivation: 1/ The main beneficiary of this is pmac. There are now so many new machines (and extensions to deal with older machines) that I would guess the size of the pmac portion of the code could grow by 2X. This is getting impractical with the monolithic dmasound.c (and will be different to 2.4.0 where the split has already been done). So this patch, primarily, makes the driver more maintainable. 2/ There seems to be a need to continue for a little while, at least, with 2.2.X. 3/ this code-base is identical between 2.4.0-testX and 2.2.17preY. I.E. you can symlink to the same directory for 2.2.17 & 2.4.0 - which means that effort is not repeated for 2.4.0. ====== Changes/Fixes: There are a few small additions at the top level (affecting all archs): 1. the look-up tables have been moved to the lower levels. 2. The conditionalisation on HAS_RECORD has been made a run-time decision This means, AFAICT that it will no longer be necessary to have different versions of dmasound_core.o for different machines (in the same arch). 3. A SNDCTL_GET_CAPS ioctl has been added: it needs filling in for Q40, Paula & Atari. One line of code for someone who knows their machine :-) Other changes are pmac-only and I'll leave them out of this post. ===== The latest version of this can be found at: http://www.drfruitcake.com/linux/linuxppc.html (including binaries etc. for pmac) It has also been uploaded to the (brand-new) patch-tracking system... http://sourceforge.net/projects/ppclinux/ ciao, Iain. |
From: Geert U. <ge...@li...> - 2000-08-06 17:40:55
|
I think the patch below converts the Ariadne II driver into a driver for the X-Surf. If it works, I'll be happy to integrate it with the Ariadne II driver into one ne2k-zorro driver. Notes: - I assume the RTL8019AS on the X-Surf is not in PnP mode. Else we first have to do ISA PnP isolation and assignment. - At first I thought I could easily convert the Ariadne II driver in a Hydra driver as well, but this didn't turn out to be the case. The Hydra doesn't seem to have the 8390 reset register and the 8390 data port register (there's only 0x1f space for registers, at even offsets). I guess that's why the old Hydra driver accesses the on-board RAM directly instead of through the 8390 data port. But I'm sure a driver can be written that uses the generic 8390 driver core, it's just a bit more work. - From reading the specs, the X-Surf also seems to have 2 IDE interfaces. It doesn't seem to be that difficult to support, so if someone is interested in a driver, please speak up. - Anyone who knows what else is on the X-Surf that's worth to support? Disclaimer: I don't own any NE2000 compatible Amiga Ethernet cards. But I do wish you good luck! :-) --- ariadne2.c Tue Jul 18 14:04:53 2000 +++ ariadne2_xsurf.c Sun Aug 6 16:20:57 2000 @@ -38,7 +38,7 @@ #include "8390.h" -#define ARIADNE2_BASE 0x0300 +#define XSURF_BASE 0x8600 #define ARIADNE2_BOOTROM 0xc000 @@ -86,9 +86,9 @@ unsigned long board, ioaddr; int err; - while ((z = zorro_find_device(ZORRO_PROD_VILLAGE_TRONIC_ARIADNE2, z))) { + while ((z = zorro_find_device(0x12121700, z))) { board = z->resource.start; - ioaddr = board+ARIADNE2_BASE*2; + ioaddr = board+XSURF_BASE; if (!request_mem_region(ioaddr, NE_IO_EXTENT*2, "RTL8019AS")) continue; if ((err = ariadne2_init(dev, ZTWO_VADDR(board)))) { @@ -111,7 +111,7 @@ 0x00, 0x02, 0x04, 0x06, 0x08, 0x0a, 0x0c, 0x0e, 0x10, 0x12, 0x14, 0x16, 0x18, 0x1a, 0x1c, 0x1e, }; - unsigned long ioaddr = board+ARIADNE2_BASE*2; + unsigned long ioaddr = board+XSURF_BASE; /* We should have a "dev" from Space.c or the static module table. */ if (dev == NULL) { Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |
From: Roman Z. <zi...@fh...> - 2000-08-06 14:49:30
|
Hi, > Some of the definitions for AFFS_*MAY*() in amigaffs.h are not correct. > Protection bits for other and group (which were added later in AmigaOS 3.0 for > Envoy) use inverse logic w.r.t. user. I don't have the AmigaOS includes at > hand, so I don't dare to supply a patch for this. Me neither, can someone send me a copy of the relevant parts? > The same bug is present in the kernel, even in 2.0.38 (the oldest version I > have here). I'm wondering how it got there, since it once was OK (IIRC, I added > support for muFS and other/group protection in 1994). Or am I missing > something? Was it before or after write support? According to the Changes, that was somewhere in 1.3 and on the ftp sites I only find 2.0.x and up... > I also compiled with -Wall and created the patch below. Personally I would use > __u32 to store 32-bit values (i.e. `LONG' under AmigaOS), and __u16 for 16-bit > values, to avoid portability problems. I probably add some more configure tests for that. :) Thanks for the patch. I'm using -Wall too, but I got no warnings for that (using gcc 2.95.2 here). bye, Roman |
From: Geert U. <ge...@li...> - 2000-08-06 12:25:54
|
On Fri, 4 Aug 2000, Roman Zippel wrote: > I'm proud to present the very first version of affstools. :-) > Anyway, enjoy and tell me what you think about it. Some of the definitions for AFFS_*MAY*() in amigaffs.h are not correct. Protection bits for other and group (which were added later in AmigaOS 3.0 for Envoy) use inverse logic w.r.t. user. I don't have the AmigaOS includes at hand, so I don't dare to supply a patch for this. The same bug is present in the kernel, even in 2.0.38 (the oldest version I have here). I'm wondering how it got there, since it once was OK (IIRC, I added support for muFS and other/group protection in 1994). Or am I missing something? I also compiled with -Wall and created the patch below. Personally I would use __u32 to store 32-bit values (i.e. `LONG' under AmigaOS), and __u16 for 16-bit values, to avoid portability problems. I ran affsck on all the ADF images I have here, and it found some invalid checksums. I'll mail you the offending images in a separate mail. --- affstools-0.1/bitmap.c.orig Fri Aug 4 17:06:31 2000 +++ affstools-0.1/bitmap.c Sat Aug 5 15:50:28 2000 @@ -23,6 +23,7 @@ #include <stdlib.h> #include <stdio.h> +#include <string.h> #include "amigaffs.h" @@ -120,7 +121,7 @@ { struct affs_root_tail *tail = AFFS_ROOT_TAIL(affs_rootbuf); u_int bitmap_blocks, blocks, bits; - u_long extmap[AFFS_BLOCKSIZE_MAX/4]; + u_int extmap[AFFS_BLOCKSIZE_MAX/4]; u_int ext, i, size; u_char *ptr; @@ -214,7 +215,7 @@ { struct affs_root_tail *tail = AFFS_ROOT_TAIL(affs_rootbuf); u_int bitmap_blocks, blocks, bits; - u_long extmap[AFFS_BLOCKSIZE_MAX/4]; + u_int extmap[AFFS_BLOCKSIZE_MAX/4]; u_int ext, i; u_char *ptr; @@ -305,7 +306,7 @@ { struct affs_root_tail *tail = AFFS_ROOT_TAIL(affs_rootbuf); u_int bitmap_blocks, blocks, bits; - u_long extmap[AFFS_BLOCKSIZE_MAX/4]; + u_int extmap[AFFS_BLOCKSIZE_MAX/4]; u_int ext, i, new, size; /* bit number in bitmap block */ Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |
From: Giorgio T. <de...@ip...> - 2000-08-06 09:20:03
|
Dear Michel, i have downloaded our 2.3 (2.4) kernel to understand better what you meant about m68kserial.c & co. The result is that in 2.3 exists a only big amiserial.c driver that, i think, covers only our internal serial. I have searched for multiface III code that is referenced in make menuconfig but it seems disappeared. May it be integrated in amiserial ? I will make a more in-deep search but seems that there isn't. The BIG question is: must us create drivers so big as amiserial.c for each our serial board ? ( little provocation... :) ) Seriously, what will be the strategy we will use ? Is true that today the 99% of the serial boards (ours too) use StarTech chips and Amiga is Plug&Play as others...(or more) but i think that a more modular but similar approach as the past used (but not approved) will save space. In what it seems to be at a first quick read amiserial.c covers all the job: from tty to the serial chip. Must we work in this so extended fashon or... there are other ideas ? May be i have not understood something (i have downoaded 2.3 yesterday) but i wish to have your (and group ) opinions. Thanks Giorgio |
From: Michel D. <mda...@us...> - 2000-08-05 03:16:56
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/drivers/video/ Changes by: mda...@sl.... 00/08/04 20:16:55 Modified files: 2.3/drivers/video/: pm2fb.c pm2fb.h Log message: pm2fb console corruption fix & some merging from 2.2 |
From: Roman Z. <zi...@fh...> - 2000-08-04 16:32:51
|
Hi, I'm proud to present the very first version of affstools. :-) Although functionality is limited, it should be working fine so far (see the README file for a bit more info). I've put it on ftp://linux-apus.sourceforge.net/pub/linux-apus/test/affstools-0.1.tar.gz (if needed I can also put it somewhere else (sunsite? erlangen?)). I want to use it mainly for affs debugging, so I doubt I will implement more advanced features in the near future, so if someone wants to hack on it, feel free to do so. Anyway, enjoy and tell me what you think about it. bye, Roman |
From: Roman Z. <zi...@fh...> - 2000-08-04 14:59:24
|
Hi, > Does my fix look good? Yes. :) > BTW Roman: do you take care of removed files & dirs when upgrading? cvs import takes care of that. > I noticed > there are still drivers/sound/dmasound.[ch] files in our tree, even though > they are removed in 2.4 in favour of a dedicated dmasound directory. There are still in the bitkeeper tree, it always takes some time until old dirs/files are removed. bye, Roman |
From: Michel <dae...@st...> - 2000-08-04 13:01:02
|
Alan Buxey wrote: > > Modified files: > > 2.3/kernel/: ksyms.c ^^^^^^^ > > Log message: > > hopefully the correct fix for z2ram > > if its doing the #include <> > > and taking out the extern definition, then yes, i'm sure thats the right > fix - That's what I've changed. > now that exported symbol can be changed back :-) Guess what I've changed in kernel/ksyms.c :) Michel -- Here I am! Now what are your other two wishes? ______________________________________________________________________________ Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86, Team *AMIGA*, AUGS |
From: Michel <dae...@st...> - 2000-08-04 12:58:48
|
Roman Zippel wrote: > > That file isn't included in z2ram.c, instead it declares it > > > > extern void* vmalloc (unsigned long); > > > > Would the right fix be to remove that definition and include vmalloc.h ? > > Yep, otherwise z2ram can't be linked into the kernel. Does my fix look good? > > BTW I've made a new support request about the commit notice (asked them to > > upload the perl scripts to the right place) and they have updated it to > > 'Done.' - let's hope it really works now... > > It seems so and there is now a mail in the queue from the import, that > exceeds the maximum mail size. :-) I've approved it and removed the size limit. Please don't abuse it, people :) BTW Roman: do you take care of removed files & dirs when upgrading? I noticed there are still drivers/sound/dmasound.[ch] files in our tree, even though they are removed in 2.4 in favour of a dedicated dmasound directory. Michel -- Here I am! Now what are your other two wishes? ______________________________________________________________________________ Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86, Team *AMIGA*, AUGS |
From: Roman Z. <zi...@us...> - 2000-08-04 12:31:41
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/mm/ Changes by: zi...@sl.... 00/08/04 05:31:40 Modified files: ./: Makefile 2.3/arch/m68k/amiga/: amisound.c 2.3/arch/ppc/: config.in 2.3/arch/ppc/kernel/: head.S ppc_ksyms.c 2.3/drivers/char/: Makefile amikeyb.c amiserial.c 2.3/drivers/sound/: Makefile 2.3/drivers/video/: amifb.c cyberfb.c 2.3/mm/: page_alloc.c Log message: import bitkeeper (2.4.0-test5) |
From: Roman Z. <zi...@fh...> - 2000-08-04 11:59:40
|
Hi, > That file isn't included in z2ram.c, instead it declares it > > extern void* vmalloc (unsigned long); > > Would the right fix be to remove that definition and include vmalloc.h ? Yep, otherwise z2ram can't be linked into the kernel. > BTW I've made a new support request about the commit notice (asked them to > upload the perl scripts to the right place) and they have updated it to > 'Done.' - let's hope it really works now... It seems so and there is now a mail in the queue from the import, that exceeds the maximum mail size. :-) bye, Roman |
From: Roman Z. <zi...@us...> - 2000-08-04 11:34:19
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: ./ Changes by: zi...@sl.... 00/08/04 04:34:17 2.3 Update of /cvsroot/linux-apus/2.3 In directory slayer.i.sourceforge.net:/tmp/cvs-serv20972 Log Message: import bitkeeper (2.4.0-test5) Status: Vendor Tag: torvalds Release Tags: bk_20000802 U 2.3/COPYING U 2.3/CREDITS U 2.3/REPORTING-BUGS U 2.3/MAINTAINERS C 2.3/Makefile U 2.3/README U 2.3/Rules.make U 2.3/BitKeeper/etc/logging_ok U 2.3/BitKeeper/etc/config U 2.3/BitKeeper/etc/notify U 2.3/Documentation/BUG-HUNTING U 2.3/Documentation/00-INDEX U 2.3/Documentation/CodingStyle U 2.3/Documentation/Changes U 2.3/Documentation/VGA-softcursor.txt U 2.3/Documentation/Configure.help U 2.3/Documentation/DMA-mapping.txt U 2.3/Documentation/IO-APIC.txt U 2.3/Documentation/IO-mapping.txt U 2.3/Documentation/IRQ-affinity.txt U 2.3/Documentation/LVM-HOWTO U 2.3/Documentation/README.DAC960 U 2.3/Documentation/README.moxa U 2.3/Documentation/joystick-parport.txt U 2.3/Documentation/binfmt_misc.txt U 2.3/Documentation/computone.txt U 2.3/Documentation/cpqarray.txt U 2.3/Documentation/devices.txt U 2.3/Documentation/digiboard.txt U 2.3/Documentation/digiepca.txt U 2.3/Documentation/exception.txt U 2.3/Documentation/floppy.txt U 2.3/Documentation/ftape.txt U 2.3/Documentation/hayes-esp.txt U 2.3/Documentation/highuid.txt U 2.3/Documentation/ide.txt U 2.3/Documentation/initrd.txt U 2.3/Documentation/ioctl-number.txt U 2.3/Documentation/isapnp.txt U 2.3/Documentation/java.txt U 2.3/Documentation/joystick-api.txt U 2.3/Documentation/kernel-parameters.txt U 2.3/Documentation/joystick.txt U 2.3/Documentation/kernel-docs.txt U 2.3/Documentation/locks.txt U 2.3/Documentation/kmod.txt U 2.3/Documentation/magic-number.txt U 2.3/Documentation/logo.gif U 2.3/Documentation/logo.txt U 2.3/Documentation/parport-lowlevel.txt U 2.3/Documentation/mandatory.txt U 2.3/Documentation/mca.txt U 2.3/Documentation/md.txt U 2.3/Documentation/memory.txt U 2.3/Documentation/mkdev.ida U 2.3/Documentation/modules.txt U 2.3/Documentation/moxa-smartio U 2.3/Documentation/mtrr.txt U 2.3/Documentation/nbd.txt U 2.3/Documentation/nfsroot.txt U 2.3/Documentation/nmi_watchdog.txt U 2.3/Documentation/oops-tracing.txt U 2.3/Documentation/paride.txt U 2.3/Documentation/pcwd-watchdog.txt U 2.3/Documentation/parport.txt U 2.3/Documentation/pci.txt U 2.3/Documentation/ramdisk.txt U 2.3/Documentation/pm.txt U 2.3/Documentation/scsi-generic.txt U 2.3/Documentation/riscom8.txt U 2.3/Documentation/rtc.txt U 2.3/Documentation/sgi-visws.txt U 2.3/Documentation/scsi.txt U 2.3/Documentation/serial-console.txt U 2.3/Documentation/smart-config.txt U 2.3/Documentation/smp.tex U 2.3/Documentation/smp.txt U 2.3/Documentation/specialix.txt U 2.3/Documentation/spinlocks.txt U 2.3/Documentation/stallion.txt U 2.3/Documentation/svga.txt U 2.3/Documentation/sx.txt U 2.3/Documentation/sysrq.txt U 2.3/Documentation/unicode.txt U 2.3/Documentation/watchdog.txt U 2.3/Documentation/xterm-linux.xpm U 2.3/Documentation/zorro.txt U 2.3/Documentation/kernel-doc-nano-HOWTO.txt U 2.3/Documentation/DocBook/kernel-api.tmpl U 2.3/Documentation/DocBook/Makefile U 2.3/Documentation/DocBook/parport-multi.fig U 2.3/Documentation/DocBook/mcabook.tmpl U 2.3/Documentation/DocBook/parport-structure.fig U 2.3/Documentation/DocBook/parport-share.fig U 2.3/Documentation/DocBook/kernel-hacking.tmpl U 2.3/Documentation/DocBook/parportbook.tmpl U 2.3/Documentation/DocBook/videobook.tmpl U 2.3/Documentation/DocBook/wanbook.tmpl U 2.3/Documentation/DocBook/z8530book.tmpl U 2.3/Documentation/DocBook/kernel-locking.tmpl U 2.3/Documentation/DocBook/mousedrivers.tmpl U 2.3/Documentation/DocBook/via-audio.tmpl U 2.3/Documentation/arm/Netwinder U 2.3/Documentation/arm/README U 2.3/Documentation/arm/Setup U 2.3/Documentation/arm/SA1100/ThinClient U 2.3/Documentation/arm/SA1100/Brutus U 2.3/Documentation/arm/SA1100/Itsy U 2.3/Documentation/arm/SA1100/LART U 2.3/Documentation/arm/SA1100/PLEB U 2.3/Documentation/arm/SA1100/Tifon U 2.3/Documentation/arm/SA1100/Victor U 2.3/Documentation/arm/SA1100/empeg U 2.3/Documentation/arm/SA1100/Assabet U 2.3/Documentation/arm/empeg/README U 2.3/Documentation/arm/empeg/ir.txt U 2.3/Documentation/arm/empeg/mkdevs U 2.3/Documentation/arm/nwfpe/README.FPE U 2.3/Documentation/arm/nwfpe/NOTES U 2.3/Documentation/arm/nwfpe/README U 2.3/Documentation/arm/nwfpe/TODO U 2.3/Documentation/cdrom/sonycd535 U 2.3/Documentation/cdrom/00-INDEX U 2.3/Documentation/cdrom/Makefile U 2.3/Documentation/cdrom/aztcd U 2.3/Documentation/cdrom/cdu31a U 2.3/Documentation/cdrom/cm206 U 2.3/Documentation/cdrom/cdrom-standard.tex U 2.3/Documentation/cdrom/gscd U 2.3/Documentation/cdrom/ide-cd U 2.3/Documentation/cdrom/isp16 U 2.3/Documentation/cdrom/mcd U 2.3/Documentation/cdrom/mcdx U 2.3/Documentation/cdrom/optcd U 2.3/Documentation/cdrom/sbpcd U 2.3/Documentation/cdrom/sjcd U 2.3/Documentation/fb/aty128fb.txt U 2.3/Documentation/fb/00-INDEX U 2.3/Documentation/fb/framebuffer.txt U 2.3/Documentation/fb/clgenfb.txt U 2.3/Documentation/fb/internals.txt U 2.3/Documentation/fb/matroxfb.txt U 2.3/Documentation/fb/modedb.txt U 2.3/Documentation/fb/tgafb.txt U 2.3/Documentation/fb/vesafb.txt U 2.3/Documentation/filesystems/cramfs.txt U 2.3/Documentation/filesystems/00-INDEX U 2.3/Documentation/filesystems/adfs.txt U 2.3/Documentation/filesystems/affs.txt U 2.3/Documentation/filesystems/bfs.txt U 2.3/Documentation/filesystems/coda.txt U 2.3/Documentation/filesystems/fat_cvf.txt U 2.3/Documentation/filesystems/hpfs.txt U 2.3/Documentation/filesystems/isofs.txt U 2.3/Documentation/filesystems/ncpfs.txt U 2.3/Documentation/filesystems/ntfs.txt U 2.3/Documentation/filesystems/proc.txt U 2.3/Documentation/filesystems/romfs.txt U 2.3/Documentation/filesystems/smbfs.txt U 2.3/Documentation/filesystems/sysv-fs.txt U 2.3/Documentation/filesystems/udf.txt U 2.3/Documentation/filesystems/ufs.txt U 2.3/Documentation/filesystems/umsdos.txt U 2.3/Documentation/filesystems/vfat.txt U 2.3/Documentation/filesystems/vfs.txt U 2.3/Documentation/filesystems/Locking U 2.3/Documentation/filesystems/devfs/ChangeLog U 2.3/Documentation/filesystems/devfs/README U 2.3/Documentation/filesystems/devfs/ToDo U 2.3/Documentation/filesystems/devfs/boot-options U 2.3/Documentation/filesystems/devfs/mk-devlinks U 2.3/Documentation/filesystems/devfs/modules.conf U 2.3/Documentation/filesystems/devfs/rc.devfs U 2.3/Documentation/i2c/ten-bit-addresses U 2.3/Documentation/i2c/dev-interface U 2.3/Documentation/i2c/i2c-protocol U 2.3/Documentation/i2c/proc-interface U 2.3/Documentation/i2c/smbus-protocol U 2.3/Documentation/i2c/summary U 2.3/Documentation/i2c/writing-clients U 2.3/Documentation/i386/zero-page.txt U 2.3/Documentation/i386/IO-APIC.txt N 2.3/Documentation/i386/boot.txt U 2.3/Documentation/ia64/efirtc.txt U 2.3/Documentation/ia64/README U 2.3/Documentation/isdn/HiSax.cert U 2.3/Documentation/isdn/00-INDEX U 2.3/Documentation/isdn/CREDITS U 2.3/Documentation/isdn/INTERFACE.fax U 2.3/Documentation/isdn/INTERFACE U 2.3/Documentation/isdn/README.FAQ U 2.3/Documentation/isdn/README U 2.3/Documentation/isdn/README.act2000 U 2.3/Documentation/isdn/README.HiSax U 2.3/Documentation/isdn/README.concap U 2.3/Documentation/isdn/README.audio U 2.3/Documentation/isdn/README.avmb1 U 2.3/Documentation/isdn/README.diversion U 2.3/Documentation/isdn/README.eicon U 2.3/Documentation/isdn/README.fax U 2.3/Documentation/isdn/README.hfc-pci U 2.3/Documentation/isdn/README.hysdn U 2.3/Documentation/isdn/README.icn U 2.3/Documentation/isdn/README.pcbit U 2.3/Documentation/isdn/README.sc U 2.3/Documentation/isdn/README.syncppp U 2.3/Documentation/isdn/README.x25 U 2.3/Documentation/isdn/syncPPP.FAQ U 2.3/Documentation/kbuild/bug-list.txt U 2.3/Documentation/kbuild/00-INDEX U 2.3/Documentation/kbuild/config-language.txt U 2.3/Documentation/kbuild/commands.txt U 2.3/Documentation/m68k/README.buddha U 2.3/Documentation/m68k/00-INDEX U 2.3/Documentation/m68k/kernel-options.txt U 2.3/Documentation/networking/3c505.txt U 2.3/Documentation/networking/00-INDEX U 2.3/Documentation/networking/README.sb1000 U 2.3/Documentation/networking/6pack.txt U 2.3/Documentation/networking/8139too.txt U 2.3/Documentation/networking/Configurable U 2.3/Documentation/networking/DLINK.txt U 2.3/Documentation/networking/PLIP.txt U 2.3/Documentation/networking/arcnet-hardware.txt U 2.3/Documentation/networking/alias.txt U 2.3/Documentation/networking/framerelay.txt U 2.3/Documentation/networking/arcnet.txt U 2.3/Documentation/networking/atm.txt U 2.3/Documentation/networking/ax25.txt U 2.3/Documentation/networking/baycom.txt U 2.3/Documentation/networking/bridge.txt U 2.3/Documentation/networking/comx.txt U 2.3/Documentation/networking/cops.txt U 2.3/Documentation/networking/cs89x0.txt U 2.3/Documentation/networking/de4x5.txt U 2.3/Documentation/networking/decnet.txt U 2.3/Documentation/networking/depca.txt U 2.3/Documentation/networking/dgrs.txt U 2.3/Documentation/networking/dmfe.txt U 2.3/Documentation/networking/eql.txt U 2.3/Documentation/networking/ethertap.txt U 2.3/Documentation/networking/ewrk3.txt U 2.3/Documentation/networking/filter.txt U 2.3/Documentation/networking/fore200e.txt U 2.3/Documentation/networking/policy-routing.txt U 2.3/Documentation/networking/ip-sysctl.txt U 2.3/Documentation/networking/ip_dynaddr.txt U 2.3/Documentation/networking/ipddp.txt U 2.3/Documentation/networking/iphase.txt U 2.3/Documentation/networking/irda.txt U 2.3/Documentation/networking/lapb-module.txt U 2.3/Documentation/networking/ltpc.txt U 2.3/Documentation/networking/multicast.txt U 2.3/Documentation/networking/ncsa-telnet U 2.3/Documentation/networking/net-modules.txt U 2.3/Documentation/networking/olympic.txt U 2.3/Documentation/networking/ray_cs.txt U 2.3/Documentation/networking/pt.txt U 2.3/Documentation/networking/soundmodem.txt U 2.3/Documentation/networking/routing.txt U 2.3/Documentation/networking/shaper.txt U 2.3/Documentation/networking/sis900.txt U 2.3/Documentation/networking/sk98lin.txt U 2.3/Documentation/networking/skfp.txt U 2.3/Documentation/networking/smc9.txt U 2.3/Documentation/networking/smctr.txt U 2.3/Documentation/networking/tms380tr.txt U 2.3/Documentation/networking/tcp.txt U 2.3/Documentation/networking/tlan.txt U 2.3/Documentation/networking/wan-router.txt U 2.3/Documentation/networking/tulip.txt U 2.3/Documentation/networking/vortex.txt U 2.3/Documentation/networking/x25-iface.txt U 2.3/Documentation/networking/wanpipe.txt U 2.3/Documentation/networking/wavelan.txt U 2.3/Documentation/networking/z8530drv.txt U 2.3/Documentation/networking/x25.txt U 2.3/Documentation/powerpc/ppc_htab.txt U 2.3/Documentation/powerpc/00-INDEX U 2.3/Documentation/powerpc/sound.txt U 2.3/Documentation/powerpc/smp.txt U 2.3/Documentation/powerpc/SBC8260_memory_mapping.txt U 2.3/Documentation/powerpc/zImage_layout.txt U 2.3/Documentation/sound/AudioExcelDSP16 U 2.3/Documentation/sound/AD1816 U 2.3/Documentation/sound/ALS U 2.3/Documentation/sound/AWE32 U 2.3/Documentation/sound/ChangeLog.awe U 2.3/Documentation/sound/CMI8330 U 2.3/Documentation/sound/CMI8338 U 2.3/Documentation/sound/CS4232 U 2.3/Documentation/sound/ESS1868 U 2.3/Documentation/sound/ESS U 2.3/Documentation/sound/ChangeLog.multisound U 2.3/Documentation/sound/README.modules U 2.3/Documentation/sound/INSTALL.awe U 2.3/Documentation/sound/Introduction U 2.3/Documentation/sound/MAD16 U 2.3/Documentation/sound/Maestro U 2.3/Documentation/sound/MultiSound U 2.3/Documentation/sound/NM256 U 2.3/Documentation/sound/OPL3 U 2.3/Documentation/sound/OPL3-SA U 2.3/Documentation/sound/OPL3-SA2 U 2.3/Documentation/sound/Opti U 2.3/Documentation/sound/PAS16 U 2.3/Documentation/sound/PCM1-pro U 2.3/Documentation/sound/PSS U 2.3/Documentation/sound/README.OSS U 2.3/Documentation/sound/README.awe U 2.3/Documentation/sound/Soundblaster U 2.3/Documentation/sound/SoundPro U 2.3/Documentation/sound/VIA-chipset U 2.3/Documentation/sound/Tropez+ U 2.3/Documentation/sound/Wavefront U 2.3/Documentation/sound/VIBRA16 U 2.3/Documentation/sound/sonicvibes U 2.3/Documentation/sound/es1370 U 2.3/Documentation/sound/es1371 U 2.3/Documentation/sound/mwave U 2.3/Documentation/sound/solo1 U 2.3/Documentation/sound/via82cxxx.txt U 2.3/Documentation/sound/ultrasound U 2.3/Documentation/sound/README.ymfsb U 2.3/Documentation/sound/vwsnd U 2.3/Documentation/sysctl/kernel.txt U 2.3/Documentation/sysctl/README U 2.3/Documentation/sysctl/fs.txt U 2.3/Documentation/sysctl/sunrpc.txt U 2.3/Documentation/sysctl/vm.txt U 2.3/Documentation/telephony/ixj.txt U 2.3/Documentation/usb/dc2xx.txt U 2.3/Documentation/usb/CREDITS U 2.3/Documentation/usb/URB.txt U 2.3/Documentation/usb/acm.txt U 2.3/Documentation/usb/proc_usb_info.txt U 2.3/Documentation/usb/error-codes.txt U 2.3/Documentation/usb/ibmcam.txt U 2.3/Documentation/usb/input.txt U 2.3/Documentation/usb/ohci.txt U 2.3/Documentation/usb/ov511.txt U 2.3/Documentation/usb/scanner.txt U 2.3/Documentation/usb/rio.txt U 2.3/Documentation/usb/scanner-hp-sane.txt U 2.3/Documentation/usb/uhci.txt U 2.3/Documentation/usb/usb-help.txt U 2.3/Documentation/usb/usb-serial.txt U 2.3/Documentation/video4linux/CQcam.txt U 2.3/Documentation/video4linux/API.html U 2.3/Documentation/video4linux/radiotrack.txt U 2.3/Documentation/video4linux/README.buz U 2.3/Documentation/video4linux/README.cpia U 2.3/Documentation/video4linux/zr36120.txt U 2.3/Documentation/video4linux/bttv/CONTRIBUTORS U 2.3/Documentation/video4linux/bttv/CARDLIST U 2.3/Documentation/video4linux/bttv/MAKEDEV U 2.3/Documentation/video4linux/bttv/ICs U 2.3/Documentation/video4linux/bttv/Insmod-options U 2.3/Documentation/video4linux/bttv/Modules.conf U 2.3/Documentation/video4linux/bttv/PROBLEMS U 2.3/Documentation/video4linux/bttv/README U 2.3/Documentation/video4linux/bttv/README.WINVIEW U 2.3/Documentation/video4linux/bttv/Sound-FAQ U 2.3/Documentation/video4linux/bttv/THANKS U 2.3/Documentation/vm/balance U 2.3/Documentation/vm/locking U 2.3/Documentation/vm/numa U 2.3/Documentation/s390/cds.txt U 2.3/Documentation/s390/DASD U 2.3/arch/alpha/config.in U 2.3/arch/alpha/Makefile U 2.3/arch/alpha/vmlinux.lds.in U 2.3/arch/alpha/defconfig U 2.3/arch/alpha/vmlinux.lds U 2.3/arch/alpha/boot/bootloader.lds U 2.3/arch/alpha/boot/Makefile U 2.3/arch/alpha/boot/bootp.c U 2.3/arch/alpha/boot/head.S U 2.3/arch/alpha/boot/main.c U 2.3/arch/alpha/boot/tools/objstrip.c U 2.3/arch/alpha/boot/tools/mkbb.c U 2.3/arch/alpha/kernel/alpha_ksyms.c U 2.3/arch/alpha/kernel/Makefile U 2.3/arch/alpha/kernel/core_irongate.c U 2.3/arch/alpha/kernel/check_asm.c U 2.3/arch/alpha/kernel/core_apecs.c U 2.3/arch/alpha/kernel/core_cia.c U 2.3/arch/alpha/kernel/core_mcpcia.c U 2.3/arch/alpha/kernel/core_lca.c U 2.3/arch/alpha/kernel/core_polaris.c U 2.3/arch/alpha/kernel/core_t2.c U 2.3/arch/alpha/kernel/core_tsunami.c U 2.3/arch/alpha/kernel/entry.S U 2.3/arch/alpha/kernel/es1888.c U 2.3/arch/alpha/kernel/head.S U 2.3/arch/alpha/kernel/irq.c U 2.3/arch/alpha/kernel/irq_alpha.c U 2.3/arch/alpha/kernel/irq_i8259.c U 2.3/arch/alpha/kernel/irq_impl.h U 2.3/arch/alpha/kernel/irq_pyxis.c U 2.3/arch/alpha/kernel/irq_smp.c U 2.3/arch/alpha/kernel/irq_srm.c U 2.3/arch/alpha/kernel/machvec_impl.h U 2.3/arch/alpha/kernel/ns87312.c U 2.3/arch/alpha/kernel/osf_sys.c U 2.3/arch/alpha/kernel/pci.c U 2.3/arch/alpha/kernel/pci_impl.h U 2.3/arch/alpha/kernel/pci_iommu.c U 2.3/arch/alpha/kernel/process.c U 2.3/arch/alpha/kernel/proto.h U 2.3/arch/alpha/kernel/ptrace.c U 2.3/arch/alpha/kernel/semaphore.c U 2.3/arch/alpha/kernel/setup.c U 2.3/arch/alpha/kernel/signal.c U 2.3/arch/alpha/kernel/smc37c669.c U 2.3/arch/alpha/kernel/smc37c93x.c U 2.3/arch/alpha/kernel/smp.c U 2.3/arch/alpha/kernel/sys_alcor.c U 2.3/arch/alpha/kernel/sys_cabriolet.c U 2.3/arch/alpha/kernel/sys_dp264.c U 2.3/arch/alpha/kernel/sys_eb64p.c U 2.3/arch/alpha/kernel/sys_eiger.c U 2.3/arch/alpha/kernel/sys_jensen.c U 2.3/arch/alpha/kernel/sys_miata.c U 2.3/arch/alpha/kernel/sys_mikasa.c U 2.3/arch/alpha/kernel/sys_nautilus.c U 2.3/arch/alpha/kernel/sys_noritake.c U 2.3/arch/alpha/kernel/sys_rawhide.c U 2.3/arch/alpha/kernel/sys_ruffian.c U 2.3/arch/alpha/kernel/sys_rx164.c U 2.3/arch/alpha/kernel/sys_sable.c U 2.3/arch/alpha/kernel/sys_sio.c U 2.3/arch/alpha/kernel/sys_sx164.c U 2.3/arch/alpha/kernel/sys_takara.c U 2.3/arch/alpha/kernel/time.c U 2.3/arch/alpha/kernel/traps.c U 2.3/arch/alpha/kernel/console.c U 2.3/arch/alpha/kernel/core_titan.c U 2.3/arch/alpha/kernel/core_wildfire.c U 2.3/arch/alpha/kernel/sys_titan.c U 2.3/arch/alpha/kernel/sys_wildfire.c U 2.3/arch/alpha/lib/checksum.c U 2.3/arch/alpha/lib/Makefile U 2.3/arch/alpha/lib/csum_ipv6_magic.S U 2.3/arch/alpha/lib/clear_user.S U 2.3/arch/alpha/lib/copy_user.S U 2.3/arch/alpha/lib/memchr.S U 2.3/arch/alpha/lib/io.c U 2.3/arch/alpha/lib/csum_partial_copy.c U 2.3/arch/alpha/lib/divide.S U 2.3/arch/alpha/lib/fpreg.c U 2.3/arch/alpha/lib/semaphore.S U 2.3/arch/alpha/lib/memcpy.c U 2.3/arch/alpha/lib/memset.S U 2.3/arch/alpha/lib/strncpy_from_user.S U 2.3/arch/alpha/lib/srm_dispatch.S U 2.3/arch/alpha/lib/srm_fixup.S U 2.3/arch/alpha/lib/srm_printk.c U 2.3/arch/alpha/lib/srm_puts.c U 2.3/arch/alpha/lib/stackcheck.S U 2.3/arch/alpha/lib/stackkill.S U 2.3/arch/alpha/lib/stacktrace.c U 2.3/arch/alpha/lib/strcasecmp.c U 2.3/arch/alpha/lib/strcat.S U 2.3/arch/alpha/lib/strchr.S U 2.3/arch/alpha/lib/strcpy.S U 2.3/arch/alpha/lib/strlen.S U 2.3/arch/alpha/lib/strlen_user.S U 2.3/arch/alpha/lib/strncat.S U 2.3/arch/alpha/lib/strncpy.S U 2.3/arch/alpha/lib/callback_init.c U 2.3/arch/alpha/lib/strrchr.S U 2.3/arch/alpha/lib/stxcpy.S U 2.3/arch/alpha/lib/stxncpy.S U 2.3/arch/alpha/lib/callback_srm.S U 2.3/arch/alpha/math-emu/sfp-util.h U 2.3/arch/alpha/math-emu/Makefile U 2.3/arch/alpha/math-emu/math.c U 2.3/arch/alpha/mm/extable.c U 2.3/arch/alpha/mm/Makefile U 2.3/arch/alpha/mm/fault.c U 2.3/arch/alpha/mm/init.c U 2.3/arch/arm/config.in U 2.3/arch/arm/Makefile U 2.3/arch/arm/vmlinux-armo.lds.in U 2.3/arch/arm/defconfig U 2.3/arch/arm/vmlinux-armv.lds.in U 2.3/arch/arm/boot/install.sh U 2.3/arch/arm/boot/Makefile U 2.3/arch/arm/boot/compressed/Makefile.debug U 2.3/arch/arm/boot/compressed/Makefile U 2.3/arch/arm/boot/compressed/head-netwinder.S U 2.3/arch/arm/boot/compressed/head-nexuspci.S U 2.3/arch/arm/boot/compressed/head-sa1100.S U 2.3/arch/arm/boot/compressed/head.S U 2.3/arch/arm/boot/compressed/ll_char_wr.S U 2.3/arch/arm/boot/compressed/misc.c U 2.3/arch/arm/boot/compressed/vmlinux.lds.in N 2.3/arch/arm/boot/compressed/setup-sa1100.S U 2.3/arch/arm/def-configs/brutus U 2.3/arch/arm/def-configs/a5k U 2.3/arch/arm/def-configs/footbridge U 2.3/arch/arm/def-configs/ebsa110 U 2.3/arch/arm/def-configs/empeg U 2.3/arch/arm/def-configs/thinclient U 2.3/arch/arm/def-configs/rpc U 2.3/arch/arm/def-configs/graphicsclient U 2.3/arch/arm/def-configs/victor U 2.3/arch/arm/def-configs/assabet U 2.3/arch/arm/def-configs/lusl7200 U 2.3/arch/arm/def-configs/lart U 2.3/arch/arm/kernel/armksyms.c U 2.3/arch/arm/kernel/Makefile U 2.3/arch/arm/kernel/arch.c U 2.3/arch/arm/kernel/arch.h U 2.3/arch/arm/kernel/debug-armo.S U 2.3/arch/arm/kernel/arthur.c U 2.3/arch/arm/kernel/bios32.c U 2.3/arch/arm/kernel/bios32.h U 2.3/arch/arm/kernel/calls.S U 2.3/arch/arm/kernel/dma-footbridge.c U 2.3/arch/arm/kernel/debug-armv.S U 2.3/arch/arm/kernel/dec21285.c U 2.3/arch/arm/kernel/dma-a5k.c U 2.3/arch/arm/kernel/dma-arc.c U 2.3/arch/arm/kernel/dma-dummy.c U 2.3/arch/arm/kernel/entry-common.S U 2.3/arch/arm/kernel/dma-isa.c U 2.3/arch/arm/kernel/dma-isa.h U 2.3/arch/arm/kernel/dma-rpc.c U 2.3/arch/arm/kernel/dma.c U 2.3/arch/arm/kernel/dma.h U 2.3/arch/arm/kernel/ecard.c U 2.3/arch/arm/kernel/entry-armo.S U 2.3/arch/arm/kernel/entry-armv.S U 2.3/arch/arm/kernel/head-armo.S U 2.3/arch/arm/kernel/fiq.c U 2.3/arch/arm/kernel/hw-footbridge.c U 2.3/arch/arm/kernel/head-armv.S U 2.3/arch/arm/kernel/init_task.c U 2.3/arch/arm/kernel/iic.c U 2.3/arch/arm/kernel/leds-ebsa110.c U 2.3/arch/arm/kernel/ioport.c U 2.3/arch/arm/kernel/irq.c U 2.3/arch/arm/kernel/isa.c U 2.3/arch/arm/kernel/leds-footbridge.c U 2.3/arch/arm/kernel/oldlatches.c U 2.3/arch/arm/kernel/process.c U 2.3/arch/arm/kernel/ptrace.c U 2.3/arch/arm/kernel/semaphore.c U 2.3/arch/arm/kernel/setup.c U 2.3/arch/arm/kernel/signal.c U 2.3/arch/arm/kernel/sys_arm.c U 2.3/arch/arm/kernel/time-acorn.c U 2.3/arch/arm/kernel/time.c U 2.3/arch/arm/kernel/traps.c U 2.3/arch/arm/kernel/leds-sa1100.c U 2.3/arch/arm/kernel/hw-sa1100.c U 2.3/arch/arm/kernel/ptrace.h U 2.3/arch/arm/lib/backtrace.S U 2.3/arch/arm/lib/Makefile U 2.3/arch/arm/lib/csumpartial.S U 2.3/arch/arm/lib/changebit.S U 2.3/arch/arm/lib/clearbit.S U 2.3/arch/arm/lib/copy_page.S U 2.3/arch/arm/lib/csumipv6.S U 2.3/arch/arm/lib/csumpartialcopyuser.S U 2.3/arch/arm/lib/csumpartialcopy.S U 2.3/arch/arm/lib/findbit.S U 2.3/arch/arm/lib/delay.S U 2.3/arch/arm/lib/memchr.S U 2.3/arch/arm/lib/io.c U 2.3/arch/arm/lib/extractconstants.pl U 2.3/arch/arm/lib/floppydma.S U 2.3/arch/arm/lib/getconsdata.c U 2.3/arch/arm/lib/io-acorn.S U 2.3/arch/arm/lib/io-ebsa110.S U 2.3/arch/arm/lib/io-footbridge.S U 2.3/arch/arm/lib/io-shark.c U 2.3/arch/arm/lib/memzero.S U 2.3/arch/arm/lib/memcpy.S U 2.3/arch/arm/lib/memset.S U 2.3/arch/arm/lib/strrchr.S U 2.3/arch/arm/lib/setbit.S U 2.3/arch/arm/lib/strchr.S U 2.3/arch/arm/lib/testchangebit.S U 2.3/arch/arm/lib/testclearbit.S U 2.3/arch/arm/lib/testsetbit.S U 2.3/arch/arm/lib/uaccess-armo.S U 2.3/arch/arm/lib/uaccess.S U 2.3/arch/arm/mm/consistent.c U 2.3/arch/arm/mm/Makefile U 2.3/arch/arm/mm/fault-common.c U 2.3/arch/arm/mm/extable.c U 2.3/arch/arm/mm/fault-armo.c U 2.3/arch/arm/mm/fault-armv.c U 2.3/arch/arm/mm/ioremap.c U 2.3/arch/arm/mm/init.c U 2.3/arch/arm/mm/mm-armo.c U 2.3/arch/arm/mm/map.h U 2.3/arch/arm/mm/mm-clps7500.c U 2.3/arch/arm/mm/mm-armv.c U 2.3/arch/arm/mm/mm-footbridge.c U 2.3/arch/arm/mm/mm-ebsa110.c U 2.3/arch/arm/mm/mm-nexuspci.c U 2.3/arch/arm/mm/mm-rpc.c U 2.3/arch/arm/mm/mm-sa1100.c U 2.3/arch/arm/mm/mm-shark.c U 2.3/arch/arm/mm/mm-tbox.c U 2.3/arch/arm/mm/proc-arm2,3.S U 2.3/arch/arm/mm/proc-arm6,7.S U 2.3/arch/arm/mm/proc-sa110.S U 2.3/arch/arm/mm/small_page.c U 2.3/arch/arm/mm/mm-l7200.c U 2.3/arch/arm/mm/proc-arm720.S U 2.3/arch/arm/nwfpe/double_cpdo.c U 2.3/arch/arm/nwfpe/ARM-gcc.h U 2.3/arch/arm/nwfpe/ChangeLog U 2.3/arch/arm/nwfpe/Makefile U 2.3/arch/arm/nwfpe/config.h U 2.3/arch/arm/nwfpe/entry26.S U 2.3/arch/arm/nwfpe/entry.S U 2.3/arch/arm/nwfpe/softfloat-specialize U 2.3/arch/arm/nwfpe/extended_cpdo.c U 2.3/arch/arm/nwfpe/fpa11.c U 2.3/arch/arm/nwfpe/fpa11.h U 2.3/arch/arm/nwfpe/fpa11.inl U 2.3/arch/arm/nwfpe/fpa11_cpdo.c U 2.3/arch/arm/nwfpe/fpa11_cpdt.c U 2.3/arch/arm/nwfpe/fpa11_cprt.c U 2.3/arch/arm/nwfpe/fpmodule.c U 2.3/arch/arm/nwfpe/fpmodule.h U 2.3/arch/arm/nwfpe/fpmodule.inl U 2.3/arch/arm/nwfpe/fpopcode.c U 2.3/arch/arm/nwfpe/fpopcode.h U 2.3/arch/arm/nwfpe/fpsr.h U 2.3/arch/arm/nwfpe/milieu.h U 2.3/arch/arm/nwfpe/single_cpdo.c U 2.3/arch/arm/nwfpe/softfloat-macros U 2.3/arch/arm/nwfpe/softfloat.c U 2.3/arch/arm/nwfpe/softfloat.h U 2.3/arch/i386/config.in U 2.3/arch/i386/Makefile U 2.3/arch/i386/defconfig U 2.3/arch/i386/vmlinux.lds U 2.3/arch/i386/boot/bootsect.S U 2.3/arch/i386/boot/Makefile U 2.3/arch/i386/boot/install.sh U 2.3/arch/i386/boot/setup.S U 2.3/arch/i386/boot/video.S U 2.3/arch/i386/boot/compressed/Makefile U 2.3/arch/i386/boot/compressed/head.S U 2.3/arch/i386/boot/compressed/misc.c U 2.3/arch/i386/boot/tools/build.c U 2.3/arch/i386/kernel/i386_ksyms.c U 2.3/arch/i386/kernel/Makefile U 2.3/arch/i386/kernel/acpi.c U 2.3/arch/i386/kernel/apic.c U 2.3/arch/i386/kernel/apm.c U 2.3/arch/i386/kernel/entry.S U 2.3/arch/i386/kernel/head.S U 2.3/arch/i386/kernel/init_task.c U 2.3/arch/i386/kernel/i8259.c U 2.3/arch/i386/kernel/io_apic.c U 2.3/arch/i386/kernel/ioport.c U 2.3/arch/i386/kernel/irq.c U 2.3/arch/i386/kernel/ldt.c U 2.3/arch/i386/kernel/mca.c U 2.3/arch/i386/kernel/microcode.c U 2.3/arch/i386/kernel/mpparse.c U 2.3/arch/i386/kernel/mtrr.c U 2.3/arch/i386/kernel/pci-dma.c U 2.3/arch/i386/kernel/pci-i386.c U 2.3/arch/i386/kernel/pci-i386.h U 2.3/arch/i386/kernel/pci-irq.c U 2.3/arch/i386/kernel/pci-pc.c U 2.3/arch/i386/kernel/pci-visws.c U 2.3/arch/i386/kernel/process.c U 2.3/arch/i386/kernel/ptrace.c U 2.3/arch/i386/kernel/semaphore.c U 2.3/arch/i386/kernel/setup.c U 2.3/arch/i386/kernel/signal.c U 2.3/arch/i386/kernel/smp.c U 2.3/arch/i386/kernel/smpboot.c U 2.3/arch/i386/kernel/sys_i386.c U 2.3/arch/i386/kernel/time.c U 2.3/arch/i386/kernel/trampoline.S U 2.3/arch/i386/kernel/traps.c U 2.3/arch/i386/kernel/visws_apic.c U 2.3/arch/i386/kernel/vm86.c U 2.3/arch/i386/kernel/cpuid.c U 2.3/arch/i386/kernel/msr.c U 2.3/arch/i386/kernel/i387.c U 2.3/arch/i386/lib/checksum.S U 2.3/arch/i386/lib/Makefile U 2.3/arch/i386/lib/getuser.S U 2.3/arch/i386/lib/delay.c U 2.3/arch/i386/lib/old-checksum.c U 2.3/arch/i386/lib/iodebug.c U 2.3/arch/i386/lib/mmx.c U 2.3/arch/i386/lib/dec_and_lock.c U 2.3/arch/i386/lib/putuser.S U 2.3/arch/i386/lib/usercopy.c U 2.3/arch/i386/math-emu/control_w.h U 2.3/arch/i386/math-emu/Makefile U 2.3/arch/i386/math-emu/README U 2.3/arch/i386/math-emu/get_address.c U 2.3/arch/i386/math-emu/div_Xsig.S U 2.3/arch/i386/math-emu/div_small.S U 2.3/arch/i386/math-emu/errors.c U 2.3/arch/i386/math-emu/exception.h U 2.3/arch/i386/math-emu/fpu_arith.c U 2.3/arch/i386/math-emu/fpu_asm.h U 2.3/arch/i386/math-emu/fpu_aux.c U 2.3/arch/i386/math-emu/fpu_emu.h U 2.3/arch/i386/math-emu/fpu_entry.c U 2.3/arch/i386/math-emu/fpu_etc.c U 2.3/arch/i386/math-emu/fpu_proto.h U 2.3/arch/i386/math-emu/fpu_system.h U 2.3/arch/i386/math-emu/fpu_tags.c U 2.3/arch/i386/math-emu/fpu_trig.c U 2.3/arch/i386/math-emu/polynom_Xsig.S U 2.3/arch/i386/math-emu/load_store.c U 2.3/arch/i386/math-emu/mul_Xsig.S U 2.3/arch/i386/math-emu/poly.h U 2.3/arch/i386/math-emu/poly_2xm1.c U 2.3/arch/i386/math-emu/poly_atan.c U 2.3/arch/i386/math-emu/poly_l2.c U 2.3/arch/i386/math-emu/poly_sin.c U 2.3/arch/i386/math-emu/poly_tan.c U 2.3/arch/i386/math-emu/reg_add_sub.c U 2.3/arch/i386/math-emu/reg_compare.c U 2.3/arch/i386/math-emu/reg_constant.c U 2.3/arch/i386/math-emu/reg_constant.h U 2.3/arch/i386/math-emu/reg_convert.c U 2.3/arch/i386/math-emu/reg_divide.c U 2.3/arch/i386/math-emu/reg_ld_str.c U 2.3/arch/i386/math-emu/reg_mul.c U 2.3/arch/i386/math-emu/reg_norm.S U 2.3/arch/i386/math-emu/reg_round.S U 2.3/arch/i386/math-emu/reg_u_add.S U 2.3/arch/i386/math-emu/reg_u_div.S U 2.3/arch/i386/math-emu/reg_u_mul.S U 2.3/arch/i386/math-emu/reg_u_sub.S U 2.3/arch/i386/math-emu/round_Xsig.S U 2.3/arch/i386/math-emu/shr_Xsig.S U 2.3/arch/i386/math-emu/status_w.h U 2.3/arch/i386/math-emu/version.h U 2.3/arch/i386/math-emu/wm_shrx.S U 2.3/arch/i386/math-emu/wm_sqrt.S U 2.3/arch/i386/mm/extable.c U 2.3/arch/i386/mm/Makefile U 2.3/arch/i386/mm/ioremap.c U 2.3/arch/i386/mm/fault.c U 2.3/arch/i386/mm/init.c U 2.3/arch/ia64/config.in U 2.3/arch/ia64/Makefile U 2.3/arch/ia64/vmlinux.lds.S U 2.3/arch/ia64/defconfig U 2.3/arch/ia64/boot/bootloader.c U 2.3/arch/ia64/boot/Makefile U 2.3/arch/ia64/boot/bootloader.lds U 2.3/arch/ia64/dig/iosapic.c U 2.3/arch/ia64/dig/Makefile U 2.3/arch/ia64/dig/machvec.c U 2.3/arch/ia64/dig/setup.c U 2.3/arch/ia64/hp/hpsim_console.c U 2.3/arch/ia64/hp/Makefile U 2.3/arch/ia64/hp/hpsim_machvec.c U 2.3/arch/ia64/hp/hpsim_irq.c U 2.3/arch/ia64/hp/hpsim_setup.c U 2.3/arch/ia64/hp/hpsim_ssc.h U 2.3/arch/ia64/ia32/binfmt_elf32.c U 2.3/arch/ia64/ia32/Makefile U 2.3/arch/ia64/ia32/ia32_signal.c U 2.3/arch/ia64/ia32/ia32_entry.S U 2.3/arch/ia64/ia32/ia32_support.c U 2.3/arch/ia64/ia32/sys_ia32.c U 2.3/arch/ia64/ia32/ia32_traps.c N 2.3/arch/ia64/ia32/ia32_ioctl.c U 2.3/arch/ia64/kdb/kdb_traps.c U 2.3/arch/ia64/kdb/Makefile U 2.3/arch/ia64/kdb/kdb_bt.c U 2.3/arch/ia64/kdb/kdb_io.c U 2.3/arch/ia64/kdb/kdbsupport.c U 2.3/arch/ia64/kdb/pc_keyb.h U 2.3/arch/ia64/kernel/efi_stub.S U 2.3/arch/ia64/kernel/Makefile U 2.3/arch/ia64/kernel/acpi.c U 2.3/arch/ia64/kernel/efi.c U 2.3/arch/ia64/kernel/init_task.c U 2.3/arch/ia64/kernel/entry.S U 2.3/arch/ia64/kernel/entry.h U 2.3/arch/ia64/kernel/fw-emu.c U 2.3/arch/ia64/kernel/gate.S U 2.3/arch/ia64/kernel/head.S U 2.3/arch/ia64/kernel/irq_ia64.c U 2.3/arch/ia64/kernel/irq.c U 2.3/arch/ia64/kernel/irq_internal.c U 2.3/arch/ia64/kernel/irq_lock.c U 2.3/arch/ia64/kernel/ivt.S U 2.3/arch/ia64/kernel/machvec.c U 2.3/arch/ia64/kernel/mca.c U 2.3/arch/ia64/kernel/mca_asm.S U 2.3/arch/ia64/kernel/pal.S U 2.3/arch/ia64/kernel/pci-dma.c U 2.3/arch/ia64/kernel/pci.c U 2.3/arch/ia64/kernel/perfmon.c U 2.3/arch/ia64/kernel/process.c U 2.3/arch/ia64/kernel/ptrace.c U 2.3/arch/ia64/kernel/sal.c U 2.3/arch/ia64/kernel/sal_stub.S U 2.3/arch/ia64/kernel/semaphore.c U 2.3/arch/ia64/kernel/setup.c U 2.3/arch/ia64/kernel/signal.c U 2.3/arch/ia64/kernel/smp.c U 2.3/arch/ia64/kernel/sys_ia64.c U 2.3/arch/ia64/kernel/time.c U 2.3/arch/ia64/kernel/traps.c U 2.3/arch/ia64/kernel/unaligned.c U 2.3/arch/ia64/kernel/unwind.c U 2.3/arch/ia64/kernel/irq_sapic.c U 2.3/arch/ia64/kernel/minstate.h U 2.3/arch/ia64/kernel/smpboot.c U 2.3/arch/ia64/kernel/brl_emu.c U 2.3/arch/ia64/kernel/ia64_ksyms.c U 2.3/arch/ia64/kernel/palinfo.c U 2.3/arch/ia64/kernel/unwind_decoder.c U 2.3/arch/ia64/kernel/unwind_i.h U 2.3/arch/ia64/lib/checksum.c U 2.3/arch/ia64/lib/Makefile U 2.3/arch/ia64/lib/csum_partial_copy.c U 2.3/arch/ia64/lib/clear_page.S U 2.3/arch/ia64/lib/clear_user.S U 2.3/arch/ia64/lib/copy_page.S U 2.3/arch/ia64/lib/copy_user.S U 2.3/arch/ia64/lib/strlen_user.S U 2.3/arch/ia64/lib/do_csum.S U 2.3/arch/ia64/lib/flush.S U 2.3/arch/ia64/lib/idiv.S U 2.3/arch/ia64/lib/memset.S U 2.3/arch/ia64/lib/strlen.S N 2.3/arch/ia64/lib/memcpy.S U 2.3/arch/ia64/lib/io.c U 2.3/arch/ia64/lib/strncpy_from_user.S U 2.3/arch/ia64/lib/strnlen_user.S U 2.3/arch/ia64/mm/extable.c U 2.3/arch/ia64/mm/Makefile U 2.3/arch/ia64/mm/fault.c U 2.3/arch/ia64/mm/init.c U 2.3/arch/ia64/mm/tlb.c U 2.3/arch/ia64/sn/Makefile U 2.3/arch/ia64/sn/sn1/machvec.c U 2.3/arch/ia64/sn/sn1/Makefile U 2.3/arch/ia64/sn/sn1/irq.c U 2.3/arch/ia64/sn/sn1/setup.c U 2.3/arch/ia64/tools/print_offsets.c U 2.3/arch/ia64/tools/Makefile U 2.3/arch/ia64/tools/print_offsets.awk U 2.3/arch/m68k/config.in U 2.3/arch/m68k/Makefile U 2.3/arch/m68k/vmlinux-sun3.lds U 2.3/arch/m68k/defconfig U 2.3/arch/m68k/vmlinux.lds U 2.3/arch/m68k/amiga/amiga_ksyms.c U 2.3/arch/m68k/amiga/Makefile U 2.3/arch/m68k/amiga/amiints.c C 2.3/arch/m68k/amiga/amisound.c U 2.3/arch/m68k/amiga/chipram.c U 2.3/arch/m68k/amiga/cia.c U 2.3/arch/m68k/amiga/config.c U 2.3/arch/m68k/amiga/pcmcia.c U 2.3/arch/m68k/apollo/dn_debug.c U 2.3/arch/m68k/apollo/Makefile U 2.3/arch/m68k/apollo/config.c U 2.3/arch/m68k/apollo/dma.c U 2.3/arch/m68k/apollo/dn_ints.c U 2.3/arch/m68k/atari/ataints.c U 2.3/arch/m68k/atari/Makefile U 2.3/arch/m68k/atari/atari_ksyms.c U 2.3/arch/m68k/atari/atakeyb.c U 2.3/arch/m68k/atari/atasound.c U 2.3/arch/m68k/atari/atasound.h U 2.3/arch/m68k/atari/config.c U 2.3/arch/m68k/atari/debug.c U 2.3/arch/m68k/atari/hades-pci.c U 2.3/arch/m68k/atari/joystick.c U 2.3/arch/m68k/atari/stdma.c U 2.3/arch/m68k/atari/stram.c U 2.3/arch/m68k/atari/time.c U 2.3/arch/m68k/bvme6000/bvmeints.c U 2.3/arch/m68k/bvme6000/Makefile U 2.3/arch/m68k/bvme6000/config.c U 2.3/arch/m68k/bvme6000/rtc.c U 2.3/arch/m68k/fpsp040/do_func.S U 2.3/arch/m68k/fpsp040/Makefile U 2.3/arch/m68k/fpsp040/README U 2.3/arch/m68k/fpsp040/bindec.S U 2.3/arch/m68k/fpsp040/binstr.S U 2.3/arch/m68k/fpsp040/bugfix.S U 2.3/arch/m68k/fpsp040/decbin.S U 2.3/arch/m68k/fpsp040/gen_except.S U 2.3/arch/m68k/fpsp040/fpsp.h U 2.3/arch/m68k/fpsp040/kernel_ex.S U 2.3/arch/m68k/fpsp040/get_op.S U 2.3/arch/m68k/fpsp040/res_func.S U 2.3/arch/m68k/fpsp040/round.S U 2.3/arch/m68k/fpsp040/sacos.S U 2.3/arch/m68k/fpsp040/sasin.S U 2.3/arch/m68k/fpsp040/satan.S U 2.3/arch/m68k/fpsp040/satanh.S U 2.3/arch/m68k/fpsp040/scale.S U 2.3/arch/m68k/fpsp040/scosh.S U 2.3/arch/m68k/fpsp040/setox.S U 2.3/arch/m68k/fpsp040/sgetem.S U 2.3/arch/m68k/fpsp040/sint.S U 2.3/arch/m68k/fpsp040/skeleton.S U 2.3/arch/m68k/fpsp040/slog2.S U 2.3/arch/m68k/fpsp040/slogn.S U 2.3/arch/m68k/fpsp040/smovecr.S U 2.3/arch/m68k/fpsp040/srem_mod.S U 2.3/arch/m68k/fpsp040/ssin.S U 2.3/arch/m68k/fpsp040/ssinh.S U 2.3/arch/m68k/fpsp040/stan.S U 2.3/arch/m68k/fpsp040/stanh.S U 2.3/arch/m68k/fpsp040/sto_res.S U 2.3/arch/m68k/fpsp040/stwotox.S U 2.3/arch/m68k/fpsp040/tbldo.S U 2.3/arch/m68k/fpsp040/util.S U 2.3/arch/m68k/fpsp040/x_bsun.S U 2.3/arch/m68k/fpsp040/x_fline.S U 2.3/arch/m68k/fpsp040/x_operr.S U 2.3/arch/m68k/fpsp040/x_ovfl.S U 2.3/arch/m68k/fpsp040/x_snan.S U 2.3/arch/m68k/fpsp040/x_store.S U 2.3/arch/m68k/fpsp040/x_unfl.S U 2.3/arch/m68k/fpsp040/x_unimp.S U 2.3/arch/m68k/fpsp040/x_unsupp.S U 2.3/arch/m68k/hp300/README.hp300 U 2.3/arch/m68k/hp300/Makefile U 2.3/arch/m68k/hp300/hp300map.map U 2.3/arch/m68k/hp300/config.c U 2.3/arch/m68k/hp300/hil.c U 2.3/arch/m68k/hp300/ints.c U 2.3/arch/m68k/hp300/ints.h U 2.3/arch/m68k/hp300/ksyms.c U 2.3/arch/m68k/hp300/reboot.S U 2.3/arch/m68k/hp300/time.c U 2.3/arch/m68k/hp300/time.h U 2.3/arch/m68k/ifpsp060/fplsp.doc U 2.3/arch/m68k/ifpsp060/CHANGES U 2.3/arch/m68k/ifpsp060/MISC U 2.3/arch/m68k/ifpsp060/Makefile U 2.3/arch/m68k/ifpsp060/README U 2.3/arch/m68k/ifpsp060/TEST.DOC U 2.3/arch/m68k/ifpsp060/fskeleton.S U 2.3/arch/m68k/ifpsp060/fplsp.sa U 2.3/arch/m68k/ifpsp060/fpsp.doc U 2.3/arch/m68k/ifpsp060/fpsp.sa U 2.3/arch/m68k/ifpsp060/iskeleton.S U 2.3/arch/m68k/ifpsp060/ftest.sa U 2.3/arch/m68k/ifpsp060/ilsp.doc U 2.3/arch/m68k/ifpsp060/ilsp.sa U 2.3/arch/m68k/ifpsp060/isp.doc U 2.3/arch/m68k/ifpsp060/isp.sa U 2.3/arch/m68k/ifpsp060/itest.sa U 2.3/arch/m68k/ifpsp060/os.S U 2.3/arch/m68k/ifpsp060/pfpsp.sa U 2.3/arch/m68k/kernel/m68k_defs.c U 2.3/arch/m68k/kernel/Makefile U 2.3/arch/m68k/kernel/bios32.c U 2.3/arch/m68k/kernel/entry.S U 2.3/arch/m68k/kernel/head.S U 2.3/arch/m68k/kernel/ints.c U 2.3/arch/m68k/kernel/m68k_defs.head U 2.3/arch/m68k/kernel/m68k_defs.h U 2.3/arch/m68k/kernel/m68k_ksyms.c U 2.3/arch/m68k/kernel/process.c U 2.3/arch/m68k/kernel/ptrace.c U 2.3/arch/m68k/kernel/semaphore.c U 2.3/arch/m68k/kernel/setup.c U 2.3/arch/m68k/kernel/signal.c U 2.3/arch/m68k/kernel/sun3-head.S U 2.3/arch/m68k/kernel/sys_m68k.c U 2.3/arch/m68k/kernel/time.c U 2.3/arch/m68k/kernel/traps.c U 2.3/arch/m68k/lib/ashrdi3.c U 2.3/arch/m68k/lib/Makefile U 2.3/arch/m68k/lib/checksum.c U 2.3/arch/m68k/lib/lshrdi3.c U 2.3/arch/m68k/lib/memcmp.c U 2.3/arch/m68k/lib/memcpy.c U 2.3/arch/m68k/lib/memset.c U 2.3/arch/m68k/lib/semaphore.S U 2.3/arch/m68k/mac/bootparse.c U 2.3/arch/m68k/mac/Makefile U 2.3/arch/m68k/mac/baboon.c U 2.3/arch/m68k/mac/mac_ksyms.c U 2.3/arch/m68k/mac/config.c U 2.3/arch/m68k/mac/debug.c U 2.3/arch/m68k/mac/iop.c U 2.3/arch/m68k/mac/mac_penguin.S U 2.3/arch/m68k/mac/macboing.c U 2.3/arch/m68k/mac/macints.c U 2.3/arch/m68k/mac/misc.c U 2.3/arch/m68k/mac/oss.c U 2.3/arch/m68k/mac/psc.c U 2.3/arch/m68k/mac/via.c U 2.3/arch/m68k/math-emu/fp_arith.c U 2.3/arch/m68k/math-emu/Makefile U 2.3/arch/m68k/math-emu/multi_arith.h U 2.3/arch/m68k/math-emu/fp_arith.h U 2.3/arch/m68k/math-emu/fp_cond.S U 2.3/arch/m68k/math-emu/fp_decode.h U 2.3/arch/m68k/math-emu/fp_emu.h U 2.3/arch/m68k/math-emu/fp_entry.S U 2.3/arch/m68k/math-emu/fp_log.c U 2.3/arch/m68k/math-emu/fp_move.S U 2.3/arch/m68k/math-emu/fp_movem.S U 2.3/arch/m68k/math-emu/fp_scan.S U 2.3/arch/m68k/math-emu/fp_trig.c U 2.3/arch/m68k/math-emu/fp_trig.h U 2.3/arch/m68k/math-emu/fp_util.S U 2.3/arch/m68k/mm/extable.c U 2.3/arch/m68k/mm/Makefile U 2.3/arch/m68k/mm/motorola.c U 2.3/arch/m68k/mm/fault.c U 2.3/arch/m68k/mm/hwtest.c U 2.3/arch/m68k/mm/init.c U 2.3/arch/m68k/mm/kmap.c U 2.3/arch/m68k/mm/memory.c U 2.3/arch/m68k/mm/sun3mmu.c U 2.3/arch/m68k/mvme147/147ints.c U 2.3/arch/m68k/mvme147/Makefile U 2.3/arch/m68k/mvme147/config.c U 2.3/arch/m68k/mvme16x/mvme16x_ksyms.c U 2.3/arch/m68k/mvme16x/16xints.c U 2.3/arch/m68k/mvme16x/Makefile U 2.3/arch/m68k/mvme16x/config.c U 2.3/arch/m68k/mvme16x/rtc.c U 2.3/arch/m68k/q40/q40ints.c U 2.3/arch/m68k/q40/Makefile U 2.3/arch/m68k/q40/README U 2.3/arch/m68k/q40/config.c U 2.3/arch/m68k/sun3/intersil.c U 2.3/arch/m68k/sun3/Makefile U 2.3/arch/m68k/sun3/config.c U 2.3/arch/m68k/sun3/dvma.c U 2.3/arch/m68k/sun3/idprom.c U 2.3/arch/m68k/sun3/mmu_emu.c U 2.3/arch/m68k/sun3/leds.c U 2.3/arch/m68k/sun3/sun3_ksyms.c U 2.3/arch/m68k/sun3/sbus.c U 2.3/arch/m68k/sun3/sun3ints.c U 2.3/arch/m68k/sun3/prom/console.c U 2.3/arch/m68k/sun3/prom/Makefile U 2.3/arch/m68k/sun3/prom/init.c U 2.3/arch/m68k/sun3/prom/misc.c U 2.3/arch/m68k/sun3/prom/printf.c U 2.3/arch/m68k/sun3x/Makefile U 2.3/arch/m68k/sun3x/config.c U 2.3/arch/m68k/sun3x/dvma.c U 2.3/arch/m68k/sun3x/sbus.c U 2.3/arch/m68k/sun3x/time.c U 2.3/arch/m68k/sun3x/time.h U 2.3/arch/m68k/tools/amiga/Makefile U 2.3/arch/m68k/tools/amiga/dmesg.c U 2.3/arch/mips/config.in U 2.3/arch/mips/.gdbinit U 2.3/arch/mips/Makefile U 2.3/arch/mips/defconfig-decstation U 2.3/arch/mips/defconfig U 2.3/arch/mips/defconfig-ip22 U 2.3/arch/mips/ld.script.big U 2.3/arch/mips/ld.script.little U 2.3/arch/mips/defconfig-cobalt U 2.3/arch/mips/defconfig-rm200 U 2.3/arch/mips/defconfig-orion U 2.3/arch/mips/algor/README U 2.3/arch/mips/arc/cmdline.c U 2.3/arch/mips/arc/Makefile U 2.3/arch/mips/arc/console.c U 2.3/arch/mips/arc/env.c U 2.3/arch/mips/arc/file.c U 2.3/arch/mips/arc/identify.c U 2.3/arch/mips/arc/init.c U 2.3/arch/mips/arc/memory.c U 2.3/arch/mips/arc/misc.c U 2.3/arch/mips/arc/printf.c U 2.3/arch/mips/arc/salone.c U 2.3/arch/mips/arc/time.c U 2.3/arch/mips/arc/tree.c U 2.3/arch/mips/baget/bagetIRQ.S U 2.3/arch/mips/baget/Makefile U 2.3/arch/mips/baget/baget.c U 2.3/arch/mips/baget/balo_supp.S U 2.3/arch/mips/baget/balo.c U 2.3/arch/mips/baget/ld.script.balo U 2.3/arch/mips/baget/irq.c U 2.3/arch/mips/baget/vacserial.c U 2.3/arch/mips/baget/print.c U 2.3/arch/mips/baget/reset.c U 2.3/arch/mips/baget/setup.c U 2.3/arch/mips/baget/time.c U 2.3/arch/mips/baget/wbflush.c U 2.3/arch/mips/baget/prom/Makefile U 2.3/arch/mips/baget/prom/init.c U 2.3/arch/mips/boot/addinitrd.c U 2.3/arch/mips/boot/Makefile U 2.3/arch/mips/boot/elf2ecoff.c U 2.3/arch/mips/boot/ecoff.h U 2.3/arch/mips/boot/mkboot.c U 2.3/arch/mips/ddb5074/int-handler.S U 2.3/arch/mips/ddb5074/Makefile U 2.3/arch/mips/ddb5074/pci-dma.c U 2.3/arch/mips/ddb5074/irq.c U 2.3/arch/mips/ddb5074/nile4.c U 2.3/arch/mips/ddb5074/pci.c U 2.3/arch/mips/ddb5074/prom.c U 2.3/arch/mips/ddb5074/setup.c U 2.3/arch/mips/ddb5074/time.c U 2.3/arch/mips/dec/int-handler.S U 2.3/arch/mips/dec/Makefile U 2.3/arch/mips/dec/promcon.c U 2.3/arch/mips/dec/irq.c U 2.3/arch/mips/dec/rtc-dec.c U 2.3/arch/mips/dec/reset.c U 2.3/arch/mips/dec/wbflush.c U 2.3/arch/mips/dec/serial.c U 2.3/arch/mips/dec/setup.c U 2.3/arch/mips/dec/time.c U 2.3/arch/mips/dec/boot/decstation.c U 2.3/arch/mips/dec/boot/Makefile U 2.3/arch/mips/dec/boot/ld.ecoff U 2.3/arch/mips/dec/prom/cmdline.c U 2.3/arch/mips/dec/prom/Makefile U 2.3/arch/mips/dec/prom/dectypes.h U 2.3/arch/mips/dec/prom/identify.c U 2.3/arch/mips/dec/prom/init.c U 2.3/arch/mips/dec/prom/locore.S U 2.3/arch/mips/dec/prom/memory.c U 2.3/arch/mips/dec/prom/prom.h U 2.3/arch/mips/jazz/floppy-jazz.c U 2.3/arch/mips/jazz/Makefile U 2.3/arch/mips/jazz/jazzdma.c U 2.3/arch/mips/jazz/io.c U 2.3/arch/mips/jazz/int-handler.S U 2.3/arch/mips/jazz/kbd-jazz.c U 2.3/arch/mips/jazz/reset.c U 2.3/arch/mips/jazz/rtc-jazz.c U 2.3/arch/mips/jazz/setup.c U 2.3/arch/mips/kernel/gdb-low.S U 2.3/arch/mips/kernel/Makefile U 2.3/arch/mips/kernel/branch.c U 2.3/arch/mips/kernel/entry.S U 2.3/arch/mips/kernel/fpe.c U 2.3/arch/mips/kernel/r2300_switch.S U 2.3/arch/mips/kernel/gdb-stub.c U 2.3/arch/mips/kernel/head.S U 2.3/arch/mips/kernel/init_task.c U 2.3/arch/mips/kernel/ioport.c U 2.3/arch/mips/kernel/ipc.c U 2.3/arch/mips/kernel/irix5sys.h U 2.3/arch/mips/kernel/irixelf.c U 2.3/arch/mips/kernel/irixinv.c U 2.3/arch/mips/kernel/irixioctl.c U 2.3/arch/mips/kernel/irixsig.c U 2.3/arch/mips/kernel/irq.c U 2.3/arch/mips/kernel/mips_ksyms.c U 2.3/arch/mips/kernel/proc.c U 2.3/arch/mips/kernel/process.c U 2.3/arch/mips/kernel/ptrace.c U 2.3/arch/mips/kernel/r2300_fpu.S U 2.3/arch/mips/kernel/r2300_misc.S U 2.3/arch/mips/kernel/r4k_fpu.S U 2.3/arch/mips/kernel/r4k_misc.S U 2.3/arch/mips/kernel/r4k_switch.S U 2.3/arch/mips/kernel/r6000_fpu.S U 2.3/arch/mips/kernel/reset.c U 2.3/arch/mips/kernel/scall_o32.S U 2.3/arch/mips/kernel/semaphore.c U 2.3/arch/mips/kernel/setup.c U 2.3/arch/mips/kernel/signal.c U 2.3/arch/mips/kernel/softfp.S U 2.3/arch/mips/kernel/syscall.c U 2.3/arch/mips/kernel/syscalls.h U 2.3/arch/mips/kernel/sysirix.c U 2.3/arch/mips/kernel/sysmips.c U 2.3/arch/mips/kernel/time.c U 2.3/arch/mips/kernel/traps.c U 2.3/arch/mips/kernel/unaligned.c U 2.3/arch/mips/kernel/vm86.c U 2.3/arch/mips/lib/csum_partial.S U 2.3/arch/mips/lib/Makefile U 2.3/arch/mips/lib/csum_partial_copy.c U 2.3/arch/mips/lib/dump_tlb.c U 2.3/arch/mips/lib/floppy-no.c U 2.3/arch/mips/lib/floppy-std.c U 2.3/arch/mips/lib/ide-no.c U 2.3/arch/mips/lib/ide-std.c U 2.3/arch/mips/lib/kbd-no.c U 2.3/arch/mips/lib/kbd-std.c U 2.3/arch/mips/lib/memcpy.S U 2.3/arch/mips/lib/memset.S U 2.3/arch/mips/lib/r3k_dump_tlb.c U 2.3/arch/mips/lib/rtc-no.c U 2.3/arch/mips/lib/rtc-std.c U 2.3/arch/mips/lib/strlen_user.S U 2.3/arch/mips/lib/strncpy_user.S U 2.3/arch/mips/lib/strnlen_user.S U 2.3/arch/mips/lib/tinycon.c U 2.3/arch/mips/lib/watch.S U 2.3/arch/mips/mm/extable.c U 2.3/arch/mips/mm/Makefile U 2.3/arch/mips/mm/andes.c U 2.3/arch/mips/mm/loadmmu.c U 2.3/arch/mips/mm/fault.c U 2.3/arch/mips/mm/init.c U 2.3/arch/mips/mm/r2300.c U 2.3/arch/mips/mm/r4xx0.c U 2.3/arch/mips/mm/umap.c U 2.3/arch/mips/sgi/kernel/indyIRQ.S U 2.3/arch/mips/sgi/kernel/Makefile U 2.3/arch/mips/sgi/kernel/indy_hpc.c U 2.3/arch/mips/sgi/kernel/indy_int.c U 2.3/arch/mips/sgi/kernel/indy_mc.c U 2.3/arch/mips/sgi/kernel/indy_rtc.c U 2.3/arch/mips/sgi/kernel/indy_sc.c U 2.3/arch/mips/sgi/kernel/indy_timer.c U 2.3/arch/mips/sgi/kernel/promcon.c U 2.3/arch/mips/sgi/kernel/reset.c U 2.3/arch/mips/sgi/kernel/setup.c U 2.3/arch/mips/sgi/kernel/system.c U 2.3/arch/mips/sgi/kernel/time.c U 2.3/arch/mips/sni/int-handler.S U 2.3/arch/mips/sni/Makefile U 2.3/arch/mips/sni/dma.c U 2.3/arch/mips/sni/pci.c U 2.3/arch/mips/sni/io.c U 2.3/arch/mips/sni/pcimt_scache.c U 2.3/arch/mips/sni/reset.c U 2.3/arch/mips/sni/setup.c U 2.3/arch/mips/tools/Makefile U 2.3/arch/mips/tools/offset.c U 2.3/arch/mips/cobalt/cobaltscc.c U 2.3/arch/mips/cobalt/Makefile U 2.3/arch/mips/cobalt/int-handler.S U 2.3/arch/mips/cobalt/diagdefs.h U 2.3/arch/mips/cobalt/hw-access.c U 2.3/arch/mips/cobalt/pci.c U 2.3/arch/mips/cobalt/reset.c U 2.3/arch/mips/cobalt/serial.h U 2.3/arch/mips/cobalt/setup.c U 2.3/arch/mips/cobalt/via.c U 2.3/arch/mips/cobalt/z8530.h U 2.3/arch/mips/orion/int-handler.S U 2.3/arch/mips/orion/Makefile U 2.3/arch/mips/orion/ld.script.orion U 2.3/arch/mips/orion/irq.c U 2.3/arch/mips/orion/no_initrd.c U 2.3/arch/mips/orion/misc.c U 2.3/arch/mips/orion/piggyback.c U 2.3/arch/mips/orion/promcon.c U 2.3/arch/mips/orion/setup.c U 2.3/arch/mips64/config.in U 2.3/arch/mips64/Makefile U 2.3/arch/mips64/defconfig-ip22 U 2.3/arch/mips64/defconfig U 2.3/arch/mips64/defconfig-ip27 U 2.3/arch/mips64/ld.script.elf32 U 2.3/arch/mips64/ld.script.elf64 U 2.3/arch/mips64/arc/cmdline.c U 2.3/arch/mips64/arc/Makefile U 2.3/arch/mips64/arc/console.c U 2.3/arch/mips64/arc/env.c U 2.3/arch/mips64/arc/file.c U 2.3/arch/mips64/arc/identify.c U 2.3/arch/mips64/arc/init.c U 2.3/arch/mips64/arc/memory.c U 2.3/arch/mips64/arc/misc.c U 2.3/arch/mips64/arc/printf.c U 2.3/arch/mips64/arc/salone.c U 2.3/arch/mips64/arc/time.c U 2.3/arch/mips64/arc/tree.c U 2.3/arch/mips64/boot/Makefile U 2.3/arch/mips64/kernel/binfmt_elf32.c U 2.3/arch/mips64/kernel/Makefile U 2.3/arch/mips64/kernel/init_task.c U 2.3/arch/mips64/kernel/branch.c U 2.3/arch/mips64/kernel/entry.S U 2.3/arch/mips64/kernel/head.S U 2.3/arch/mips64/kernel/mips64_ksyms.c U 2.3/arch/mips64/kernel/linux32.c U 2.3/arch/mips64/kernel/process.c U 2.3/arch/mips64/kernel/proc.c U 2.3/arch/mips64/kernel/r4k_cache.S U 2.3/arch/mips64/kernel/ptrace.c U 2.3/arch/mips64/kernel/r4k_tlb_debug.c U 2.3/arch/mips64/kernel/r4k_fpu.S U 2.3/arch/mips64/kernel/r4k_genex.S U 2.3/arch/mips64/kernel/r4k_switch.S U 2.3/arch/mips64/kernel/r4k_tlb_glue.S U 2.3/arch/mips64/kernel/scall_64.S U 2.3/arch/mips64/kernel/scall_o32.S U 2.3/arch/mips64/kernel/semaphore.c U 2.3/arch/mips64/kernel/setup.c U 2.3/arch/mips64/kernel/signal.c U 2.3/arch/mips64/kernel/signal32.c U 2.3/arch/mips64/kernel/softfp.S U 2.3/arch/mips64/kernel/syscall.c U 2.3/arch/mips64/kernel/traps.c U 2.3/arch/mips64/kernel/unaligned.c U 2.3/arch/mips64/kernel/ioctl32.c U 2.3/arch/mips64/kernel/smp.c U 2.3/arch/mips64/kernel/r4k_tlb.S U 2.3/arch/mips64/lib/csum_partial.S U 2.3/arch/mips64/lib/Makefile U 2.3/arch/mips64/lib/csum_partial_copy.c U 2.3/arch/mips64/lib/dump_tlb.c U 2.3/arch/mips64/lib/floppy-no.c U 2.3/arch/mips64/lib/floppy-std.c U 2.3/arch/mips64/lib/ide-no.c U 2.3/arch/mips64/lib/ide-std.c U 2.3/arch/mips64/lib/kbd-no.c U 2.3/arch/mips64/lib/kbd-std.c U 2.3/arch/mips64/lib/memcpy.S U 2.3/arch/mips64/lib/memset.S U 2.3/arch/mips64/lib/rtc-no.c U 2.3/arch/mips64/lib/rtc-std.c U 2.3/arch/mips64/lib/strlen_user.S U 2.3/arch/mips64/lib/strncpy_user.S U 2.3/arch/mips64/lib/strnlen_user.S U 2.3/arch/mips64/lib/watch.S U 2.3/arch/mips64/mm/extable.c U 2.3/arch/mips64/mm/Makefile U 2.3/arch/mips64/mm/andes.c U 2.3/arch/mips64/mm/loadmmu.c U 2.3/arch/mips64/mm/fault.c U 2.3/arch/mips64/mm/init.c U 2.3/arch/mips64/mm/r4xx0.c U 2.3/arch/mips64/mm/umap.c U 2.3/arch/mips64/sgi-ip22/ip22-berr.c U 2.3/arch/mips64/sgi-ip22/Makefile U 2.3/arch/mips64/sgi-ip22/ip22-hpc.c U 2.3/arch/mips64/sgi-ip22/ip22-int.c U 2.3/arch/mips64/sgi-ip22/ip22-irq.S U 2.3/arch/mips64/sgi-ip22/ip22-mc.c U 2.3/arch/mips64/sgi-ip22/ip22-reset.c U 2.3/arch/mips64/sgi-ip22/ip22-rtc.c U 2.3/arch/mips64/sgi-ip22/ip22-sc.c U 2.3/arch/mips64/sgi-ip22/ip22-setup.c U 2.3/arch/mips64/sgi-ip22/ip22-timer.c U 2.3/arch/mips64/sgi-ip22/system.c U 2.3/arch/mips64/sgi-ip22/time.c U 2.3/arch/mips64/sgi-ip27/ip27-berr.c U 2.3/arch/mips64/sgi-ip27/Makefile U 2.3/arch/mips64/sgi-ip27/TODO U 2.3/arch/mips64/sgi-ip27/ip27-irq-glue.S U 2.3/arch/mips64/sgi-ip27/ip27-init.c U 2.3/arch/mips64/sgi-ip27/ip27-klconfig.c U 2.3/arch/mips64/sgi-ip27/ip27-irq.c U 2.3/arch/mips64/sgi-ip27/ip27-memory.c U 2.3/arch/mips64/sgi-ip27/ip27-pci-dma.c U 2.3/arch/mips64/sgi-ip27/ip27-pci.c U 2.3/arch/mips64/sgi-ip27/ip27-reset.c U 2.3/arch/mips64/sgi-ip27/ip27-rtc.c U 2.3/arch/mips64/sgi-ip27/ip27-setup.c U 2.3/arch/mips64/sgi-ip27/ip27-timer.c U 2.3/arch/mips64/sgi-ip27/ip27-nmi.c U 2.3/arch/mips64/sgi-ip27/ip27-klnuma.c U 2.3/arch/mips64/tools/Makefile U 2.3/arch/mips64/tools/offset.c C 2.3/arch/ppc/config.in U 2.3/arch/ppc/Makefile U 2.3/arch/ppc/defconfig U 2.3/arch/ppc/vmlinux.lds U 2.3/arch/ppc/8xx_io/Config.in U 2.3/arch/ppc/8xx_io/Makefile U 2.3/arch/ppc/8xx_io/commproc.c U 2.3/arch/ppc/8xx_io/commproc.h U 2.3/arch/ppc/8xx_io/enet.c U 2.3/arch/ppc/8xx_io/fec.c U 2.3/arch/ppc/8xx_io/uart.c U 2.3/arch/ppc/amiga/amiga_ksyms.c U 2.3/arch/ppc/amiga/Makefile U 2.3/arch/ppc/amiga/amiints.c U 2.3/arch/ppc/amiga/amisound.c U 2.3/arch/ppc/amiga/bootinfo.c U 2.3/arch/ppc/amiga/chipram.c U 2.3/arch/ppc/amiga/cia.c U 2.3/arch/ppc/amiga/config.c U 2.3/arch/ppc/amiga/ints.c U 2.3/arch/ppc/amiga/pcmcia.c U 2.3/arch/ppc/amiga/time.c U 2.3/arch/ppc/boot/iso_font.h U 2.3/arch/ppc/boot/Makefile U 2.3/arch/ppc/boot/head.S U 2.3/arch/ppc/boot/ns16550.c U 2.3/arch/ppc/boot/kbd.c U 2.3/arch/ppc/boot/misc.c U 2.3/arch/ppc/boot/mkprep.c U 2.3/arch/ppc/boot/ns16550.h U 2.3/arch/ppc/boot/of1275.c U 2.3/arch/ppc/boot/of1275.h U 2.3/arch/ppc/boot/offset U 2.3/arch/ppc/boot/size U 2.3/arch/ppc/boot/vreset.c U 2.3/arch/ppc/chrpboot/no_initrd.c U 2.3/arch/ppc/chrpboot/Makefile U 2.3/arch/ppc/chrpboot/crt0.S U 2.3/arch/ppc/chrpboot/main.c U 2.3/arch/ppc/chrpboot/misc.S U 2.3/arch/ppc/chrpboot/mknote.c U 2.3/arch/ppc/chrpboot/piggyback.c U 2.3/arch/ppc/chrpboot/start.c U 2.3/arch/ppc/chrpboot/addnote.c U 2.3/arch/ppc/coffboot/chrpmain.c U 2.3/arch/ppc/coffboot/Makefile U 2.3/arch/ppc/coffboot/coffcrt0.S U 2.3/arch/ppc/coffboot/coffmain.c U 2.3/arch/ppc/coffboot/crt0.S U 2.3/arch/ppc/coffboot/dummy.c U 2.3/arch/ppc/coffboot/hack-coff.c U 2.3/arch/ppc/coffboot/ld.script U 2.3/arch/ppc/coffboot/main.c U 2.3/arch/ppc/coffboot/misc.S U 2.3/arch/ppc/coffboot/mknote.c U 2.3/arch/ppc/coffboot/no_initrd.c U 2.3/arch/ppc/coffboot/nonstdio.h U 2.3/arch/ppc/coffboot/piggyback.c U 2.3/arch/ppc/coffboot/rs6000.h U 2.3/arch/ppc/coffboot/start.c U 2.3/arch/ppc/coffboot/string.S U 2.3/arch/ppc/coffboot/zlib.c U 2.3/arch/ppc/coffboot/zlib.h U 2.3/arch/ppc/configs/est8260_defconfig U 2.3/arch/ppc/configs/apus_defconfig U 2.3/arch/ppc/configs/common_defconfig U 2.3/arch/ppc/configs/gemini_defconfig U 2.3/arch/ppc/configs/mbx_defconfig U 2.3/arch/ppc/configs/oak_defconfig U 2.3/arch/ppc/configs/walnut_defconfig U 2.3/arch/ppc/configs/bseip_defconfig U 2.3/arch/ppc/configs/rpxcllf_defconfig U 2.3/arch/ppc/configs/rpxlite_defconfig U 2.3/arch/ppc/kernel/apus_setup.c U 2.3/arch/ppc/kernel/Makefile U 2.3/arch/ppc/kernel/align.c U 2.3/arch/ppc/kernel/chrp_pci.c U 2.3/arch/ppc/kernel/checks.c U 2.3/arch/ppc/kernel/gemini_prom.S U 2.3/arch/ppc/kernel/chrp_setup.c U 2.3/arch/ppc/kernel/chrp_time.c U 2.3/arch/ppc/kernel/entry.S U 2.3/arch/ppc/kernel/feature.c U 2.3/arch/ppc/kernel/find_name.c U 2.3/arch/ppc/kernel/galaxy_pci.c U 2.3/arch/ppc/kernel/gemini_pci.c U 2.3/arch/ppc/kernel/gemini_setup.c U 2.3/arch/ppc/kernel/hashtable.S C 2.3/arch/ppc/kernel/head.S U 2.3/arch/ppc/kernel/head_4xx.S U 2.3/arch/ppc/kernel/head_8xx.S U 2.3/arch/ppc/kernel/i8259.c U 2.3/arch/ppc/kernel/i8259.h U 2.3/arch/ppc/kernel/idle.c U 2.3/arch/ppc/kernel/indirect_pci.c U 2.3/arch/ppc/kernel/irq.c U 2.3/arch/ppc/kernel/local_irq.h U 2.3/arch/ppc/kernel/m8xx_setup.c U 2.3/arch/ppc/kernel/misc.S U 2.3/arch/ppc/kernel/mk_defs.c U 2.3/arch/ppc/kernel/oak_setup.c U 2.3/arch/ppc/kernel/oak_setup.h U 2.3/arch/ppc/kernel/open_pic.c U 2.3/arch/ppc/kernel/open_pic.h U 2.3/arch/ppc/kernel/pci-dma.c U 2.3/arch/ppc/kernel/pci.c U 2.3/arch/ppc/kernel/pci.h U 2.3/arch/ppc/kernel/pmac_nvram.c U 2.3/arch/ppc/kernel/pmac_pci.c U 2.3/arch/ppc/kernel/pmac_pic.c U 2.3/arch/ppc/kernel/pmac_pic.h U 2.3/arch/ppc/kernel/pmac_setup.c U 2.3/arch/ppc/kernel/pmac_time.c U 2.3/arch/ppc/kernel/ppc-stub.c U 2.3/arch/ppc/kernel/ppc4xx_pic.c U 2.3/arch/ppc/kernel/ppc4xx_pic.h U 2.3/arch/ppc/kernel/ppc8xx_pic.c U 2.3/arch/ppc/kernel/ppc8xx_pic.h U 2.3/arch/ppc/kernel/ppc_asm.h U 2.3/arch/ppc/kernel/ppc_asm.tmpl U 2.3/arch/ppc/kernel/ppc_defs.head U 2.3/arch/ppc/kernel/ppc_htab.c U 2.3/arch/ppc/kernel/ppc_ksyms.c U 2.3/arch/ppc/kernel/prep_nvram.c U 2.3/arch/ppc/kernel/prep_pci.c U 2.3/arch/ppc/kernel/prep_setup.c U 2.3/arch/ppc/kernel/prep_time.c U 2.3/arch/ppc/kernel/process.c U 2.3/arch/ppc/kernel/prom.c U 2.3/arch/ppc/kernel/ptrace.c U 2.3/arch/ppc/kernel/qspan_pci.c U 2.3/arch/ppc/kernel/residual.c U 2.3/arch/ppc/kernel/semaphore.c U 2.3/arch/ppc/kernel/setup.c U 2.3/arch/ppc/kernel/signal.c U 2.3/arch/ppc/kernel/sleep.S U 2.3/arch/ppc/kernel/smp.c U 2.3/arch/ppc/kernel/softemu8xx.c U 2.3/arch/ppc/kernel/syscalls.c U 2.3/arch/ppc/kernel/time.c U 2.3/arch/ppc/kernel/time.h U 2.3/arch/ppc/kernel/traps.c U 2.3/arch/ppc/kernel/walnut_setup.c U 2.3/arch/ppc/kernel/walnut_setup.h U 2.3/arch/ppc/kernel/m8260_setup.c U 2.3/arch/ppc/kernel/ppc8260_pic.c U 2.3/arch/ppc/kernel/ppc8260_pic.h U 2.3/arch/ppc/kernel/bitops.c U 2.3/arch/ppc/kernel/xics.c U 2.3/arch/ppc/kernel/xics.h U 2.3/arch/ppc/kernel/pmac_backlight.c U 2.3/arch/ppc/lib/checksum.S U 2.3/arch/ppc/lib/Makefile U 2.3/arch/ppc/lib/strcase.c U 2.3/arch/ppc/lib/locks.c U 2.3/arch/ppc/lib/string.S U 2.3/arch/ppc/math-emu/fnmadds.c U 2.3/arch/ppc/math-emu/Makefile U 2.3/arch/ppc/math-emu/double.h U 2.3/arch/ppc/math-emu/fabs.c U 2.3/arch/ppc/math-emu/fadd.c U 2.3/arch/ppc/math-emu/fadds.c U 2.3/arch/ppc/math-emu/fcmpo.c U 2.3/arch/ppc/math-emu/fcmpu.c U 2.3/arch/ppc/math-emu/fctiw.c U 2.3/arch/ppc/math-emu/fctiwz.c U 2.3/arch/ppc/math-emu/fdiv.c U 2.3/arch/ppc/math-emu/fdivs.c U 2.3/arch/ppc/math-emu/fmadd.c U 2.3/arch/ppc/math-emu/fmadds.c U 2.3/arch/ppc/math-emu/fmr.c U 2.3/arch/ppc/math-emu/fmsub.c U 2.3/arch/ppc/math-emu/fmsubs.c U 2.3/arch/ppc/math-emu/fmul.c U 2.3/arch/ppc/math-emu/fmuls.c U 2.3/arch/ppc/math-emu/fnabs.c U 2.3/arch/ppc/math-emu/fneg.c U 2.3/arch/ppc/math-emu/fnmadd.c U 2.3/arch/ppc/math-emu/fnmsubs.c U 2.3/arch/ppc/math-emu/fnmsub.c U 2.3/arch/ppc/math-emu/frsqrte.c U 2.3/arch/ppc/math-emu/fres.c U 2.3/arch/ppc/math-emu/frsp.c U 2.3/arch/ppc/math-emu/op-common.h U 2.3/arch/ppc/math-emu/fsel.c U 2.3/arch/ppc/math-emu/fsqrt.c U 2.3/arch/ppc/math-emu/fsqrts.c U 2.3/arch/ppc/math-emu/fsub.c U 2.3/arch/ppc/math-emu/fsubs.c U 2.3/arch/ppc/math-emu/lfd.c U 2.3/arch/ppc/math-emu/lfs.c U 2.3/arch/ppc/math-emu/math.c U 2.3/arch/ppc/math-emu/mcrfs.c U 2.3/arch/ppc/math-emu/mffs.c U 2.3/arch/ppc/math-emu/mtfsb0.c U 2.3/arch/ppc/math-emu/mtfsb1.c U 2.3/arch/ppc/math-emu/mtfsf.c U 2.3/arch/ppc/math-emu/mtfsfi.c U 2.3/arch/ppc/math-emu/op-1.h U 2.3/arch/ppc/math-emu/op-2.h U 2.3/arch/ppc/math-emu/op-4.h U 2.3/arch/ppc/math-emu/sfp-machine.h U 2.3/arch/ppc/math-emu/single.h U 2.3/arch/ppc/math-emu/soft-fp.h U 2.3/arch/ppc/math-emu/stfd.c U 2.3/arch/ppc/math-emu/stfiwx.c U 2.3/arch/ppc/math-emu/stfs.c U 2.3/arch/ppc/math-emu/types.c U 2.3/arch/ppc/math-emu/udivmodti4.c U 2.3/arch/ppc/mbxboot/embed_config.c U 2.3/arch/ppc/mbxboot/Makefile U 2.3/arch/ppc/mbxboot/m8xx_tty.c U 2.3/arch/ppc/mbxboot/head.S U 2.3/arch/ppc/mbxboot/iic.c U 2.3/arch/ppc/mbxboot/qspan_pci.c U 2.3/arch/ppc/mbxboot/mbxtty.c U 2.3/arch/ppc/mbxboot/misc.c U 2.3/arch/ppc/mbxboot/offset U 2.3/arch/ppc/mbxboot/pci.c U 2.3/arch/ppc/mbxboot/head_8260.S U 2.3/arch/ppc/mbxboot/size U 2.3/arch/ppc/mbxboot/m8260_tty.c U 2.3/arch/ppc/mbxboot/gzimage.c U 2.3/arch/ppc/mbxboot/rdimage.c U 2.3/arch/ppc/mbxboot/vmlinux.lds U 2.3/arch/ppc/mm/4xx_tlb.c U 2.3/arch/ppc/mm/4xx_tlb.h U 2.3/arch/ppc/mm/Makefile U 2.3/arch/ppc/mm/extable.c U 2.3/arch/ppc/mm/fault.c U 2.3/arch/ppc/mm/init.c U 2.3/arch/ppc/mm/mem_pieces.c U 2.3/arch/ppc/mm/mem_pieces.h U 2.3/arch/ppc/treeboot/ld.script U 2.3/arch/ppc/treeboot/Makefile U 2.3/arch/ppc/treeboot/crt0.S U 2.3/arch/ppc/treeboot/elf.pl U 2.3/arch/ppc/treeboot/irSect.c U 2.3/arch/ppc/treeboot/irSect.h U 2.3/arch/ppc/treeboot/main.c U 2.3/arch/ppc/treeboot/misc.S U 2.3/arch/ppc/treeboot/mkevimg U 2.3/arch/ppc/treeboot/mkirimg U 2.3/arch/ppc/xmon/ansidecl.h U 2.3/arch/ppc/xmon/Makefile U 2.3/arch/ppc/xmon/adb.c U 2.3/arch/ppc/xmon/nonstdio.h U 2.3/arch/ppc/xmon/ppc-dis.c U 2.3/arch/ppc/xmon/ppc-opc.c U 2.3/arch/ppc/xmon/ppc.h U 2.3/arch/ppc/xmon/privinst.h U 2.3/arch/ppc/xmon/setjmp.c U 2.3/arch/ppc/xmon/start.c U 2.3/arch/ppc/xmon/start_8xx.c U 2.3/arch/ppc/xmon/subr_prf.c U 2.3/arch/ppc/xmon/xmon.c U 2.3/arch/ppc/8260_io/Config.in U 2.3/arch/ppc/8260_io/Makefile U 2.3/arch/ppc/8260_io/commproc.c U 2.3/arch/ppc/8260_io/enet.c U 2.3/arch/ppc/8260_io/uart.c U 2.3/arch/sh/config.in U 2.3/arch/sh/Makefile U 2.3/arch/sh/vmlinux.lds.S U 2.3/arch/sh/defconfig U 2.3/arch/sh/boot/Makefile U 2.3/arch/sh/boot/compressed/install.sh U 2.3/arch/sh/boot/compressed/Makefile U 2.3/arch/sh/boot/compressed/head.S U 2.3/arch/sh/boot/compressed/misc.c U 2.3/arch/sh/kernel/cf-enabler.c U 2.3/arch/sh/kernel/Makefile U 2.3/arch/sh/kernel/init_task.c U 2.3/arch/sh/kernel/entry.S U 2.3/arch/sh/kernel/fpu.c U 2.3/arch/sh/kernel/head.S U 2.3/arch/sh/kernel/irq_imask.c U 2.3/arch/sh/kernel/irq.c U 2.3/arch/sh/kernel/setup_hd64461.c U 2.3/arch/sh/kernel/irq_onchip.c U 2.3/arch/sh/kernel/pci-sh.c U 2.3/arch/sh/kernel/process.c U 2.3/arch/sh/kernel/ptrace.c U 2.3/arch/sh/kernel/semaphore.c U 2.3/arch/sh/kernel/setup.c U 2.3/arch/sh/kernel/sh_ksyms.c U 2.3/arch/sh/kernel/signal.c U 2.3/arch/sh/kernel/sys_sh.c U 2.3/arch/sh/kernel/time.c U 2.3/arch/sh/kernel/traps.c U 2.3/arch/sh/kernel/io_generic.c U 2.3/arch/sh/kernel/io_se.c U 2.3/arch/sh/kernel/irq_ipr.c U 2.3/arch/sh/kernel/setup_se.c U 2.3/arch/sh/kernel/io_hd64461.c U 2.3/arch/sh/kernel/setup_od.c N 2.3/arch/sh/kernel/sh_bios.c U 2.3/arch/sh/lib/checksum.S U 2.3/arch/sh/lib/Makefile U 2.3/arch/sh/lib/memmove.S U 2.3/arch/sh/lib/delay.c U 2.3/arch/sh/lib/memchr.S U 2.3/arch/sh/lib/memcpy.S U 2.3/arch/sh/lib/old-checksum.c U 2.3/arch/sh/lib/memset.S U 2.3/arch/sh/mm/extable.c U 2.3/arch/sh/mm/Makefile U 2.3/arch/sh/mm/cache.c U 2.3/arch/sh/mm/ioremap.c U 2.3/arch/sh/mm/fault.c U 2.3/arch/sh/mm/init.c U 2.3/arch/sparc/config.in U 2.3/arch/sparc/Makefile U 2.3/arch/sparc/defconfig U 2.3/arch/sparc/vmlinux.lds U 2.3/arch/sparc/boot/btfixupprep.c U 2.3/arch/sparc/boot/Makefile U 2.3/arch/sparc/boot/piggyback.c U 2.3/arch/sparc/kernel/check_asm.sh U 2.3/arch/sparc/kernel/Makefile U 2.3/arch/sparc/kernel/auxio.c U 2.3/arch/sparc/kernel/devices.c U 2.3/arch/sparc/kernel/cpu.c U 2.3/arch/sparc/kernel/errtbls.c U 2.3/arch/sparc/kernel/ebus.c U 2.3/arch/sparc/kernel/entry.S U 2.3/arch/sparc/kernel/init_task.c U 2.3/arch/sparc/kernel/etrap.S U 2.3/arch/sparc/kernel/head.S U 2.3/arch/sparc/kernel/idprom.c U 2.3/arch/sparc/kernel/process.c U 2.3/arch/sparc/kernel/ioport.c U 2.3/arch/sparc/kernel/irq.c U 2.3/arch/sparc/kernel/muldiv.c U 2.3/arch/sparc/kernel/pcic.c U 2.3/arch/sparc/kernel/semaphore.c U 2.3/arch/sparc/kernel/ptrace.c U 2.3/arch/sparc/kernel/rtrap.S U 2.3/arch/sparc/kernel/sclow.S U 2.3/arch/sparc/kernel/solaris.c U 2.3/arch/sparc/kernel/setup.c U 2.3/arch/sparc/kernel/signal.c U 2.3/arch/sparc/kernel/smp.c U 2.3/arch/sparc/kernel/sparc_ksyms.c U 2.3/arch/sparc/kernel/sparc-stub.c U 2.3/arch/sparc/kernel/sunos_ioctl.c U 2.3/arch/sparc/kernel/sun4c_irq.c U 2.3/arch/sparc/kernel/sun4d_irq.c U 2.3/arch/sparc/kernel/sun4d_smp.c U 2.3/arch/sparc/kernel/sun4m_irq.c U 2.3/arch/sparc/kernel/sun4m_smp.c U 2.3/arch/sparc/kernel/sun4setup.c U 2.3/arch/sparc/kernel/sunos_asm.S U 2.3/arch/sparc/kernel/sys_solaris.c U 2.3/arch/sparc/kernel/sys_sparc.c U 2.3/arch/sparc/kernel/sys_sunos.c U 2.3/arch/sparc/kernel/systbls.S U 2.3/arch/sparc/kernel/tadpole.c U 2.3/arch/sparc/kernel/tick14.c U 2.3/arch/sparc/kernel/time.c U 2.3/arch/sparc/kernel/trampoline.S U 2.3/arch/sparc/kernel/traps.c U 2.3/arch/sparc/kernel/unaligned.c U 2.3/arch/sparc/kernel/windows.c U 2.3/arch/sparc/kernel/wof.S U 2.3/arch/sparc/kernel/wuf.S U 2.3/arch/sparc/lib/strlen_user.S U 2.3/arch/sparc/lib/COPYING.LIB U 2.3/arch/sparc/lib/Makefile U 2.3/arch/sparc/lib/ashldi3.S U 2.3/arch/sparc/lib/ashrdi3.S U 2.3/arch/sparc/lib/atomic.S U 2.3/arch/sparc/lib/bitops.S U 2.3/arch/sparc/lib/blockops.S U 2.3/arch/sparc/lib/checksum.S U 2.3/arch/sparc/lib/copy_user.S U 2.3/arch/sparc/lib/debuglocks.c U 2.3/arch/sparc/lib/divdi3.S U 2.3/arch/sparc/lib/locks.S U 2.3/arch/sparc/lib/lshrdi3.S U 2.3/arch/sparc/lib/memcmp.S U 2.3/arch/sparc/lib/memcpy.S U 2.3/arch/sparc/lib/memscan.S U 2.3/arch/sparc/lib/memset.S U 2.3/arch/sparc/lib/mul.S U 2.3/arch/sparc/lib/muldi3.S U 2.3/arch/sparc/lib/rem.S U 2.3/arch/sparc/lib/rwsem.S U 2.3/arch/sparc/lib/sdiv.S U 2.3/arch/sparc/lib/strlen.S U 2.3/arch/sparc/lib/strncpy_from_user.S U 2.3/arch/sparc/lib/strncmp.S U 2.3/arch/sparc/lib/udivdi3.S U 2.3/arch/sparc/lib/udiv.S U 2.3/arch/sparc/lib/umul.S U 2.3/arch/sparc/lib/urem.S U 2.3/arch/sparc/math-emu/ashldi3.S U 2.3/arch/sparc/math-emu/Makefile U 2.3/arch/sparc/math-emu/sfp-util.h U 2.3/arch/sparc/math-emu/math.c U 2.3/arch/sparc/mm/btfixup.c U 2.3/arch/sparc/mm/Makefile U 2.3/arch/sparc/mm/extable.c U 2.3/arch/sparc/mm/fault.c U 2.3/arch/sparc/mm/generic.c U 2.3/arch/sparc/mm/hypersparc.S U 2.3/arch/sparc/mm/init.c U 2.3/arch/sparc/mm/io-unit.c U 2.3/arch/sparc/mm/iommu.c U 2.3/arch/sparc/mm/loadmmu.c U 2.3/arch/sparc/mm/nosrmmu.c U 2.3/arch/sparc/mm/nosun4c.c U 2.3/arch/sparc/mm/srmmu.c U 2.3/arch/sparc/mm/sun4c.c U 2.3/arch/sparc/mm/swift.S U 2.3/arch/sparc/mm/tsunami.S U 2.3/arch/sparc/mm/viking.S U 2.3/arch/sparc/prom/bootstr.c U 2.3/arch/sparc/prom/Makefile U 2.3/arch/sparc/prom/console.c U 2.3/arch/sparc/prom/devmap.c U 2.3/arch/sparc/prom/devops.c U 2.3/arch/sparc/prom/init.c U 2.3/arch/sparc/prom/memory.c U 2.3/arch/sparc/prom/misc.c U 2.3/arch/sparc/prom/mp.c U 2.3/arch/sparc/prom/palloc.c U 2.3/arch/sparc/prom/printf.c U 2.3/arch/sparc/prom/ranges.c U 2.3/arch/sparc/prom/segment.c U 2.3/arch/sparc/prom/sun4prom.c U 2.3/arch/sparc/prom/tree.c U 2.3/arch/sparc64/config.in U 2.3/arch/sparc64/Makefile U 2.3/arch/sparc64/defconfig U 2.3/arch/sparc64/vmlinux.lds U 2.3/arch/sparc64/boot/piggyback.c U 2.3/arch/sparc64/boot/Makefile U 2.3/arch/sparc6... [truncated message content] |
From: Alan B. <al...@ms...> - 2000-08-04 11:27:57
|
hi, > Modified files: > 2.3/kernel/: ksyms.c > 2.3/drivers/block/: z2ram.c > > Log message: > hopefully the correct fix for z2ram if its doing the #include <> and taking out the extern definition, then yes, i'm sure thats the right fix - now that exported symbol can be changed back :-) alan |
From: Michel D. <mda...@us...> - 2000-08-04 11:09:49
|
CVSROOT: /cvsroot/linux-apus Module name: 2.3 Repository: 2.3/drivers/block/ Changes by: mda...@sl.... 00/08/04 04:09:47 Modified files: 2.3/kernel/: ksyms.c 2.3/drivers/block/: z2ram.c Log message: hopefully the correct fix for z2ram |
From: Alan B. <al...@ms...> - 2000-08-04 10:27:44
|
hi, > I'm a bit reluctant to change them, since such changes cause a lot of bug > reports from people used to the old syntax. if this is done (ie reanming them) then I'll be happy to add a few clear lines to the readme file of the kernel precompile alan |
From: Michel <dae...@st...> - 2000-08-04 09:30:12
|
Roman Zippel wrote: > > Thanks for the fix Geert, I've committed it, as well as a fix for a few > > unresolved symbols for modules. > > Who needs vmalloc exported? z2ram AFAIK. > It's an inline function in <linux/vmalloc.h>. That file isn't included in z2ram.c, instead it declares it extern void* vmalloc (unsigned long); Would the right fix be to remove that definition and include vmalloc.h ? > Anyway, tomorrow I hopefully can update to test5 and I have a first > version of affstools. :) After that I can do some more tests with affs. BTW I've made a new support request about the commit notice (asked them to upload the perl scripts to the right place) and they have updated it to 'Done.' - let's hope it really works now... Michel -- Linux is like living in a teepee. No Windows, no Gates, Apache in house. ______________________________________________________________________________ Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86, Team *AMIGA*, AUGS |