alistair23-linux/arch/m68k
Geert Uytterhoeven c293738e6d zorro: Do not allocate zorro_autocon[] statically
Currently the array of Zorro devices is allocated statically, wasting
up to 4.5 KiB when running an Amiga or multi-platform kernel on a machine
with no or a handful of Zorro expansion cards. Convert it to conditional
dynamic memory allocation to fix this.

amiga_parse_bootinfo() still needs to store some information about the
detected Zorro devices, at a time even the bootmem allocator is not yet
available.  This is now handled using a much smaller array (typically less
than 0.5 KiB), which is __initdata and thus freed later.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
2013-11-26 11:09:03 +01:00
..
amiga zorro: Do not allocate zorro_autocon[] statically 2013-11-26 11:09:03 +01:00
apollo m68k: Mark functions only called from setup_arch() __init 2013-11-26 11:08:54 +01:00
atari m68k/atari: USB - add platform devices for EtherNAT/NetUSBee ISP1160 HCD 2013-04-16 21:35:41 +02:00
bvme6000 m68k: Mark functions only called from setup_arch() __init 2013-11-26 11:08:54 +01:00
configs m68k/defconfig: Make NFS_V4 modular instead of builtin 2013-11-26 11:09:01 +01:00
emu m68k: Mark functions only called from setup_arch() __init 2013-11-26 11:08:54 +01:00
fpsp040
hp300
ifpsp060
include Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2013-11-19 10:40:00 -08:00
kernel m68k/setup: Use pr_*() and __func__ instead of plain printk() 2013-11-26 11:09:02 +01:00
lib m68k/uaccess: Fix asm constraints for userspace access 2013-06-24 19:44:19 +02:00
mac m68k/mac: Fix comment about iop_*_present flags setup timing 2013-11-26 11:09:00 +01:00
math-emu m68k/math-emu: unsigned issue, 'unsigned long' will never be less than zero 2013-06-24 19:44:19 +02:00
mm arch: mm: pass userspace fault flag to generic fault handler 2013-09-12 15:38:01 -07:00
mvme16x m68k: Mark functions only called from setup_arch() __init 2013-11-26 11:08:54 +01:00
mvme147 m68k: Mark functions only called from setup_arch() __init 2013-11-26 11:08:54 +01:00
platform m68k: Simplify low level interrupt handling code 2013-11-13 20:21:46 +01:00
q40 m68k: Mark functions only called from setup_arch() __init 2013-11-26 11:08:54 +01:00
sun3 m68k/sun3: Dynamically allocate the table to track IOMMU use 2013-11-26 11:08:59 +01:00
sun3x
tools/amiga
install.sh
Kconfig m68k: select ARCH_MIGHT_HAVE_PC_PARPORT 2013-10-23 15:59:52 -04:00
Kconfig.bus m68k/atari: ROM port ISA adapter support 2013-04-16 21:08:11 +02:00
Kconfig.cpu Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu 2013-05-10 07:22:35 -07:00
Kconfig.debug m68k: remove CONFIG_EARLY_PRINTK dependency on CONFIG_EMBEDDED, default to n 2013-06-24 19:44:18 +02:00
Kconfig.devices m68k/atari: EtherNEC - add platform device support 2013-04-16 21:20:14 +02:00
Kconfig.machine m68k: remove 16 unused boards in Kconfig.machine 2013-08-26 16:51:14 +10:00
Makefile m68knommu: add support for the ColdFire 537x family of CPUs 2013-04-29 09:17:58 +10:00