Home
last modified time | relevance | path

Searched hist:c293738e6d8dfb9c941759855b5161fde449644d (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dzorro.hdiff c293738e6d8dfb9c941759855b5161fde449644d Sat Jun 29 03:40:20 CDT 2013 Geert Uytterhoeven <geert@linux-m68k.org> 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>
/openbmc/linux/arch/m68k/amiga/
H A Dplatform.cdiff c293738e6d8dfb9c941759855b5161fde449644d Sat Jun 29 03:40:20 CDT 2013 Geert Uytterhoeven <geert@linux-m68k.org> 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>
H A Dconfig.cdiff c293738e6d8dfb9c941759855b5161fde449644d Sat Jun 29 03:40:20 CDT 2013 Geert Uytterhoeven <geert@linux-m68k.org> 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>
/openbmc/linux/drivers/zorro/
H A Dzorro.cdiff c293738e6d8dfb9c941759855b5161fde449644d Sat Jun 29 03:40:20 CDT 2013 Geert Uytterhoeven <geert@linux-m68k.org> 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>