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: <A.L...@lb...> - 2005-10-11 09:48:53
|
Hi, > BTW, i would appreciate if someone could test the 2.6.13-2 packages once they > are uploaded, and confirm that they indeed work. regarding compression - thats a Debian choice...or policy I guess. regarding testing: what version of Debian would I be happy using with 2.6.13-2 ? I think my world is a little old...any issues with mod-utils etc? alan |
From: Sven L. <sve...@wa...> - 2005-10-11 08:17:00
|
On Tue, Oct 11, 2005 at 08:46:05AM +0100, A.L...@lb... wrote: > Hi, > > > > Ok, was also my guess, i suppose that you now use the vmlinux file and gzip > > > it manually, right ? > > > > I usually just use vmlinux directly. > > as do I So, the debian package could just plainly ship the vmlinux file, instead of post-processing it through mkvmlinuz to generate the stripped compressed version. BTW, i would appreciate if someone could test the 2.6.13-2 packages once they are uploaded, and confirm that they indeed work. Friendly, Sven Luther |
From: <A.L...@lb...> - 2005-10-11 07:45:58
|
Hi, > > Ok, was also my guess, i suppose that you now use the vmlinux file and gzip > > it manually, right ? > > I usually just use vmlinux directly. as do I alan |
From: Roman Z. <zi...@li...> - 2005-10-10 23:04:39
|
Hi, On Mon, 10 Oct 2005, Sven Luther wrote: > Ok, was also my guess, i suppose that you now use the vmlinux file and gzip > it manually, right ? I usually just use vmlinux directly. bye, Roman |
From: Sven L. <sve...@wa...> - 2005-10-10 13:22:50
|
On Mon, Oct 10, 2005 at 02:48:24PM +0200, Roman Zippel wrote: > Hi, > > On Mon, 10 Oct 2005, Sven Luther wrote: > > > I don't know if this is intentional or not, but i will simply ship the vmlinux > > now, and use the mkvmlinuz tool to produce the resulting kernel, which would > > be more in line with the rest of the powerpc subarches. > > > > I have some questions concerning strip though, mkvmlinuz doesn't use strip, > > but objcopy -O binary, which produces slightly smaller sizes. Do you know if > > this would be ok for apus too, or will it strip too much ? > > No, this wouldn't work. The boot loader needs an ELF executable file, so > it only works with the vmlinux file or a stripped and/or gzipped version > of it. Ok, was also my guess, i suppose that you now use the vmlinux file and gzip it manually, right ? Friendly, Sven Luther |
From: Roman Z. <zi...@li...> - 2005-10-10 12:48:38
|
Hi, On Mon, 10 Oct 2005, Sven Luther wrote: > I don't know if this is intentional or not, but i will simply ship the vmlinux > now, and use the mkvmlinuz tool to produce the resulting kernel, which would > be more in line with the rest of the powerpc subarches. > > I have some questions concerning strip though, mkvmlinuz doesn't use strip, > but objcopy -O binary, which produces slightly smaller sizes. Do you know if > this would be ok for apus too, or will it strip too much ? No, this wouldn't work. The boot loader needs an ELF executable file, so it only works with the vmlinux file or a stripped and/or gzipped version of it. bye, Roman |
From: Sven L. <sve...@wa...> - 2005-10-10 08:24:51
|
Hello Roman, I am currently building 2.6.13 apus debian kernels, and noticed the following. The apus patch is now lacking the vmapus target in arch/ppc/boot : vmapus: $(TOPDIR)/vmlinux ifdef CONFIG_APUS $(STRIP) $(TOPDIR)/vmlinux -o images/vmapus gzip $(GZIP_FLAGS) images/vmapus endif I don't know if this is intentional or not, but i will simply ship the vmlinux now, and use the mkvmlinuz tool to produce the resulting kernel, which would be more in line with the rest of the powerpc subarches. I have some questions concerning strip though, mkvmlinuz doesn't use strip, but objcopy -O binary, which produces slightly smaller sizes. Do you know if this would be ok for apus too, or will it strip too much ? Friendly, Sven Luther |
From: Roman Z. <zi...@us...> - 2005-09-24 21:15:27
|
CVSROOT: /cvsroot/linux-apus Module name: 2.6 Repository: 2.6/sound/oss/dmasound/ Changes by: zi...@sc....(none) 05/09/24 14:15:20 Log message: fix gcc lvalue warnings/errors Modified files: 2.6/sound/oss/dmasound/: dmasound_paula.c Revision Changes Path 1.2 +6 -5 2.6/sound/oss/dmasound/dmasound_paula.c |
From: Roman Z. <zi...@us...> - 2005-09-23 13:41:29
|
CVSROOT: /cvsroot/linux-apus Module name: 2.6 Repository: 2.6/arch/ppc/kernel/ Changes by: zi...@sc....(none) 05/09/23 06:41:22 Log message: provide separate head_end to mark end of exception area Modified files: 2.6/arch/ppc/: Makefile 2.6/arch/ppc/kernel/: Makefile entry.S Added files: 2.6/arch/ppc/kernel/: head_end.S Revision Changes Path 1.9 +1 -0 2.6/arch/ppc/Makefile 1.12 +1 -1 2.6/arch/ppc/kernel/Makefile 1.11 +0 -3 2.6/arch/ppc/kernel/entry.S |
From: Roman Z. <zi...@us...> - 2005-09-23 12:22:44
|
CVSROOT: /cvsroot/linux-apus Module name: 2.6 Repository: 2.6/arch/ppc/ Changes by: zi...@sc....(none) 05/09/23 05:22:38 Log message: unbreak APUS Modified files: 2.6/arch/ppc/: Kconfig Revision Changes Path 1.2 +409 -428 2.6/arch/ppc/Kconfig |
From: Roman Z. <zi...@us...> - 2005-09-18 13:03:44
|
CVSROOT: /cvsroot/linux-apus Module name: 2.6 Repository: 2.6/sound/pcmcia/vx/ Changes by: zi...@sc....(none) 05/09/18 06:03:37 Log message: conflict fixes from import of 2.6.13 Modified files: ./: Makefile 2.6/arch/ppc/: Makefile 2.6/arch/ppc/kernel/: Makefile entry.S misc.S ppc_ksyms.c setup.c time.c 2.6/arch/ppc/mm/: init.c pgtable.c 2.6/include/asm-ppc/: machdep.h pgtable.h Removed files: 2.6/Documentation/DocBook/: scsidrivers.tmpl 2.6/Documentation/dvb/: README.dibusb 2.6/Documentation/i2c/: sysfs-interface 2.6/Documentation/i2c/chips/: smsc47b397.txt 2.6/Documentation/networking/: wanpipe.txt 2.6/arch/arm/configs/: omnimeter_defconfig 2.6/arch/arm/kernel/: arch.c 2.6/arch/arm/lib/: longlong.h udivdi3.c 2.6/arch/arm/mach-omap/: Kconfig Makefile Makefile.boot board-generic.c board-h2.c board-h3.c board-innovator.c board-netstar.c board-osk.c board-perseus2.c board-voiceblue.c clock.c clock.h common.c common.h dma.c fpga.c gpio.c irq.c leds-h2p2-debug.c leds-innovator.c leds-osk.c leds.c leds.h mcbsp.c mux.c ocpi.c pm.c sleep.S time.c usb.c 2.6/arch/ia64/sn/include/pci/: pcibr_provider.h pic.h tiocp.h 2.6/arch/mips/vr41xx/common/: giu.c 2.6/arch/ppc/boot/utils/: addSystemMap.c 2.6/arch/ppc/syslib/: ppc4xx_kgdb.c 2.6/arch/ppc64/boot/: mknote.c piggyback.c 2.6/arch/ppc64/kernel/: XmPciLpEvent.c iSeries_pci_reset.c 2.6/arch/um/kernel/skas/: time.c 2.6/arch/um/kernel/tt/: time.c unmap.c 2.6/drivers/base/: class_simple.c 2.6/drivers/i2c/chips/: adm1021.c adm1025.c adm1026.c adm1031.c asb100.c ds1621.c fscher.c fscpos.c gl518sm.c gl520sm.c it87.c lm63.c lm75.c lm75.h lm77.c lm78.c lm80.c lm83.c lm85.c lm87.c lm90.c lm92.c max1619.c pc87360.c sis5595.c smsc47b397.c smsc47m1.c via686a.c w83627hf.c w83781d.c w83l785ts.c 2.6/drivers/ide/cris/: ide-v10.c 2.6/drivers/input/gameport/: cs461x.c vortex.c 2.6/drivers/isdn/hisax/: enternow.h st5481_hdlc.c st5481_hdlc.h 2.6/drivers/isdn/sc/: debug.c 2.6/drivers/macintosh/: macserial.c macserial.h 2.6/drivers/media/dvb/b2c2/: skystar2.c 2.6/drivers/media/dvb/dibusb/: Kconfig Makefile dvb-dibusb-core.c dvb-dibusb-dvb.c dvb-dibusb-fe-i2c.c dvb-dibusb-firmware.c dvb-dibusb-remote.c dvb-dibusb-usb.c dvb-dibusb.h dvb-fe-dtt200u.c 2.6/drivers/mtd/maps/: db1550-flash.c db1x00-flash.c elan-104nc.c pb1550-flash.c pb1xxx-flash.c 2.6/drivers/mtd/nand/: tx4925ndfmc.c tx4938ndfmc.c 2.6/drivers/net/: fmv18x.c sk_g16.c sk_g16.h smc-mca.h 2.6/drivers/net/skfp/: lnkstat.c smtparse.c 2.6/drivers/pci/hotplug/: acpiphp_pci.c acpiphp_res.c 2.6/drivers/scsi/: pci2000.c pci2220i.c pci2220i.h psi_dale.h psi_roy.h 2.6/drivers/serial/: bast_sio.c 2.6/drivers/usb/atm/: usb_atm.c usb_atm.h 2.6/fs/freevxfs/: vxfs_kcompat.h 2.6/include/asm-m32r/: m32102peri.h 2.6/include/asm-ppc/: fsl_ocp.h 2.6/include/asm-ppc64/iSeries/: HvCallCfg.h LparData.h XmPciLpEvent.h iSeries_proc.h 2.6/include/linux/: ioc4_common.h pci-dynids.h xattr_acl.h 2.6/include/linux/netfilter_ipv4/: lockhelp.h 2.6/net/ipv4/: utils.c 2.6/sound/pcmcia/vx/: vx_entry.c vxp440.c Revision Changes Path 1.16 +8 -4 2.6/Makefile 1.8 +2 -1 2.6/arch/ppc/Makefile 1.11 +3 -0 2.6/arch/ppc/kernel/Makefile 1.10 +82 -108 2.6/arch/ppc/kernel/entry.S 1.13 +15 -1 2.6/arch/ppc/kernel/misc.S 1.13 +1 -3 2.6/arch/ppc/kernel/ppc_ksyms.c 1.13 +2 -15 2.6/arch/ppc/kernel/setup.c 1.9 +8 -5 2.6/arch/ppc/kernel/time.c 1.9 +16 -18 2.6/arch/ppc/mm/init.c 1.12 +0 -1 2.6/arch/ppc/mm/pgtable.c 1.9 +31 -0 2.6/include/asm-ppc/machdep.h 1.10 +49 -5 2.6/include/asm-ppc/pgtable.h |
From: Roman Z. <zi...@us...> - 2005-09-18 12:50:42
|
CVSROOT: /cvsroot/linux-apus Module name: 2.6 Repository: ./ Changes by: zi...@sc....(none) 05/09/18 05:50:35 2.6 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28120 Log Message: import native 2.6.13 Status: Vendor Tag: linux Release Tags: linux-2_6_13 C 2.6/Makefile N 2.6/sound/sparc/dbri.c N 2.6/sound/pci/hda/patch_sigmatel.c N 2.6/sound/pci/rme9652/hdspm.c N 2.6/sound/arm/pxa2xx-pcm.h N 2.6/sound/arm/pxa2xx-pcm.c N 2.6/sound/arm/pxa2xx-ac97.c N 2.6/sound/arm/devdma.h N 2.6/sound/arm/devdma.c N 2.6/sound/arm/aaci.h N 2.6/sound/arm/aaci.c N 2.6/security/keys/request_key_auth.c N 2.6/net/x25/Kconfig N 2.6/net/wanrouter/Kconfig N 2.6/net/unix/Kconfig N 2.6/net/sched/sch_blackhole.c N 2.6/net/sched/em_text.c N 2.6/net/packet/Kconfig N 2.6/net/lapb/Kconfig N 2.6/net/ipv4/tcp_westwood.c N 2.6/net/ipv4/tcp_vegas.c N 2.6/net/ipv4/tcp_scalable.c N 2.6/net/ipv4/tcp_hybla.c N 2.6/net/ipv4/tcp_htcp.c N 2.6/net/ipv4/tcp_highspeed.c N 2.6/net/ipv4/tcp_cong.c N 2.6/net/ipv4/tcp_bic.c N 2.6/net/ipv4/fib_trie.c N 2.6/net/econet/Kconfig N 2.6/net/core/request_sock.c N 2.6/net/bridge/Kconfig N 2.6/net/atm/Kconfig N 2.6/net/8021q/Kconfig N 2.6/mm/sparse.c N 2.6/mm/filemap_xip.c N 2.6/mm/filemap.h N 2.6/mm/Kconfig N 2.6/lib/ts_kmp.c N 2.6/lib/ts_fsm.c N 2.6/lib/textsearch.c N 2.6/lib/smp_processor_id.c N 2.6/lib/klist.c N 2.6/lib/genalloc.c N 2.6/kernel/kexec.c N 2.6/kernel/crash_dump.c N 2.6/kernel/Kconfig.preempt N 2.6/kernel/Kconfig.hz N 2.6/include/asm-xtensa/xor.h N 2.6/include/asm-xtensa/vga.h N 2.6/include/asm-xtensa/user.h N 2.6/include/asm-xtensa/unistd.h N 2.6/include/asm-xtensa/unaligned.h N 2.6/include/asm-xtensa/ucontext.h N 2.6/include/asm-xtensa/uaccess.h N 2.6/include/asm-xtensa/types.h N 2.6/include/asm-xtensa/topology.h N 2.6/include/asm-xtensa/tlbflush.h N 2.6/include/asm-xtensa/tlb.h N 2.6/include/asm-xtensa/timex.h N 2.6/include/asm-xtensa/thread_info.h N 2.6/include/asm-xtensa/termios.h N 2.6/include/asm-xtensa/termbits.h N 2.6/include/asm-xtensa/system.h N 2.6/include/asm-xtensa/string.h N 2.6/include/asm-xtensa/statfs.h N 2.6/include/asm-xtensa/stat.h N 2.6/include/asm-xtensa/spinlock.h N 2.6/include/asm-xtensa/sockios.h N 2.6/include/asm-xtensa/socket.h N 2.6/include/asm-xtensa/smp.h N 2.6/include/asm-xtensa/signal.h N 2.6/include/asm-xtensa/siginfo.h N 2.6/include/asm-xtensa/sigcontext.h N 2.6/include/asm-xtensa/shmparam.h N 2.6/include/asm-xtensa/shmbuf.h N 2.6/include/asm-xtensa/setup.h N 2.6/include/asm-xtensa/serial.h N 2.6/include/asm-xtensa/sembuf.h N 2.6/include/asm-xtensa/semaphore.h N 2.6/include/asm-xtensa/segment.h N 2.6/include/asm-xtensa/sections.h N 2.6/include/asm-xtensa/scatterlist.h N 2.6/include/asm-xtensa/rwsem.h N 2.6/include/asm-xtensa/rmap.h N 2.6/include/asm-xtensa/resource.h N 2.6/include/asm-xtensa/ptrace.h N 2.6/include/asm-xtensa/processor.h N 2.6/include/asm-xtensa/posix_types.h N 2.6/include/asm-xtensa/poll.h N 2.6/include/asm-xtensa/platform.h N 2.6/include/asm-xtensa/pgtable.h N 2.6/include/asm-xtensa/pgalloc.h N 2.6/include/asm-xtensa/percpu.h N 2.6/include/asm-xtensa/pci.h N 2.6/include/asm-xtensa/pci-bridge.h N 2.6/include/asm-xtensa/param.h N 2.6/include/asm-xtensa/page.h.n N 2.6/include/asm-xtensa/page.h N 2.6/include/asm-xtensa/namei.h N 2.6/include/asm-xtensa/msgbuf.h N 2.6/include/asm-xtensa/module.h N 2.6/include/asm-xtensa/mmu_context.h N 2.6/include/asm-xtensa/mmu.h N 2.6/include/asm-xtensa/mman.h N 2.6/include/asm-xtensa/local.h N 2.6/include/asm-xtensa/linkage.h N 2.6/include/asm-xtensa/kmap_types.h N 2.6/include/asm-xtensa/irq.h N 2.6/include/asm-xtensa/ipcbuf.h N 2.6/include/asm-xtensa/ioctls.h N 2.6/include/asm-xtensa/ioctl.h N 2.6/include/asm-xtensa/io.h N 2.6/include/asm-xtensa/ide.h N 2.6/include/asm-xtensa/hw_irq.h N 2.6/include/asm-xtensa/highmem.h N 2.6/include/asm-xtensa/hdreg.h N 2.6/include/asm-xtensa/hardirq.h N 2.6/include/asm-xtensa/fixmap.h N 2.6/include/asm-xtensa/fcntl.h N 2.6/include/asm-xtensa/errno.h N 2.6/include/asm-xtensa/emergency-restart.h N 2.6/include/asm-xtensa/elf.h N 2.6/include/asm-xtensa/dma.h N 2.6/include/asm-xtensa/dma-mapping.h N 2.6/include/asm-xtensa/div64.h N 2.6/include/asm-xtensa/delay.h N 2.6/include/asm-xtensa/current.h N 2.6/include/asm-xtensa/cputime.h N 2.6/include/asm-xtensa/cpumask.h N 2.6/include/asm-xtensa/coprocessor.h N 2.6/include/asm-xtensa/checksum.h N 2.6/include/asm-xtensa/cacheflush.h N 2.6/include/asm-xtensa/cache.h N 2.6/include/asm-xtensa/byteorder.h N 2.6/include/asm-xtensa/bugs.h N 2.6/include/asm-xtensa/bug.h N 2.6/include/asm-xtensa/bootparam.h N 2.6/include/asm-xtensa/bitops.h N 2.6/include/asm-xtensa/atomic.h N 2.6/include/asm-xtensa/a.out.h N 2.6/include/asm-xtensa/xtensa/xtboard.h N 2.6/include/asm-xtensa/xtensa/xt2000.h N 2.6/include/asm-xtensa/xtensa/xt2000-uart.h N 2.6/include/asm-xtensa/xtensa/simcall.h N 2.6/include/asm-xtensa/xtensa/hal.h N 2.6/include/asm-xtensa/xtensa/corebits.h N 2.6/include/asm-xtensa/xtensa/coreasm.h N 2.6/include/asm-xtensa/xtensa/cacheattrasm.h N 2.6/include/asm-xtensa/xtensa/cacheasm.h N 2.6/include/asm-xtensa/xtensa/config-linux_be/tie.h N 2.6/include/asm-xtensa/xtensa/config-linux_be/system.h N 2.6/include/asm-xtensa/xtensa/config-linux_be/specreg.h N 2.6/include/asm-xtensa/xtensa/config-linux_be/defs.h N 2.6/include/asm-xtensa/xtensa/config-linux_be/core.h N 2.6/include/asm-xtensa/platform-iss/hardware.h N 2.6/include/asm-frv/emergency-restart.h N 2.6/include/asm-m32r/s1d13806.h N 2.6/include/asm-m32r/emergency-restart.h N 2.6/include/asm-m32r/mappi3/mappi3_pld.h N 2.6/include/sound/hdspm.h N 2.6/include/scsi/sg_request.h N 2.6/include/pcmcia/device_id.h N 2.6/include/net/request_sock.h N 2.6/include/net/ieee80211.h N 2.6/include/linux/usb_isp116x.h N 2.6/include/linux/usb_input.h N 2.6/include/linux/textsearch_fsm.h N 2.6/include/linux/nfsacl.h N 2.6/include/linux/klist.h N 2.6/include/linux/kexec.h N 2.6/include/linux/ioc4.h N 2.6/include/linux/inotify.h N 2.6/include/linux/hwmon-sysfs.h N 2.6/include/linux/genalloc.h N 2.6/include/linux/fsnotify.h N 2.6/include/linux/dm9000.h N 2.6/include/linux/crash_dump.h N 2.6/include/linux/chio.h N 2.6/include/linux/arcfb.h N 2.6/include/linux/ioprio.h N 2.6/include/linux/textsearch.h N 2.6/include/linux/tc_ematch/tc_em_text.h N 2.6/include/linux/raid/bitmap.h N 2.6/include/linux/mtd/plat-ram.h N 2.6/include/asm-x86_64/sparsemem.h N 2.6/include/asm-x86_64/emergency-restart.h N 2.6/include/asm-x86_64/kexec.h N 2.6/include/asm-v850/emergency-restart.h N 2.6/include/asm-um/emergency-restart.h N 2.6/include/asm-um/vm86.h N 2.6/include/asm-um/ldt.h N 2.6/include/asm-sparc64/seccomp.h N 2.6/include/asm-sparc64/emergency-restart.h N 2.6/include/asm-sparc/emergency-restart.h N 2.6/include/asm-sh/emergency-restart.h N 2.6/include/asm-s390/kexec.h N 2.6/include/asm-s390/emergency-restart.h N 2.6/include/asm-ppc64/sparsemem.h N 2.6/include/asm-ppc64/kexec.h N 2.6/include/asm-ppc64/emergency-restart.h N 2.6/include/asm-ppc/seccomp.h N 2.6/include/asm-ppc/emergency-restart.h N 2.6/include/asm-ppc/kexec.h C 2.6/include/asm-ppc/pgtable.h C 2.6/include/asm-ppc/machdep.h N 2.6/include/asm-parisc/emergency-restart.h N 2.6/include/asm-sh64/emergency-restart.h N 2.6/include/asm-mips/emergency-restart.h N 2.6/include/asm-mips/vr41xx/giu.h N 2.6/include/asm-m68knommu/emergency-restart.h N 2.6/include/asm-m68k/emergency-restart.h N 2.6/include/asm-ia64/uncached.h N 2.6/include/asm-ia64/kprobes.h N 2.6/include/asm-ia64/kdebug.h N 2.6/include/asm-ia64/emergency-restart.h N 2.6/include/asm-ia64/sn/tiocp.h N 2.6/include/asm-ia64/sn/pic.h N 2.6/include/asm-ia64/sn/pcibr_provider.h N 2.6/include/asm-ia64/sn/mspec.h N 2.6/include/asm-i386/sparsemem.h N 2.6/include/asm-i386/emergency-restart.h N 2.6/include/asm-i386/kexec.h N 2.6/include/asm-i386/i8253.h N 2.6/include/asm-h8300/emergency-restart.h N 2.6/include/asm-generic/emergency-restart.h N 2.6/include/asm-cris/sync_serial.h N 2.6/include/asm-cris/spinlock.h N 2.6/include/asm-cris/ide.h N 2.6/include/asm-cris/hw_irq.h N 2.6/include/asm-cris/emergency-restart.h N 2.6/include/asm-cris/arch-v10/memmap.h N 2.6/include/asm-cris/arch-v10/io_interface_mux.h N 2.6/include/asm-cris/arch-v10/ide.h N 2.6/include/asm-cris/arch-v10/atomic.h N 2.6/include/asm-cris/arch-v32/user.h N 2.6/include/asm-cris/arch-v32/unistd.h N 2.6/include/asm-cris/arch-v32/uaccess.h N 2.6/include/asm-cris/arch-v32/tlb.h N 2.6/include/asm-cris/arch-v32/timex.h N 2.6/include/asm-cris/arch-v32/thread_info.h N 2.6/include/asm-cris/arch-v32/system.h N 2.6/include/asm-cris/arch-v32/spinlock.h N 2.6/include/asm-cris/arch-v32/ptrace.h N 2.6/include/asm-cris/arch-v32/processor.h N 2.6/include/asm-cris/arch-v32/pinmux.h N 2.6/include/asm-cris/arch-v32/pgtable.h N 2.6/include/asm-cris/arch-v32/page.h N 2.6/include/asm-cris/arch-v32/offset.h N 2.6/include/asm-cris/arch-v32/mmu.h N 2.6/include/asm-cris/arch-v32/memmap.h N 2.6/include/asm-cris/arch-v32/juliette.h N 2.6/include/asm-cris/arch-v32/irq.h N 2.6/include/asm-cris/arch-v32/io.h N 2.6/include/asm-cris/arch-v32/intmem.h N 2.6/include/asm-cris/arch-v32/ide.h N 2.6/include/asm-cris/arch-v32/elf.h N 2.6/include/asm-cris/arch-v32/dma.h N 2.6/include/asm-cris/arch-v32/delay.h N 2.6/include/asm-cris/arch-v32/cryptocop.h N 2.6/include/asm-cris/arch-v32/checksum.h N 2.6/include/asm-cris/arch-v32/cache.h N 2.6/include/asm-cris/arch-v32/byteorder.h N 2.6/include/asm-cris/arch-v32/bitops.h N 2.6/include/asm-cris/arch-v32/atomic.h N 2.6/include/asm-cris/arch-v32/arbiter.h N 2.6/include/asm-cris/arch-v32/hwregs/timer_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/supp_reg.h N 2.6/include/asm-cris/arch-v32/hwregs/strmux_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/strcop_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/strcop.h N 2.6/include/asm-cris/arch-v32/hwregs/sser_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/ser_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/rt_trace_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/reg_rdwr.h N 2.6/include/asm-cris/arch-v32/hwregs/reg_map.h N 2.6/include/asm-cris/arch-v32/hwregs/pinmux_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/marb_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/marb_bp_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/irq_nmi_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/intr_vect_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/intr_vect.h N 2.6/include/asm-cris/arch-v32/hwregs/gio_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/extmem_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/eth_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/dma_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/dma.h N 2.6/include/asm-cris/arch-v32/hwregs/cpu_vect.h N 2.6/include/asm-cris/arch-v32/hwregs/config_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/bif_slave_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/bif_dma_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/bif_core_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/ata_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/Makefile N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_version_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_trigger_grp_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_timer_grp_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_sw_spu_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_sw_mpu_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_sw_cpu_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_sw_cfg_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_spu_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_scrc_out_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_scrc_in_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_sap_out_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_sap_in_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_reg_space.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_mpu_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_fifo_out_extra_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_fifo_out_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_fifo_in_extra_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_fifo_in_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_dmc_out_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_dmc_in_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/iop_crc_par_defs.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/Makefile N 2.6/include/asm-cris/arch-v32/hwregs/iop/asm/iop_version_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/asm/iop_trigger_grp_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/asm/iop_timer_grp_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sw_spu_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sw_mpu_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sw_cpu_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sw_cfg_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/asm/iop_spu_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/asm/iop_scrc_out_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/asm/iop_scrc_in_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sap_out_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/asm/iop_sap_in_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/asm/iop_reg_space_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/asm/iop_mpu_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/asm/iop_fifo_out_extra_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/asm/iop_fifo_out_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/asm/iop_fifo_in_extra_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/asm/iop_fifo_in_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/asm/iop_dmc_out_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/asm/iop_dmc_in_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/iop/asm/iop_crc_par_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/timer_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/strmux_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/strcop_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/sser_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/ser_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/rt_trace_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/reg_map_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/pinmux_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/mmu_supp_reg.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/mmu_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/marb_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/irq_nmi_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/intr_vect_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/intr_vect.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/gio_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/eth_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/dma_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/cris_supp_reg.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/cris_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/cpu_vect.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/config_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/bif_slave_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/bif_dma_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/bif_core_defs_asm.h N 2.6/include/asm-cris/arch-v32/hwregs/asm/ata_defs_asm.h N 2.6/include/asm-arm26/emergency-restart.h N 2.6/include/asm-arm/mtd-xip.h N 2.6/include/asm-arm/emergency-restart.h N 2.6/include/asm-arm/arch-aaec2000/vmalloc.h N 2.6/include/asm-arm/arch-aaec2000/uncompress.h N 2.6/include/asm-arm/arch-aaec2000/timex.h N 2.6/include/asm-arm/arch-aaec2000/system.h N 2.6/include/asm-arm/arch-aaec2000/param.h N 2.6/include/asm-arm/arch-aaec2000/memory.h N 2.6/include/asm-arm/arch-aaec2000/irqs.h N 2.6/include/asm-arm/arch-aaec2000/io.h N 2.6/include/asm-arm/arch-aaec2000/hardware.h N 2.6/include/asm-arm/arch-aaec2000/entry-macro.S N 2.6/include/asm-arm/arch-aaec2000/dma.h N 2.6/include/asm-arm/arch-aaec2000/debug-macro.S N 2.6/include/asm-arm/arch-aaec2000/aaec2000.h N 2.6/include/asm-arm/arch-s3c2410/audio.h N 2.6/include/asm-arm/arch-omap/common.h N 2.6/include/asm-arm/hardware/arm_timer.h N 2.6/include/asm-arm/arch-sa1100/mtd-xip.h N 2.6/include/asm-arm/arch-pxa/mtd-xip.h N 2.6/include/asm-arm/arch-integrator/smp.h N 2.6/include/asm-alpha/emergency-restart.h N 2.6/include/acpi/pdc_intel.h N 2.6/include/acpi/acopcode.h N 2.6/include/acpi/acnames.h N 2.6/fs/ioprio.c N 2.6/fs/inotify.c N 2.6/fs/nfs_common/nfsacl.c N 2.6/fs/nfs_common/Makefile N 2.6/fs/proc/vmcore.c N 2.6/fs/ntfs/usnjrnl.h N 2.6/fs/ntfs/usnjrnl.c N 2.6/fs/nfsd/nfs4recover.c N 2.6/fs/nfsd/nfs3acl.c N 2.6/fs/nfsd/nfs2acl.c N 2.6/fs/nfs/nfs4_fs.h N 2.6/fs/nfs/nfs3acl.c N 2.6/fs/ext2/xip.h N 2.6/fs/ext2/xip.c N 2.6/drivers/hwmon/w83l785ts.c N 2.6/drivers/hwmon/w83781d.c N 2.6/drivers/hwmon/w83627hf.c N 2.6/drivers/hwmon/w83627ehf.c N 2.6/drivers/hwmon/via686a.c N 2.6/drivers/hwmon/smsc47m1.c N 2.6/drivers/hwmon/smsc47b397.c N 2.6/drivers/hwmon/sis5595.c N 2.6/drivers/hwmon/pc87360.c N 2.6/drivers/hwmon/max1619.c N 2.6/drivers/hwmon/lm92.c N 2.6/drivers/hwmon/lm90.c N 2.6/drivers/hwmon/lm87.c N 2.6/drivers/hwmon/lm85.c N 2.6/drivers/hwmon/lm83.c N 2.6/drivers/hwmon/lm80.c N 2.6/drivers/hwmon/lm78.c N 2.6/drivers/hwmon/lm77.c N 2.6/drivers/hwmon/lm75.h N 2.6/drivers/hwmon/lm75.c N 2.6/drivers/hwmon/lm63.c N 2.6/drivers/hwmon/it87.c N 2.6/drivers/hwmon/gl520sm.c N 2.6/drivers/hwmon/gl518sm.c N 2.6/drivers/hwmon/fscpos.c N 2.6/drivers/hwmon/fscher.c N 2.6/drivers/hwmon/ds1621.c N 2.6/drivers/hwmon/atxp1.c N 2.6/drivers/hwmon/asb100.c N 2.6/drivers/hwmon/adm9240.c N 2.6/drivers/hwmon/adm1031.c N 2.6/drivers/hwmon/adm1026.c N 2.6/drivers/hwmon/adm1025.c N 2.6/drivers/hwmon/adm1021.c N 2.6/drivers/hwmon/Makefile N 2.6/drivers/hwmon/Kconfig N 2.6/drivers/sn/Kconfig N 2.6/drivers/infiniband/include/ib_user_verbs.h N 2.6/drivers/infiniband/include/ib_user_cm.h N 2.6/drivers/infiniband/include/ib_cm.h N 2.6/drivers/infiniband/hw/mthca/mthca_user.h N 2.6/drivers/infiniband/core/uverbs_mem.c N 2.6/drivers/infiniband/core/uverbs_main.c N 2.6/drivers/infiniband/core/uverbs_cmd.c N 2.6/drivers/infiniband/core/uverbs.h N 2.6/drivers/infiniband/core/ucm.h N 2.6/drivers/infiniband/core/ucm.c N 2.6/drivers/infiniband/core/mad_rmpp.h N 2.6/drivers/infiniband/core/mad_rmpp.c N 2.6/drivers/infiniband/core/cm_msgs.h N 2.6/drivers/infiniband/core/cm.c N 2.6/drivers/video/arcfb.c N 2.6/drivers/video/logo/logo_m32r_clut224.ppm N 2.6/drivers/video/console/font_7x14.c N 2.6/drivers/video/console/font_10x18.c N 2.6/drivers/usb/atm/xusbatm.c N 2.6/drivers/usb/atm/cxacru.c N 2.6/drivers/usb/atm/usbatm.h N 2.6/drivers/usb/atm/usbatm.c N 2.6/drivers/usb/misc/ldusb.c N 2.6/drivers/usb/media/sn9c102_ov7630.c N 2.6/drivers/usb/input/keyspan_remote.c N 2.6/drivers/usb/input/itmtouch.c N 2.6/drivers/usb/input/acecad.c N 2.6/drivers/usb/host/ohci-s3c2410.c N 2.6/drivers/usb/host/isp116x.h N 2.6/drivers/usb/host/isp116x-hcd.c N 2.6/drivers/serial/8250_mca.c N 2.6/drivers/serial/8250_hub6.c N 2.6/drivers/serial/8250_fourport.c N 2.6/drivers/serial/8250_boca.c N 2.6/drivers/serial/8250_accent.c N 2.6/drivers/scsi/ch.c N 2.6/drivers/scsi/qla2xxx/qla_fw.h N 2.6/drivers/s390/char/vmcp.h N 2.6/drivers/s390/char/vmcp.c N 2.6/drivers/pcmcia/pcmcia_resource.c N 2.6/drivers/pcmcia/pcmcia_ioctl.c N 2.6/drivers/pcmcia/ds_internal.h N 2.6/drivers/pci/hotplug/sgi_hotplug.c N 2.6/drivers/net/starfire_firmware.h N 2.6/drivers/net/dm9000.h N 2.6/drivers/net/dm9000.c N 2.6/drivers/net/skge.h N 2.6/drivers/net/skge.c N 2.6/drivers/mtd/maps/alchemy-flash.c N 2.6/drivers/mtd/maps/omap_nor.c N 2.6/drivers/mtd/maps/mainstone-flash.c N 2.6/drivers/mtd/maps/plat-ram.c N 2.6/drivers/message/i2o/core.h N 2.6/drivers/message/i2o/config-osm.c N 2.6/drivers/message/i2o/bus-osm.c N 2.6/drivers/message/fusion/mptspi.c N 2.6/drivers/message/fusion/mptfc.c N 2.6/drivers/media/video/tea5767.c N 2.6/drivers/media/dvb/pluto2/pluto2.c N 2.6/drivers/media/dvb/pluto2/Makefile N 2.6/drivers/media/dvb/pluto2/Kconfig N 2.6/drivers/media/dvb/dvb-usb/vp7045.h N 2.6/drivers/media/dvb/dvb-usb/vp7045.c N 2.6/drivers/media/dvb/dvb-usb/vp7045-fe.c N 2.6/drivers/media/dvb/dvb-usb/umt-010.c N 2.6/drivers/media/dvb/dvb-usb/nova-t-usb2.c N 2.6/drivers/media/dvb/dvb-usb/dvb-usb.h N 2.6/drivers/media/dvb/dvb-usb/dvb-usb-urb.c N 2.6/drivers/media/dvb/dvb-usb/dvb-usb-remote.c N 2.6/drivers/media/dvb/dvb-usb/dvb-usb-init.c N 2.6/drivers/media/dvb/dvb-usb/dvb-usb-ids.h N 2.6/drivers/media/dvb/dvb-usb/dvb-usb-i2c.c N 2.6/drivers/media/dvb/dvb-usb/dvb-usb-firmware.c N 2.6/drivers/media/dvb/dvb-usb/dvb-usb-dvb.c N 2.6/drivers/media/dvb/dvb-usb/dvb-usb-common.h N 2.6/drivers/media/dvb/dvb-usb/dtt200u.h N 2.6/drivers/media/dvb/dvb-usb/dtt200u.c N 2.6/drivers/media/dvb/dvb-usb/dtt200u-fe.c N 2.6/drivers/media/dvb/dvb-usb/digitv.h N 2.6/drivers/media/dvb/dvb-usb/digitv.c N 2.6/drivers/media/dvb/dvb-usb/dibusb.h N 2.6/drivers/media/dvb/dvb-usb/dibusb-mc.c N 2.6/drivers/media/dvb/dvb-usb/dibusb-mb.c N 2.6/drivers/media/dvb/dvb-usb/dibusb-common.c N 2.6/drivers/media/dvb/dvb-usb/cxusb.h N 2.6/drivers/media/dvb/dvb-usb/cxusb.c N 2.6/drivers/media/dvb/dvb-usb/a800.c N 2.6/drivers/media/dvb/dvb-usb/Makefile N 2.6/drivers/media/dvb/dvb-usb/Kconfig N 2.6/drivers/media/dvb/b2c2/flexcop_ibi_value_le.h N 2.6/drivers/media/dvb/b2c2/flexcop_ibi_value_be.h N 2.6/drivers/media/dvb/frontends/s5h1420.h N 2.6/drivers/media/dvb/frontends/s5h1420.c N 2.6/drivers/media/dvb/frontends/lgdt330x_priv.h N 2.6/drivers/media/dvb/frontends/lgdt330x.h N 2.6/drivers/media/dvb/frontends/lgdt330x.c N 2.6/drivers/media/dvb/frontends/bcm3510_priv.h N 2.6/drivers/media/dvb/frontends/bcm3510.h N 2.6/drivers/media/dvb/frontends/bcm3510.c N 2.6/drivers/md/bitmap.c N 2.6/drivers/macintosh/macio_sysfs.c N 2.6/drivers/input/mouse/lifebook.h N 2.6/drivers/input/mouse/lifebook.c N 2.6/drivers/ide/cris/ide-cris.c N 2.6/drivers/ide/pci/it821x.c N 2.6/drivers/i2c/chips/tps65010.c N 2.6/drivers/i2c/chips/ds1374.c N 2.6/drivers/i2c/chips/pca9539.c N 2.6/drivers/i2c/chips/max6875.c N 2.6/drivers/char/vr41xx_giu.c N 2.6/drivers/char/hvc_vio.c N 2.6/drivers/char/tpm/tpm_infineon.c N 2.6/drivers/char/watchdog/wdrtas.c N 2.6/drivers/char/drm/via_video.c N 2.6/drivers/char/drm/via_verifier.h N 2.6/drivers/char/drm/via_verifier.c N 2.6/drivers/char/drm/via_mm.h N 2.6/drivers/char/drm/via_mm.c N 2.6/drivers/char/drm/via_map.c N 2.6/drivers/char/drm/via_irq.c N 2.6/drivers/char/drm/via_ds.h N 2.6/drivers/char/drm/via_drv.h N 2.6/drivers/char/drm/via_drv.c N 2.6/drivers/char/drm/via_drm.h N 2.6/drivers/char/drm/via_dma.c N 2.6/drivers/char/drm/via_3d_reg.h N 2.6/drivers/char/drm/radeon_ioc32.c N 2.6/drivers/char/drm/r128_ioc32.c N 2.6/drivers/char/drm/mga_ioc32.c N 2.6/drivers/char/drm/i915_ioc32.c N 2.6/drivers/char/drm/drm_ioc32.c N 2.6/drivers/char/drm/via_ds.c N 2.6/drivers/base/dd.c N 2.6/drivers/acpi/hotkey.c N 2.6/drivers/acpi/glue.c N 2.6/arch/xtensa/Makefile N 2.6/arch/xtensa/Kconfig.debug N 2.6/arch/xtensa/Kconfig N 2.6/arch/xtensa/platform-iss/setup.c N 2.6/arch/xtensa/platform-iss/network.c N 2.6/arch/xtensa/platform-iss/io.c N 2.6/arch/xtensa/platform-iss/console.c N 2.6/arch/xtensa/platform-iss/Makefile N 2.6/arch/xtensa/mm/tlb.c N 2.6/arch/xtensa/mm/pgtable.c N 2.6/arch/xtensa/mm/misc.S N 2.6/arch/xtensa/mm/init.c N 2.6/arch/xtensa/mm/fault.c N 2.6/arch/xtensa/mm/Makefile N 2.6/arch/xtensa/lib/usercopy.S N 2.6/arch/xtensa/lib/strnlen_user.S N 2.6/arch/xtensa/lib/strncpy_user.S N 2.6/arch/xtensa/lib/strcasecmp.c N 2.6/arch/xtensa/lib/pci-auto.c N 2.6/arch/xtensa/lib/memset.S N 2.6/arch/xtensa/lib/memcopy.S N 2.6/arch/xtensa/lib/checksum.S N 2.6/arch/xtensa/lib/Makefile N 2.6/arch/xtensa/kernel/xtensa_ksyms.c N 2.6/arch/xtensa/kernel/vmlinux.lds.S N 2.6/arch/xtensa/kernel/vectors.S N 2.6/arch/xtensa/kernel/traps.c N 2.6/arch/xtensa/kernel/time.c N 2.6/arch/xtensa/kernel/syscalls.h N 2.6/arch/xtensa/kernel/syscalls.c N 2.6/arch/xtensa/kernel/signal.c N 2.6/arch/xtensa/kernel/setup.c N 2.6/arch/xtensa/kernel/semaphore.c N 2.6/arch/xtensa/kernel/ptrace.c N 2.6/arch/xtensa/kernel/process.c N 2.6/arch/xtensa/kernel/platform.c N 2.6/arch/xtensa/kernel/pci.c N 2.6/arch/xtensa/kernel/pci-dma.c N 2.6/arch/xtensa/kernel/module.c N 2.6/arch/xtensa/kernel/irq.c N 2.6/arch/xtensa/kernel/head.S N 2.6/arch/xtensa/kernel/entry.S N 2.6/arch/xtensa/kernel/coprocessor.S N 2.6/arch/xtensa/kernel/asm-offsets.c N 2.6/arch/xtensa/kernel/align.S N 2.6/arch/xtensa/kernel/Makefile N 2.6/arch/xtensa/configs/iss_defconfig N 2.6/arch/xtensa/configs/common_defconfig N 2.6/arch/xtensa/boot/Makefile N 2.6/arch/xtensa/boot/ramdisk/Makefile N 2.6/arch/xtensa/boot/lib/zmem.c N 2.6/arch/xtensa/boot/lib/Makefile N 2.6/arch/xtensa/boot/boot-redboot/bootstrap.S N 2.6/arch/xtensa/boot/boot-redboot/boot.ld N 2.6/arch/xtensa/boot/boot-redboot/Makefile N 2.6/arch/xtensa/boot/boot-elf/bootstrap.S N 2.6/arch/xtensa/boot/boot-elf/boot.ld N 2.6/arch/xtensa/boot/boot-elf/Makefile N 2.6/arch/frv/defconfig N 2.6/arch/m32r/mappi3/dot.gdbinit N 2.6/arch/m32r/mappi3/defconfig.smp N 2.6/arch/m32r/kernel/setup_mappi3.c N 2.6/arch/m32r/kernel/io_mappi3.c N 2.6/arch/x86_64/crypto/aes.c N 2.6/arch/x86_64/crypto/aes-x86_64-asm.S N 2.6/arch/x86_64/crypto/Makefile N 2.6/arch/x86_64/kernel/relocate_kernel.S N 2.6/arch/x86_64/kernel/machine_kexec.c N 2.6/arch/x86_64/kernel/crash.c N 2.6/arch/x86_64/ia32/syscall32_syscall.S N 2.6/arch/v850/configs/sim_defconfig N 2.6/arch/v850/configs/rte-me2-cb_defconfig N 2.6/arch/v850/configs/rte-ma1-cb_defconfig N 2.6/arch/um/sys-x86_64/unmap.c N 2.6/arch/um/sys-x86_64/stub_segv.c N 2.6/arch/um/sys-x86_64/stub.S N 2.6/arch/um/scripts/Makefile.unmap N 2.6/arch/um/sys-i386/unmap.c N 2.6/arch/um/sys-i386/stub_segv.c N 2.6/arch/um/sys-i386/stub.S N 2.6/arch/um/kernel/skas/clone.c N 2.6/arch/um/kernel/skas/include/stub-data.h N 2.6/arch/um/kernel/skas/include/mm_id.h N 2.6/arch/um/include/sysdep-x86_64/stub.h N 2.6/arch/um/include/sysdep-i386/stub.h N 2.6/arch/sparc64/kernel/una_asm.S N 2.6/arch/s390/lib/spinlock.c N 2.6/arch/s390/kernel/relocate_kernel64.S N 2.6/arch/s390/kernel/relocate_kernel.S N 2.6/arch/s390/kernel/machine_kexec.c N 2.6/arch/s390/kernel/crash.c N 2.6/arch/ppc64/configs/bpa_defconfig N 2.6/arch/ppc64/kernel/spider-pic.c N 2.6/arch/ppc64/kernel/rtas_pci.c N 2.6/arch/ppc64/kernel/machine_kexec.c N 2.6/arch/ppc64/kernel/bpa_setup.c N 2.6/arch/ppc64/kernel/bpa_nvram.c N 2.6/arch/ppc64/kernel/bpa_iommu.h N 2.6/arch/ppc64/kernel/bpa_iommu.c N 2.6/arch/ppc64/kernel/bpa_iic.h N 2.6/arch/ppc64/kernel/lparmap.c N 2.6/arch/ppc64/kernel/bpa_iic.c C 2.6/arch/ppc/Makefile N 2.6/arch/ppc/platforms/mpc885ads.h N 2.6/arch/ppc/platforms/4xx/ibm440ep.h N 2.6/arch/ppc/platforms/4xx/ibm440ep.c N 2.6/arch/ppc/platforms/4xx/bamboo.h N 2.6/arch/ppc/platforms/4xx/bamboo.c C 2.6/arch/ppc/mm/pgtable.c C 2.6/arch/ppc/mm/init.c N 2.6/arch/ppc/kernel/relocate_kernel.S N 2.6/arch/ppc/kernel/machine_kexec.c C 2.6/arch/ppc/kernel/time.c C 2.6/arch/ppc/kernel/setup.c C 2.6/arch/ppc/kernel/ppc_ksyms.c C 2.6/arch/ppc/kernel/misc.S C 2.6/arch/ppc/kernel/entry.S C 2.6/arch/ppc/kernel/Makefile N 2.6/arch/ppc/configs/mpc885ads_defconfig N 2.6/arch/ppc/configs/mpc86x_ads_defconfig N 2.6/arch/ppc/configs/mpc8548_cds_defconfig N 2.6/arch/ppc/configs/bamboo_defconfig N 2.6/arch/ia64/kernel/uncached.c N 2.6/arch/ia64/kernel/numa.c N 2.6/arch/ia64/kernel/kprobes.c N 2.6/arch/ia64/kernel/jprobes.S N 2.6/arch/i386/kernel/relocate_kernel.S N 2.6/arch/i386/kernel/machine_kexec.c N 2.6/arch/i386/kernel/crash.c N 2.6/arch/i386/kernel/acpi/cstate.c N 2.6/arch/cris/arch-v32/vmlinux.lds.S N 2.6/arch/cris/arch-v32/output_arch.ld N 2.6/arch/cris/arch-v32/Kconfig N 2.6/arch/cris/arch-v32/mm/tlb.c N 2.6/arch/cris/arch-v32/mm/mmu.S N 2.6/arch/cris/arch-v32/mm/intmem.c N 2.6/arch/cris/arch-v32/mm/init.c N 2.6/arch/cris/arch-v32/mm/Makefile N 2.6/arch/cris/arch-v32/lib/usercopy.c N 2.6/arch/cris/arch-v32/lib/string.c N 2.6/arch/cris/arch-v32/lib/spinlock.S N 2.6/arch/cris/arch-v32/lib/nand_init.S N 2.6/arch/cris/arch-v32/lib/memset.c N 2.6/arch/cris/arch-v32/lib/hw_settings.S N 2.6/arch/cris/arch-v32/lib/dram_init.S N 2.6/arch/cris/arch-v32/lib/csumcpfruser.S N 2.6/arch/cris/arch-v32/lib/checksumcopy.S N 2.6/arch/cris/arch-v32/lib/checksum.S N 2.6/arch/cris/arch-v32/lib/Makefile N 2.6/arch/cris/arch-v32/kernel/vcs_hook.h N 2.6/arch/cris/arch-v32/kernel/vcs_hook.c N 2.6/arch/cris/arch-v32/kernel/traps.c N 2.6/arch/cris/arch-v32/kernel/time.c N 2.6/arch/cris/arch-v32/kernel/smp.c N 2.6/arch/cris/arch-v32/kernel/signal.c N 2.6/arch/cris/arch-v32/kernel/setup.c N 2.6/arch/cris/arch-v32/kernel/ptrace.c N 2.6/arch/cris/arch-v32/kernel/process.c N 2.6/arch/cris/arch-v32/kernel/pinmux.c N 2.6/arch/cris/arch-v32/kernel/kgdb_asm.S N 2.6/arch/cris/arch-v32/kernel/kgdb.c N 2.6/arch/cris/arch-v32/kernel/irq.c N 2.6/arch/cris/arch-v32/kernel/io.c N 2.6/arch/cris/arch-v32/kernel/head.S N 2.6/arch/cris/arch-v32/kernel/fasttimer.c N 2.6/arch/cris/arch-v32/kernel/entry.S N 2.6/arch/cris/arch-v32/kernel/dma.c N 2.6/arch/cris/arch-v32/kernel/debugport.c N 2.6/arch/cris/arch-v32/kernel/crisksyms.c N 2.6/arch/cris/arch-v32/kernel/asm-offsets.c N 2.6/arch/cris/arch-v32/kernel/arbiter.c N 2.6/arch/cris/arch-v32/kernel/Makefile N 2.6/arch/cris/arch-v32/drivers/sync_serial.c N 2.6/arch/cris/arch-v32/drivers/pcf8563.c N 2.6/arch/cris/arch-v32/drivers/nandflash.c N 2.6/arch/cris/arch-v32/drivers/iop_fw_load.c N 2.6/arch/cris/arch-v32/drivers/i2c.h N 2.6/arch/cris/arch-v32/drivers/i2c.c N 2.6/arch/cris/arch-v32/drivers/gpio.c N 2.6/arch/cris/arch-v32/drivers/cryptocop.c N 2.6/arch/cris/arch-v32/drivers/axisflashmap.c N 2.6/arch/cris/arch-v32/drivers/Makefile N 2.6/arch/cris/arch-v32/drivers/Kconfig N 2.6/arch/cris/arch-v32/drivers/pci/dma.c N 2.6/arch/cris/arch-v32/drivers/pci/bios.c N 2.6/arch/cris/arch-v32/drivers/pci/Makefile N 2.6/arch/cris/arch-v32/boot/Makefile N 2.6/arch/cris/arch-v32/boot/rescue/rescue.ld N 2.6/arch/cris/arch-v32/boot/rescue/head.S N 2.6/arch/cris/arch-v32/boot/rescue/Makefile N 2.6/arch/cris/arch-v32/boot/compressed/misc.c N 2.6/arch/cris/arch-v32/boot/compressed/head.S N 2.6/arch/cris/arch-v32/boot/compressed/decompress.ld N 2.6/arch/cris/arch-v32/boot/compressed/README N 2.6/arch/cris/arch-v32/boot/compressed/Makefile N 2.6/arch/cris/arch-v10/kernel/io_interface_mux.c N 2.6/arch/cris/arch-v10/kernel/dma.c N 2.6/arch/cris/kernel/profile.c N 2.6/arch/arm/mach-aaec2000/core.h N 2.6/arch/arm/mach-aaec2000/core.c N 2.6/arch/arm/mach-aaec2000/aaed2000.c N 2.6/arch/arm/mach-aaec2000/Makefile.boot N 2.6/arch/arm/mach-aaec2000/Makefile N 2.6/arch/arm/mach-aaec2000/Kconfig N 2.6/arch/arm/mach-versatile/pci.c N 2.6/arch/arm/mach-s3c2410/s3c2440-irq.c N 2.6/arch/arm/mach-s3c2410/s3c2440-clock.c N 2.6/arch/arm/mach-s3c2410/pm-simtec.c N 2.6/arch/arm/mach-s3c2410/irq.h N 2.6/arch/arm/plat-omap/usb.c N 2.6/arch/arm/plat-omap/sleep.S N 2.6/arch/arm/plat-omap/pm.c N 2.6/arch/arm/plat-omap/ocpi.c N 2.6/arch/arm/plat-omap/mux.c N 2.6/arch/arm/plat-omap/mcbsp.c N 2.6/arch/arm/plat-omap/gpio.c N 2.6/arch/arm/plat-omap/dma.c N 2.6/arch/arm/plat-omap/cpu-omap.c N 2.6/arch/arm/plat-omap/common.c N 2.6/arch/arm/plat-omap/clock.h N 2.6/arch/arm/plat-omap/clock.c N 2.6/arch/arm/plat-omap/Makefile N 2.6/arch/arm/plat-omap/Kconfig N 2.6/arch/arm/mach-omap1/time.c N 2.6/arch/arm/mach-omap1/serial.c N 2.6/arch/arm/mach-omap1/leds.h N 2.6/arch/arm/mach-omap1/leds.c N 2.6/arch/arm/mach-omap1/leds-osk.c N 2.6/arch/arm/mach-omap1/leds-innovator.c N 2.6/arch/arm/mach-omap1/leds-h2p2-debug.c N 2.6/arch/arm/mach-omap1/irq.c N 2.6/arch/arm/mach-omap1/io.c N 2.6/arch/arm/mach-omap1/id.c N 2.6/arch/arm/mach-omap1/fpga.c N 2.6/arch/arm/mach-omap1/board-voiceblue.c N 2.6/arch/arm/mach-omap1/board-perseus2.c N 2.6/arch/arm/mach-omap1/board-osk.c N 2.6/arch/arm/mach-omap1/board-netstar.c N 2.6/arch/arm/mach-omap1/board-innovator.c N 2.6/arch/arm/mach-omap1/board-h3.c N 2.6/arch/arm/mach-omap1/board-h2.c N 2.6/arch/arm/mach-omap1/board-generic.c N 2.6/arch/arm/mach-omap1/Makefile.boot N 2.6/arch/arm/mach-omap1/Makefile N 2.6/arch/arm/mach-omap1/Kconfig N 2.6/arch/arm/oprofile/backtrace.c N 2.6/arch/arm/mach-pxa/standby.S N 2.6/arch/arm/mach-integrator/platsmp.c N 2.6/arch/arm/mach-integrator/headsmp.S N 2.6/arch/arm/kernel/signal.h N 2.6/Documentation/stable_kernel_rules.txt N 2.6/Documentation/sgi-ioc4.txt N 2.6/Documentation/kprobes.txt N 2.6/Documentation/acpi-hotkey.txt N 2.6/Documentation/pcmcia/driver-changes.txt N 2.6/Documentation/pcmcia/devicetable.txt N 2.6/Documentation/kdump/kdump.txt N 2.6/Documentation/kdump/gdbmacros.txt N 2.6/Documentation/hwmon/w83l785ts N 2.6/Documentation/hwmon/w83781d N 2.6/Documentation/hwmon/w83627hf N 2.6/Documentation/hwmon/via686a N 2.6/Documentation/hwmon/userspace-tools N 2.6/Documentation/hwmon/sysfs-interface N 2.6/Documentation/hwmon/smsc47m1 N 2.6/Documentation/hwmon/smsc47b397 N 2.6/Documentation/hwmon/sis5595 N 2.6/Documentation/hwmon/pc87360 N 2.6/Documentation/hwmon/max1619 N 2.6/Documentation/hwmon/lm92 N 2.6/Documentation/hwmon/lm90 N 2.6/Documentation/hwmon/lm87 N 2.6/Documentation/hwmon/lm85 N 2.6/Documentation/hwmon/lm83 N 2.6/Documentation/hwmon/lm80 N 2.6/Documentation/hwmon/lm78 N 2.6/Documentation/hwmon/lm77 N 2.6/Documentation/hwmon/lm75 N 2.6/Documentation/hwmon/lm63 N 2.6/Documentation/hwmon/it87 N 2.6/Documentation/hwmon/gl518sm N 2.6/Documentation/hwmon/fscher N 2.6/Documentation/hwmon/ds1621 N 2.6/Documentation/hwmon/asb100 N 2.6/Documentation/hwmon/adm9240 N 2.6/Documentation/hwmon/adm1031 N 2.6/Documentation/hwmon/adm1026 N 2.6/Documentation/hwmon/adm1025 N 2.6/Documentation/hwmon/adm1021 N 2.6/Documentation/infiniband/user_verbs.txt N 2.6/Documentation/infiniband/core_locking.txt N 2.6/Documentation/dvb/README.dvb-usb N 2.6/Documentation/video4linux/not-in-cx2388x-datasheet.txt N 2.6/Documentation/video4linux/lifeview.txt N 2.6/Documentation/video4linux/hauppauge-wintv-cx88-ir.txt N 2.6/Documentation/video4linux/CARDLIST.cx88 N 2.6/Documentation/sound/alsa/hdspm.txt N 2.6/Documentation/sound/alsa/emu10k1-jack.txt N 2.6/Documentation/scsi/scsi-changer.txt N 2.6/Documentation/networking/fib_trie.txt N 2.6/Documentation/i2c/chips/pcf8591 N 2.6/Documentation/i2c/chips/pcf8574 N 2.6/Documentation/i2c/chips/pca9539 N 2.6/Documentation/i2c/chips/max6875 N 2.6/Documentation/i2c/chips/eeprom N 2.6/Documentation/filesystems/xip.txt N 2.6/Documentation/filesystems/inotify.txt N 2.6/Documentation/fb/intelfb.txt N 2.6/Documentation/block/ioprio.txt N 2.6/Documentation/arm/Samsung-S3C24XX/USB-Host.txt 12 conflicts created by this import. cvs checkout -jlinux:yesterday -jlinux 2.6 |
From: Geert U. <ge...@li...> - 2005-09-09 08:16:23
|
On Fri, 9 Sep 2005, Christian T. Steigies wrote: > is Atari/Hades still supported in linux-2.6? It seems, to enable > CONFIG_HADES, I need to enable CONFIG_PCI first, but I can find neither in > the config. For 2.4 kernels in debian, I have disabled CONFIG_HADES, > probably because it did not compile otherwise, but has hades support been > completely removed from 2.6? Or is it just PCI support? Some time ago I was Hades has been in a broken state since 2.4. I gave up trying to make it compilable again a long time ago. > asked to enable the pm2fb driver in the amiga kernels, but it seems, that > driver also needs CONFIG_PCI, and I ever found out how to enable it on m68k. That's for the Cybervision/PPC. While it's possible to get that one working on m68k as well, I don't think anyone ever did. Perhaps the APUS people know more? 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: Geert U. <ge...@li...> - 2005-09-08 08:11:08
|
---------- Forwarded message ---------- Date: Wed, 07 Sep 2005 15:59:48 -0500 From: jd...@fr... To: lin...@oz..., lin...@oz... Subject: PATCH ppc: Merge a few more include files Merge a few asm-ppc and asm-ppc64 header files. Note: the merge of setup.h intentionally does not carry forward the m68k cruft. That means this patch continues to break the already broken amiga on the ppc32. include/asm-powerpc/msgbuf.h | 33 +++++++++++++++++++ include/asm-powerpc/param.h | 24 ++++++++++++++ include/asm-powerpc/setup.h | 9 +++++ include/asm-powerpc/timex.h | 49 ++++++++++++++++++++++++++++ include/asm-powerpc/topology.h | 70 ++++++++++++++++++++++++++++++++++++++++ include/asm-powerpc/user.h | 55 +++++++++++++++++++++++++++++++ include/asm-ppc/msgbuf.h | 25 -------------- include/asm-ppc/param.h | 24 -------------- include/asm-ppc/setup.h | 14 -------- include/asm-ppc/timex.h | 40 ----------------------- include/asm-ppc/topology.h | 6 --- include/asm-ppc/user.h | 54 ------------------------------- include/asm-ppc64/msgbuf.h | 27 --------------- include/asm-ppc64/param.h | 31 ------------------ include/asm-ppc64/setup.h | 6 --- include/asm-ppc64/timex.h | 26 --------------- include/asm-ppc64/topology.h | 69 --------------------------------------- include/asm-ppc64/user.h | 58 --------------------------------- 18 files changed, 240 insertions(+), 380 deletions(-) Signed-off-by: Jon Loeliger <jd...@fr...> Signed-off-by: Kumar Gala <kum...@fr...> --- diff --git a/include/asm-powerpc/msgbuf.h b/include/asm-powerpc/msgbuf.h new file mode 100644 --- /dev/null +++ b/include/asm-powerpc/msgbuf.h @@ -0,0 +1,33 @@ +#ifndef _ASM_POWERPC_MSGBUF_H +#define _ASM_POWERPC_MSGBUF_H + +/* + * The msqid64_ds structure for the PowerPC architecture. + * Note extra padding because this structure is passed back and forth + * between kernel and user space. + */ + +struct msqid64_ds { + struct ipc64_perm msg_perm; +#ifndef __powerpc64__ + unsigned int __unused1; +#endif + __kernel_time_t msg_stime; /* last msgsnd time */ +#ifndef __powerpc64__ + unsigned int __unused2; +#endif + __kernel_time_t msg_rtime; /* last msgrcv time */ +#ifndef __powerpc64__ + unsigned int __unused3; +#endif + __kernel_time_t msg_ctime; /* last change time */ + unsigned long msg_cbytes; /* current number of bytes on queue */ + unsigned long msg_qnum; /* number of messages in queue */ + unsigned long msg_qbytes; /* max number of bytes on queue */ + __kernel_pid_t msg_lspid; /* pid of last msgsnd */ + __kernel_pid_t msg_lrpid; /* last receive pid */ + unsigned long __unused4; + unsigned long __unused5; +}; + +#endif /* _ASM_POWERPC_MSGBUF_H */ diff --git a/include/asm-powerpc/param.h b/include/asm-powerpc/param.h new file mode 100644 --- /dev/null +++ b/include/asm-powerpc/param.h @@ -0,0 +1,24 @@ +#ifndef _ASM_POWERPC_PARAM_H +#define _ASM_POWERPC_PARAM_H + +#include <linux/config.h> + +#ifdef __KERNEL__ +#define HZ CONFIG_HZ /* internal kernel timer frequency */ +#define USER_HZ 100 /* for user interfaces in "ticks" */ +#define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */ +#endif /* __KERNEL__ */ + +#ifndef HZ +#define HZ 100 +#endif + +#define EXEC_PAGESIZE 4096 + +#ifndef NOGROUP +#define NOGROUP (-1) +#endif + +#define MAXHOSTNAMELEN 64 /* max length of hostname */ + +#endif /* _ASM_POWERPC_PARAM_H */ diff --git a/include/asm-powerpc/setup.h b/include/asm-powerpc/setup.h new file mode 100644 --- /dev/null +++ b/include/asm-powerpc/setup.h @@ -0,0 +1,9 @@ +#ifndef _ASM_POWERPC_SETUP_H +#define _ASM_POWERPC_SETUP_H + +#ifdef __KERNEL__ + +#define COMMAND_LINE_SIZE 512 + +#endif /* __KERNEL__ */ +#endif /* _ASM_POWERPC_SETUP_H */ diff --git a/include/asm-powerpc/timex.h b/include/asm-powerpc/timex.h new file mode 100644 --- /dev/null +++ b/include/asm-powerpc/timex.h @@ -0,0 +1,49 @@ +#ifndef _ASM_POWERPC_TIMEX_H +#define _ASM_POWERPC_TIMEX_H + +#ifdef __KERNEL__ + +/* + * PowerPC architecture timex specifications + */ + +#include <linux/config.h> +#include <asm/cputable.h> + +#define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ + +typedef unsigned long cycles_t; + +static inline cycles_t get_cycles(void) +{ + cycles_t ret; + +#ifdef __powerpc64__ + + __asm__ __volatile__("mftb %0" : "=r" (ret) : ); + +#else + /* + * For the "cycle" counter we use the timebase lower half. + * Currently only used on SMP. + */ + + ret = 0; + + __asm__ __volatile__( + "98: mftb %0\n" + "99:\n" + ".section __ftr_fixup,\"a\"\n" + " .long %1\n" + " .long 0\n" + " .long 98b\n" + " .long 99b\n" + ".previous" + : "=r" (ret) : "i" (CPU_FTR_601)); +#endif + + return ret; +} + +#endif /* __KERNEL__ */ +#endif /* _ASM_POWERPC_TIMEX_H */ diff --git a/include/asm-powerpc/topology.h b/include/asm-powerpc/topology.h new file mode 100644 --- /dev/null +++ b/include/asm-powerpc/topology.h @@ -0,0 +1,70 @@ +#ifndef _ASM_POWERPC_TOPOLOGY_H +#define _ASM_POWERPC_TOPOLOGY_H + +#include <linux/config.h> + +#ifdef CONFIG_NUMA + +#include <asm/mmzone.h> + +static inline int cpu_to_node(int cpu) +{ + int node; + + node = numa_cpu_lookup_table[cpu]; + +#ifdef DEBUG_NUMA + BUG_ON(node == -1); +#endif + + return node; +} + +#define parent_node(node) (node) + +static inline cpumask_t node_to_cpumask(int node) +{ + return numa_cpumask_lookup_table[node]; +} + +static inline int node_to_first_cpu(int node) +{ + cpumask_t tmp; + tmp = node_to_cpumask(node); + return first_cpu(tmp); +} + +#define pcibus_to_node(node) (-1) +#define pcibus_to_cpumask(bus) (cpu_online_map) + +#define nr_cpus_node(node) (nr_cpus_in_node[node]) + +/* sched_domains SD_NODE_INIT for PPC64 machines */ +#define SD_NODE_INIT (struct sched_domain) { \ + .span = CPU_MASK_NONE, \ + .parent = NULL, \ + .groups = NULL, \ + .min_interval = 8, \ + .max_interval = 32, \ + .busy_factor = 32, \ + .imbalance_pct = 125, \ + .cache_hot_time = (10*1000000), \ + .cache_nice_tries = 1, \ + .per_cpu_gain = 100, \ + .flags = SD_LOAD_BALANCE \ + | SD_BALANCE_EXEC \ + | SD_BALANCE_NEWIDLE \ + | SD_WAKE_IDLE \ + | SD_WAKE_BALANCE, \ + .last_balance = jiffies, \ + .balance_interval = 1, \ + .nr_balance_failed = 0, \ +} + +#else + +#include <asm-generic/topology.h> + +#endif /* CONFIG_NUMA */ + +#endif /* _ASM_POWERPC_TOPOLOGY_H */ diff --git a/include/asm-powerpc/user.h b/include/asm-powerpc/user.h new file mode 100644 --- /dev/null +++ b/include/asm-powerpc/user.h @@ -0,0 +1,55 @@ +#ifndef _ASM_POWERPC_USER_H +#define _ASM_POWERPC_USER_H + +#ifdef __KERNEL__ + +#include <asm/ptrace.h> +#include <asm/page.h> + +/* + * Adapted from <asm-alpha/user.h> + * + * Core file format: The core file is written in such a way that gdb + * can understand it and provide useful information to the user (under + * linux we use the `trad-core' bfd, NOT the osf-core). The file contents + * are as follows: + * + * upage: 1 page consisting of a user struct that tells gdb + * what is present in the file. Directly after this is a + * copy of the task_struct, which is currently not used by gdb, + * but it may come in handy at some point. All of the registers + * are stored as part of the upage. The upage should always be + * only one page long. + * data: The data segment follows next. We use current->end_text to + * current->brk to pick up all of the user variables, plus any memory + * that may have been sbrk'ed. No attempt is made to determine if a + * page is demand-zero or if a page is totally unused, we just cover + * the entire range. All of the addresses are rounded in such a way + * that an integral number of pages is written. + * stack: We need the stack information in order to get a meaningful + * backtrace. We need to write the data from usp to + * current->start_stack, so we round each of these in order to be able + * to write an integer number of pages. + */ +struct user { + struct pt_regs regs; /* entire machine state */ + size_t u_tsize; /* text size (pages) */ + size_t u_dsize; /* data size (pages) */ + size_t u_ssize; /* stack size (pages) */ + unsigned long start_code; /* text starting address */ + unsigned long start_data; /* data starting address */ + unsigned long start_stack; /* stack starting address */ + long int signal; /* signal causing core dump */ + struct regs * u_ar0; /* help gdb find registers */ + unsigned long magic; /* identifies a core file */ + char u_comm[32]; /* user command name */ +}; + +#define NBPG PAGE_SIZE +#define UPAGES 1 +#define HOST_TEXT_START_ADDR (u.start_code) +#define HOST_DATA_START_ADDR (u.start_data) +#define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG) + +#endif /* __KERNEL__ */ +#endif /* _ASM_POWERPC_USER_H */ diff --git a/include/asm-ppc/msgbuf.h b/include/asm-ppc/msgbuf.h deleted file mode 100644 --- a/include/asm-ppc/msgbuf.h +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef _PPC_MSGBUF_H -#define _PPC_MSGBUF_H - -/* - * The msqid64_ds structure for the PPC architecture. - */ - -struct msqid64_ds { - struct ipc64_perm msg_perm; - unsigned int __unused1; - __kernel_time_t msg_stime; /* last msgsnd time */ - unsigned int __unused2; - __kernel_time_t msg_rtime; /* last msgrcv time */ - unsigned int __unused3; - __kernel_time_t msg_ctime; /* last change time */ - unsigned long msg_cbytes; /* current number of bytes on queue */ - unsigned long msg_qnum; /* number of messages in queue */ - unsigned long msg_qbytes; /* max number of bytes on queue */ - __kernel_pid_t msg_lspid; /* pid of last msgsnd */ - __kernel_pid_t msg_lrpid; /* last receive pid */ - unsigned long __unused4; - unsigned long __unused5; -}; - -#endif /* _PPC_MSGBUF_H */ diff --git a/include/asm-ppc/param.h b/include/asm-ppc/param.h deleted file mode 100644 --- a/include/asm-ppc/param.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef _ASM_PPC_PARAM_H -#define _ASM_PPC_PARAM_H - -#include <linux/config.h> - -#ifdef __KERNEL__ -#define HZ CONFIG_HZ /* internal timer frequency */ -#define USER_HZ 100 /* for user interfaces in "ticks" */ -#define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */ -#endif /* __KERNEL__ */ - -#ifndef HZ -#define HZ 100 -#endif - -#define EXEC_PAGESIZE 4096 - -#ifndef NOGROUP -#define NOGROUP (-1) -#endif - -#define MAXHOSTNAMELEN 64 /* max length of hostname */ - -#endif diff --git a/include/asm-ppc/setup.h b/include/asm-ppc/setup.h deleted file mode 100644 --- a/include/asm-ppc/setup.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifdef __KERNEL__ -#ifndef _PPC_SETUP_H -#define _PPC_SETUP_H - -#define m68k_num_memory num_memory -#define m68k_memory memory - -#include <asm-m68k/setup.h> -/* We have a bigger command line buffer. */ -#undef COMMAND_LINE_SIZE -#define COMMAND_LINE_SIZE 512 - -#endif /* _PPC_SETUP_H */ -#endif /* __KERNEL__ */ diff --git a/include/asm-ppc/timex.h b/include/asm-ppc/timex.h deleted file mode 100644 --- a/include/asm-ppc/timex.h +++ /dev/null @@ -1,40 +0,0 @@ -/* - * include/asm-ppc/timex.h - * - * ppc architecture timex specifications - */ -#ifdef __KERNEL__ -#ifndef _ASMppc_TIMEX_H -#define _ASMppc_TIMEX_H - -#include <linux/config.h> -#include <asm/cputable.h> - -#define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ - -typedef unsigned long cycles_t; - -/* - * For the "cycle" counter we use the timebase lower half. - * Currently only used on SMP. - */ - -static inline cycles_t get_cycles(void) -{ - cycles_t ret = 0; - - __asm__ __volatile__( - "98: mftb %0\n" - "99:\n" - ".section __ftr_fixup,\"a\"\n" - " .long %1\n" - " .long 0\n" - " .long 98b\n" - " .long 99b\n" - ".previous" - : "=r" (ret) : "i" (CPU_FTR_601)); - return ret; -} - -#endif -#endif /* __KERNEL__ */ diff --git a/include/asm-ppc/topology.h b/include/asm-ppc/topology.h deleted file mode 100644 --- a/include/asm-ppc/topology.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _ASM_PPC_TOPOLOGY_H -#define _ASM_PPC_TOPOLOGY_H - -#include <asm-generic/topology.h> - -#endif /* _ASM_PPC_TOPOLOGY_H */ diff --git a/include/asm-ppc/user.h b/include/asm-ppc/user.h deleted file mode 100644 --- a/include/asm-ppc/user.h +++ /dev/null @@ -1,54 +0,0 @@ -#ifdef __KERNEL__ -#ifndef _PPC_USER_H -#define _PPC_USER_H - -/* Adapted from <asm-alpha/user.h> */ - -#include <linux/ptrace.h> -#include <asm/page.h> - -/* - * Core file format: The core file is written in such a way that gdb - * can understand it and provide useful information to the user (under - * linux we use the `trad-core' bfd, NOT the osf-core). The file contents - * are as follows: - * - * upage: 1 page consisting of a user struct that tells gdb - * what is present in the file. Directly after this is a - * copy of the task_struct, which is currently not used by gdb, - * but it may come in handy at some point. All of the registers - * are stored as part of the upage. The upage should always be - * only one page long. - * data: The data segment follows next. We use current->end_text to - * current->brk to pick up all of the user variables, plus any memory - * that may have been sbrk'ed. No attempt is made to determine if a - * page is demand-zero or if a page is totally unused, we just cover - * the entire range. All of the addresses are rounded in such a way - * that an integral number of pages is written. - * stack: We need the stack information in order to get a meaningful - * backtrace. We need to write the data from usp to - * current->start_stack, so we round each of these in order to be able - * to write an integer number of pages. - */ -struct user { - struct pt_regs regs; /* entire machine state */ - size_t u_tsize; /* text size (pages) */ - size_t u_dsize; /* data size (pages) */ - size_t u_ssize; /* stack size (pages) */ - unsigned long start_code; /* text starting address */ - unsigned long start_data; /* data starting address */ - unsigned long start_stack; /* stack starting address */ - long int signal; /* signal causing core dump */ - struct regs * u_ar0; /* help gdb find registers */ - unsigned long magic; /* identifies a core file */ - char u_comm[32]; /* user command name */ -}; - -#define NBPG PAGE_SIZE -#define UPAGES 1 -#define HOST_TEXT_START_ADDR (u.start_code) -#define HOST_DATA_START_ADDR (u.start_data) -#define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG) - -#endif /* _PPC_USER_H */ -#endif /* __KERNEL__ */ diff --git a/include/asm-ppc64/msgbuf.h b/include/asm-ppc64/msgbuf.h deleted file mode 100644 --- a/include/asm-ppc64/msgbuf.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef _PPC64_MSGBUF_H -#define _PPC64_MSGBUF_H - -/* - * The msqid64_ds structure for the PPC architecture. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version. - */ - -struct msqid64_ds { - struct ipc64_perm msg_perm; - __kernel_time_t msg_stime; /* last msgsnd time */ - __kernel_time_t msg_rtime; /* last msgrcv time */ - __kernel_time_t msg_ctime; /* last change time */ - unsigned long msg_cbytes; /* current number of bytes on queue */ - unsigned long msg_qnum; /* number of messages in queue */ - unsigned long msg_qbytes; /* max number of bytes on queue */ - __kernel_pid_t msg_lspid; /* pid of last msgsnd */ - __kernel_pid_t msg_lrpid; /* last receive pid */ - unsigned long __unused1; - unsigned long __unused2; -}; - -#endif /* _PPC64_MSGBUF_H */ diff --git a/include/asm-ppc64/param.h b/include/asm-ppc64/param.h deleted file mode 100644 --- a/include/asm-ppc64/param.h +++ /dev/null @@ -1,31 +0,0 @@ -#ifndef _ASM_PPC64_PARAM_H -#define _ASM_PPC64_PARAM_H - -#include <linux/config.h> - -/* - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version. - */ - -#ifdef __KERNEL__ -# define HZ CONFIG_HZ /* Internal kernel timer frequency */ -# define USER_HZ 100 /* .. some user interfaces are in "ticks" */ -# define CLOCKS_PER_SEC (USER_HZ) /* like times() */ -#endif - -#ifndef HZ -#define HZ 100 -#endif - -#define EXEC_PAGESIZE 4096 - -#ifndef NOGROUP -#define NOGROUP (-1) -#endif - -#define MAXHOSTNAMELEN 64 /* max length of hostname */ - -#endif /* _ASM_PPC64_PARAM_H */ diff --git a/include/asm-ppc64/setup.h b/include/asm-ppc64/setup.h deleted file mode 100644 --- a/include/asm-ppc64/setup.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _PPC_SETUP_H -#define _PPC_SETUP_H - -#define COMMAND_LINE_SIZE 512 - -#endif /* _PPC_SETUP_H */ diff --git a/include/asm-ppc64/timex.h b/include/asm-ppc64/timex.h deleted file mode 100644 --- a/include/asm-ppc64/timex.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * linux/include/asm-ppc/timex.h - * - * PPC64 architecture timex specifications - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version. - */ -#ifndef _ASMPPC64_TIMEX_H -#define _ASMPPC64_TIMEX_H - -#define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ - -typedef unsigned long cycles_t; - -static inline cycles_t get_cycles(void) -{ - cycles_t ret; - - __asm__ __volatile__("mftb %0" : "=r" (ret) : ); - return ret; -} - -#endif diff --git a/include/asm-ppc64/topology.h b/include/asm-ppc64/topology.h deleted file mode 100644 --- a/include/asm-ppc64/topology.h +++ /dev/null @@ -1,69 +0,0 @@ -#ifndef _ASM_PPC64_TOPOLOGY_H -#define _ASM_PPC64_TOPOLOGY_H - -#include <linux/config.h> -#include <asm/mmzone.h> - -#ifdef CONFIG_NUMA - -static inline int cpu_to_node(int cpu) -{ - int node; - - node = numa_cpu_lookup_table[cpu]; - -#ifdef DEBUG_NUMA - BUG_ON(node == -1); -#endif - - return node; -} - -#define parent_node(node) (node) - -static inline cpumask_t node_to_cpumask(int node) -{ - return numa_cpumask_lookup_table[node]; -} - -static inline int node_to_first_cpu(int node) -{ - cpumask_t tmp; - tmp = node_to_cpumask(node); - return first_cpu(tmp); -} - -#define pcibus_to_node(node) (-1) -#define pcibus_to_cpumask(bus) (cpu_online_map) - -#define nr_cpus_node(node) (nr_cpus_in_node[node]) - -/* sched_domains SD_NODE_INIT for PPC64 machines */ -#define SD_NODE_INIT (struct sched_domain) { \ - .span = CPU_MASK_NONE, \ - .parent = NULL, \ - .groups = NULL, \ - .min_interval = 8, \ - .max_interval = 32, \ - .busy_factor = 32, \ - .imbalance_pct = 125, \ - .cache_hot_time = (10*1000000), \ - .cache_nice_tries = 1, \ - .per_cpu_gain = 100, \ - .flags = SD_LOAD_BALANCE \ - | SD_BALANCE_EXEC \ - | SD_BALANCE_NEWIDLE \ - | SD_WAKE_IDLE \ - | SD_WAKE_BALANCE, \ - .last_balance = jiffies, \ - .balance_interval = 1, \ - .nr_balance_failed = 0, \ -} - -#else - -#include <asm-generic/topology.h> - -#endif /* CONFIG_NUMA */ - -#endif /* _ASM_PPC64_TOPOLOGY_H */ diff --git a/include/asm-ppc64/user.h b/include/asm-ppc64/user.h deleted file mode 100644 --- a/include/asm-ppc64/user.h +++ /dev/null @@ -1,58 +0,0 @@ -#ifndef _PPC_USER_H -#define _PPC_USER_H - -/* Adapted from <asm-alpha/user.h> - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version. - */ - -#include <asm/ptrace.h> -#include <asm/page.h> - -/* - * Core file format: The core file is written in such a way that gdb - * can understand it and provide useful information to the user (under - * linux we use the `trad-core' bfd, NOT the osf-core). The file contents - * are as follows: - * - * upage: 1 page consisting of a user struct that tells gdb - * what is present in the file. Directly after this is a - * copy of the task_struct, which is currently not used by gdb, - * but it may come in handy at some point. All of the registers - * are stored as part of the upage. The upage should always be - * only one page long. - * data: The data segment follows next. We use current->end_text to - * current->brk to pick up all of the user variables, plus any memory - * that may have been sbrk'ed. No attempt is made to determine if a - * page is demand-zero or if a page is totally unused, we just cover - * the entire range. All of the addresses are rounded in such a way - * that an integral number of pages is written. - * stack: We need the stack information in order to get a meaningful - * backtrace. We need to write the data from usp to - * current->start_stack, so we round each of these in order to be able - * to write an integer number of pages. - */ -struct user { - struct pt_regs regs; /* entire machine state */ - size_t u_tsize; /* text size (pages) */ - size_t u_dsize; /* data size (pages) */ - size_t u_ssize; /* stack size (pages) */ - unsigned long start_code; /* text starting address */ - unsigned long start_data; /* data starting address */ - unsigned long start_stack; /* stack starting address */ - long int signal; /* signal causing core dump */ - struct regs * u_ar0; /* help gdb find registers */ - unsigned long magic; /* identifies a core file */ - char u_comm[32]; /* user command name */ -}; - -#define NBPG PAGE_SIZE -#define UPAGES 1 -#define HOST_TEXT_START_ADDR (u.start_code) -#define HOST_DATA_START_ADDR (u.start_data) -#define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG) - -#endif /* _PPC_USER_H */ _______________________________________________ Linuxppc-dev mailing list Lin...@oz... https://ozlabs.org/mailman/listinfo/linuxppc-dev |
From: Sven L. <sve...@wa...> - 2005-08-17 13:40:04
|
Hello, I am trying to build a debian 2.6.12 apus kernel based on the current cod= e in CVS, but it fails with this ?=20 Not sure, may this be due to gcc-4.0 compilation, or something else ?=20 CC [M] sound/oss/dmasound/dmasound_paula.o sound/oss/dmasound/dmasound_paula.c: In function =E2=80=98disable_hea= rtbeat=E2=80=99: sound/oss/dmasound/dmasound_paula.c:103: warning: assignment from incompatible pointer type sound/oss/dmasound/dmasound_paula.c: In function =E2=80=98enable_hear= tbeat=E2=80=99: sound/oss/dmasound/dmasound_paula.c:112: warning: assignment from incompatible pointer type sound/oss/dmasound/dmasound_paula.c: In function =E2=80=98ami_ct_s16b= e=E2=80=99: sound/oss/dmasound/dmasound_paula.c:293: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:293: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98__gu_addr=E2=80=99 sound/oss/dmasound/dmasound_paula.c:293: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:293: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:293: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:293: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:293: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:293: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98type name=E2=80=99 sound/oss/dmasound/dmasound_paula.c:293: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:293: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98__gu_addr=E2=80=99 sound/oss/dmasound/dmasound_paula.c:293: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:293: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:293: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:293: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:293: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:293: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98type name=E2=80=99 sound/oss/dmasound/dmasound_paula.c:293: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:293: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98__gu_addr=E2=80=99 sound/oss/dmasound/dmasound_paula.c:293: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:293: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:293: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:293: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:293: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:293: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98type name=E2=80=99 sound/oss/dmasound/dmasound_paula.c: In function =E2=80=98ami_ct_u16b= e=E2=80=99: sound/oss/dmasound/dmasound_paula.c:294: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:294: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98__gu_addr=E2=80=99 sound/oss/dmasound/dmasound_paula.c:294: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:294: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:294: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:294: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:294: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:294: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98type name=E2=80=99 sound/oss/dmasound/dmasound_paula.c:294: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:294: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98__gu_addr=E2=80=99 sound/oss/dmasound/dmasound_paula.c:294: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:294: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:294: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:294: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:294: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:294: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98type name=E2=80=99 sound/oss/dmasound/dmasound_paula.c:294: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:294: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98__gu_addr=E2=80=99 sound/oss/dmasound/dmasound_paula.c:294: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:294: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:294: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:294: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:294: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:294: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98type name=E2=80=99 sound/oss/dmasound/dmasound_paula.c: In function =E2=80=98ami_ct_s16l= e=E2=80=99: sound/oss/dmasound/dmasound_paula.c:295: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:295: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98__gu_addr=E2=80=99 sound/oss/dmasound/dmasound_paula.c:295: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:295: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:295: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:295: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:295: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:295: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98type name=E2=80=99 sound/oss/dmasound/dmasound_paula.c:295: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:295: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98__gu_addr=E2=80=99 sound/oss/dmasound/dmasound_paula.c:295: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:295: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:295: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:295: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:295: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:295: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98type name=E2=80=99 sound/oss/dmasound/dmasound_paula.c:295: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:295: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98__gu_addr=E2=80=99 sound/oss/dmasound/dmasound_paula.c:295: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:295: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:295: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:295: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:295: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:295: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98type name=E2=80=99 sound/oss/dmasound/dmasound_paula.c: In function =E2=80=98ami_ct_u16l= e=E2=80=99: sound/oss/dmasound/dmasound_paula.c:296: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:296: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98__gu_addr=E2=80=99 sound/oss/dmasound/dmasound_paula.c:296: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:296: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:296: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:296: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:296: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:296: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98type name=E2=80=99 sound/oss/dmasound/dmasound_paula.c:296: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:296: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98__gu_addr=E2=80=99 sound/oss/dmasound/dmasound_paula.c:296: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:296: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:296: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:296: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:296: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:296: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98type name=E2=80=99 sound/oss/dmasound/dmasound_paula.c:296: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:296: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98__gu_addr=E2=80=99 sound/oss/dmasound/dmasound_paula.c:296: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:296: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:296: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:296: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:296: error: invalid lvalue in increment sound/oss/dmasound/dmasound_paula.c:296: warning: type defaults to =E2= =80=98int=E2=80=99 in declaration of =E2=80=98type name=E2=80=99 Friendly, Sven Luther |
From: John W. L. <lin...@tu...> - 2005-08-05 16:19:29
|
On Fri, Aug 05, 2005 at 08:45:42AM +0100, A.L...@lb... wrote: > Hi, > > > Off-hand, is it known if there is sufficent information publicly > > available to support the Mediator board(s)? I'm guessing there is, > > but just checking... :-) > > not publically known information, no. but any developer can get the required > information from Elbox I sent a note to dev...@el.... Hopefully they will respond... :-) John -- John W. Linville lin...@tu... |
From: <A.L...@lb...> - 2005-08-05 07:45:53
|
Hi, > Off-hand, is it known if there is sufficent information publicly > available to support the Mediator board(s)? I'm guessing there is, > but just checking... :-) not publically known information, no. but any developer can get the required information from Elbox alan |
From: John W. L. <lin...@tu...> - 2005-08-05 01:26:16
|
On Wed, Aug 03, 2005 at 11:47:44AM +0100, A.L...@lb... wrote: > > > I have a Mediator PCI 1200 and a Voodoo 3 3000. > > Is there a executable kernel for the Mediator boards ? > > Thanks. > > the Mediator is currentl not supported Off-hand, is it known if there is sufficent information publicly available to support the Mediator board(s)? I'm guessing there is, but just checking... :-) Thanks, John -- John W. Linville lin...@tu... |
From: Roman Z. <zi...@us...> - 2005-08-04 18:04:15
|
CVSROOT: /cvsroot/linux-apus Module name: 2.6 Repository: 2.6/arch/ppc/configs/ Changes by: zi...@sc....(none) 05/08/04 11:04:10 Log message: update apus defconfig (and actually enable apus again) Modified files: 2.6/arch/ppc/configs/: apus_defconfig Revision Changes Path 1.13 +299 -707 2.6/arch/ppc/configs/apus_defconfig |
From: Roman Z. <zi...@us...> - 2005-08-03 23:48:39
|
CVSROOT: /cvsroot/linux-apus Module name: 2.6 Repository: 2.6/include/asm-ppc/ Changes by: zi...@sc....(none) 05/08/03 16:48:26 Log message: use simpler C constructs Modified files: 2.6/include/asm-ppc/: zorro.h Revision Changes Path 1.4 +12 -13 2.6/include/asm-ppc/zorro.h |
From: Roman Z. <zi...@us...> - 2005-08-03 23:43:47
|
CVSROOT: /cvsroot/linux-apus Module name: 2.6 Repository: 2.6/arch/ppc/platforms/ Changes by: zi...@sc....(none) 05/08/03 16:43:41 Log message: add some dummy irq functions to make generic irq code happy Modified files: 2.6/arch/ppc/platforms/: apus_setup.c Revision Changes Path 1.4 +11 -0 2.6/arch/ppc/platforms/apus_setup.c |
From: Roman Z. <zi...@us...> - 2005-08-03 23:42:58
|
CVSROOT: /cvsroot/linux-apus Module name: 2.6 Repository: 2.6/arch/ppc/kernel/ Changes by: zi...@sc....(none) 05/08/03 16:42:52 Log message: fix merge error Modified files: 2.6/arch/ppc/kernel/: setup.c Revision Changes Path 1.12 +0 -3 2.6/arch/ppc/kernel/setup.c |
From: Roman Z. <zi...@us...> - 2005-08-03 23:41:02
|
CVSROOT: /cvsroot/linux-apus Module name: 2.6 Repository: 2.6/arch/ppc/kernel/ Changes by: zi...@sc....(none) 05/08/03 16:40:55 Log message: rename remaining HID0 to SPRN_HID0 Modified files: 2.6/arch/ppc/kernel/: head.S Revision Changes Path 1.11 +2 -2 2.6/arch/ppc/kernel/head.S |
From: <A.L...@lb...> - 2005-08-03 10:47:51
|
Hi, > I have a Mediator PCI 1200 and a Voodoo 3 3000. > Is there a executable kernel for the Mediator boards ? > Thanks. the Mediator is currentl not supported alan |
From: Jean-Pierre P. <al...@gm...> - 2005-08-03 08:40:13
|
Hello I have a Mediator PCI 1200 and a Voodoo 3 3000. Is there a executable kernel for the Mediator boards ? Thanks. |